Allow PowerShell to Traverse a Secure Proxy
A guide to configuring PowerShell to work through an authenticated proxy server using NETSH and custom functions.
A guide to configuring PowerShell to work through an authenticated proxy server using NETSH and custom functions.
A guide to configuring and running Telegraf in a Docker container to collect host system metrics, not just container data.
A software engineer's critique of Windows 10, focusing on bloatware, privacy concerns, and the inferiority of its command-line tools compared to Linux.
A guide to installing the Go programming language and setting up a development workspace on Fedora 24 and other Linux distributions.
Guide on using an ARM template to provision Azure IoT Hub with messaging configurations and a call to contribute to open source.
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 tutorial on implementing real-time form validation using JavaScript and the Constraint Validation API, with a live demo and code examples.
A technical guide on building a custom automated deployment system for VMware lab environments using PowerShell and PowerCLI.
Explains a subtle bug in C# where using 'var' with an async method call without 'await' leads to unexpected behavior, and discusses prevention.
Troubleshooting a 'No current connection' error in Apache Drill caused by a conflicting Jackson JAR file, with a solution provided.
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.
Tools and tips for managing multiple Xcode versions, especially beta releases, to streamline iOS/macOS development workflows.
Explores the future of apps that users interact with primarily through notifications, widgets, and Siri without ever launching the main app interface.
A developer shares a detailed, opinionated review of Docker after 6 months of production use, highlighting its benefits and warts.
Critique of using separate 'm.' domains for mobile sites, highlighting usability issues when sharing links across devices.
An in-depth guide to Laravel Echo, a tool for simplifying WebSockets integration in Laravel applications for real-time features.
A technical guide on resolving ClassNotFoundException errors when using the MongoDB-Hadoop connector with Apache Hive, focusing on required JAR files.