Remotely Access your Kubernetes Lab with Cloudflare Tunnel
A guide on using Cloudflare Tunnel to securely access a home Kubernetes lab remotely via a browser, including setup and automation steps.
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 step-by-step guide to setting up signed Git commits using Keybase and GPG on Windows 10, including installation and configuration.
A PowerShell script to find and list old Azure disk snapshots older than 30 days to help manage cloud costs.
A technical deep dive into the inner workings of the Livewire framework, explaining how it enables dynamic PHP components in Laravel.
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 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.
A guide to using the useMutation hook in React Query for managing server state updates and side effects in React applications.
PHP 8.1 introduces the 'new in initializers' feature, allowing the use of `new` expressions in parameter defaults, attributes, and more.
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.
A developer shares their experience porting the Niceware library to Rust, reflecting on overcoming the emotional barrier of strict compilers and redefining progress.
ROAPI is an open-source API server built in Rust that automatically creates REST APIs from static data files like CSV, JSON, and Parquet.