Found the Light
A developer explains why they're shifting from creating exhaustive courses to writing focused 'recipes' for web technologies like Astro and Svelte.
A developer explains why they're shifting from creating exhaustive courses to writing focused 'recipes' for web technologies like Astro and Svelte.
A tutorial on integrating Stripe payment processing into an Astro web project, covering setup, checkout options, and server-side rendering.
A developer's monthly digest covering tech articles, books, and personal thoughts on switching from an iPad to a Kindle Scribe for focused reading.
A technical guide exploring the AV1 video codec, its benefits over H.265, and practical encoding setup using tools like SVT-AV1.
Explains the key difference between `align-items: center` and `text-align: center` in Flexbox columns, especially for cross-platform React development.
A guide to generating custom shades of grey using the CSS color-mix() function for web design and UI development.
A guide on using react-hook-form's Controller component to handle simple array values, avoiding the complexity of useFieldArray.
A guide to successfully rewriting a legacy C++ codebase incrementally, focusing on safety and maintainability, with a case study on introducing Rust.
A developer troubleshoots a connection issue when using ngrok to expose a local Kafka service, ultimately discovering a DNS-related problem.
Using R simulations to calculate birthday probabilities instead of complex probability math, with code examples.
Analyzes common security flaws in Express.js authentication, focusing on hardcoded secrets and poor cookie configuration, with solutions.
A guide to deploying GitHub's Copilot Metrics API dashboard to Azure Static Web Apps using real-time data instead of static samples.
A tutorial on using Dremio and Docker to run SQL queries directly on Excel files from your local machine.
An article exploring how perfectionism hinders web development progress and advocating for incremental, sustainable improvements.
Learn how to use the dotnet CLI to check your .NET solution for NuGet packages with known vulnerabilities or that are deprecated.
A guide to configuring .NET code coverage analysis within an Azure DevOps pipeline, including setup steps and integration with pull requests.
A developer shares their journey customizing Neovim for blogging, covering initial setup, autocommands, and plugin structure.
How to publish .NET 8 applications as container images directly using the .NET SDK, eliminating the need for a Dockerfile.
A tutorial on deploying open-source large language models (LLMs) like Llama 3 using the vLLM framework on Hugging Face Inference Endpoints.
A guide to fixing reversed WASD and arrow keys in Windows, with a simple FN+W key combination solution.