How to configure VS Code Bracket Pair Colors natively
Guide to enabling and customizing native bracket pair colorization in VS Code for improved code readability.
Guide to enabling and customizing native bracket pair colorization in VS Code for improved code readability.
Explains how to implement a download progress bar using Swift's new async/await features and the AsyncBytes API in iOS 15.
A guide on using Cloudflare Tunnel to securely access a home Kubernetes lab remotely via a browser, including setup and automation steps.
A detailed guide on setting up a baremetal Kubernetes lab using Fedora CoreOS on an Intel NUC, covering hardware, OS installation, and cluster networking.
A PowerShell script to find and list old Azure disk snapshots older than 30 days to help manage cloud costs.
Guide on adapting functional tests for ASP.NET 6 Minimal Web APIs by referencing the internal Program class.
A personal update and tech newsletter covering Terraform course updates, a GCP Flask app deployment tutorial, and a podcast on open-source community building.
A technical deep dive into the inner workings of the Livewire framework, explaining how it enables dynamic PHP components in Laravel.
A step-by-step guide to setting up signed Git commits using Keybase and GPG on Windows 10, including installation and configuration.
A guide to implementing a consistent Azure resource naming strategy using Bicep modules and infrastructure as code.
A tutorial on building a custom newsletter email signup system using an HTML form, Netlify Functions, and the Notion API.
A technical guide on configuring AWS Amplify and API Gateway to serve binary data, specifically PDF files, from a serverless Lambda function.
PHP 8.1 introduces the 'new in initializers' feature, allowing the use of `new` expressions in parameter defaults, attributes, and more.
A guide to using the useMutation hook in React Query for managing server state updates and side effects in React applications.
A technique using a Backport struct to simplify writing Swift code that supports multiple iOS/Swift versions, making availability checks cleaner.
A reflection on how JavaScript pop-ups evolved from quirky web experiments to opaque, user-hostile patterns, symbolizing a loss of web transparency.
A beginner's React tutorial on creating and managing radio buttons, from basic implementation to reusable components and grouped inputs.
Explains the new minimal hosting API in .NET 6, where Razor Pages apps are configured in Program.cs without a separate Startup class.
A technical guide explaining how to disable the default transparent UITabBar behavior in iOS 15 using UITabBarAppearance.
A developer builds a bulk delete form for a SaaS application, allowing customers to delete multiple tasks at once.