Nested Azure Traffic Manager profiles
A technical guide on implementing nested Azure Traffic Manager profiles for global traffic distribution and failover scenarios.
A technical guide on implementing nested Azure Traffic Manager profiles for global traffic distribution and failover scenarios.
Explains ARR Affinity in Azure App Service, its performance impact, and when to enable or disable it for load balancing.
A talk arguing for the importance of code comments, debunking common arguments against them and providing a framework for effective commenting.
A developer's journey from messy AJAX handling to using Promise.all for clean, coordinated data loading in Vue.js components.
A tutorial on using the SparkForm JavaScript class to simplify form state management and submission in Vue.js applications integrated with Laravel Spark.
A guide to configuring PowerShell to work through an authenticated proxy server using NETSH and custom functions.
A software engineer's critique of Windows 10, focusing on bloatware, privacy concerns, and the inferiority of its command-line tools compared to Linux.
Guide on using an ARM template to provision Azure IoT Hub with messaging configurations and a call to contribute to open source.
A guide to installing the Go programming language and setting up a development workspace on Fedora 24 and other Linux distributions.
A guide to configuring and running Telegraf in a Docker container to collect host system metrics, not just container data.
Explores six different ways to declare functions in JavaScript, covering syntax, use cases, and common pitfalls.
A tutorial on setting up and using Flow for type checking in a React + Redux application to prevent bugs and improve development.
A technical guide on building a custom automated deployment system for VMware lab environments using PowerShell and PowerCLI.
A tutorial on implementing real-time form validation using JavaScript and the Constraint Validation API, with a live demo and code examples.
Explains a subtle bug in C# where using 'var' with an async method call without 'await' leads to unexpected behavior, and discusses prevention.
Tools and tips for managing multiple Xcode versions, especially beta releases, to streamline iOS/macOS development workflows.
Explores new Stream API methods added in Java 9, specifically the `takeWhile` and `dropWhile` operations for working with prefixes.
A deep dive into visualizing and understanding the .NET Garbage Collector's behavior using a custom tool and ETW events.
Explores the future of apps that users interact with primarily through notifications, widgets, and Siri without ever launching the main app interface.