Adding a Checkbox & Download Button to a FastAPI-HTML app
A tutorial on extending a FastAPI web app with HTML forms to add checkbox functionality and a file download button.
A tutorial on extending a FastAPI web app with HTML forms to add checkbox functionality and a file download button.
Explains how to copy object properties, including getters and setters, using Object.assign and property descriptors in JavaScript.
Explains the CSS content-visibility property and how it improves web page rendering performance by skipping off-screen content.
An interview with Justin Duke, a Stripe engineer, discussing time management, his startups Buttondown and Spoonbill, and work-life balance.
Analysis of key trends shaping cloud adoption, including performance optimization, app portability, and the skills shortage.
A tutorial on integrating Apple's EKEventEditViewController for calendar event creation and editing within a SwiftUI application.
Explains how JavaScript strings are sequences of UTF-16 code units, not visible characters, covering length quirks with emojis.
A personal guide detailing the author's experience, study resources, and strategies for successfully passing the Google Cloud Professional Cloud Architect certification exam.
A developer's guide to building a Jamstack blog using Eleventy (11ty) as the static site generator and WordPress as a headless CMS via its REST API.
Explains the CSS drop-shadow filter, its advantages over box-shadow for non-rectangular shapes, clipped elements, and grouped components.
Explains the three main types of statistical weights (precision, frequency, sampling), their uses, and the software documentation challenges they create.
Explains how to use the 'defer' attribute in JavaScript to optimize page load performance, with a practical example of fixing a slider.
A review of the Surface Go 2 hybrid tablet/laptop, focusing on its portability, always-connected LTE, and full Windows 10 experience for mobile productivity.
OpenIddict 3.0 beta3 adds localization support, nullable reference types, and improvements to refresh token handling for multilingual .NET projects.
A guide to displaying RSS feed content in Home Assistant using custom scripts and the HTTP API, avoiding third-party integrations.
A developer discusses overcoming the fear of writing about 'obvious' tech topics, arguing that sharing knowledge benefits everyone.
A technical guide on using the R 'raceland' package to analyze and visualize racial diversity and segregation using spatial data and information theory metrics.
A guide to installing and using WSL2 to run a Linux environment on Windows 10 for development, including Docker and VS Code integration.
How to recover a deleted or replaced binary file from a running Linux process using the /proc filesystem and memory maps.
Learn how to use AWS CDK to automate S3 lifecycle policies for cost-effective storage management in a practical tutorial.