PowerShell Snippet - Find Windows 2008 VMs before EOL
A PowerShell script to identify Windows Server 2008 VMs in a vSphere environment before their 2020 end-of-life.
A PowerShell script to identify Windows Server 2008 VMs in a vSphere environment before their 2020 end-of-life.
An article defending utility-first CSS, comparing it to software design patterns and functional programming, and addressing common criticisms.
A final guide on managing Windows 10 updates, explaining how to avoid forced reboots but emphasizing the importance of installing security patches.
A software testing article using the Agile Testing Pyramid analogy to discuss the importance of unit tests and strategic test automation.
A tutorial on calling C code from Swift, covering bridging headers and Swift Package Manager integration for C libraries.
Results of a 2017 satisfaction survey for the Web Engineering Düsseldorf Meetup, covering location, organization, topics, and attendee feedback.
Explains a bug in R's tidyverse where !! and !!! quasiquotation breaks when parsed/deparsed, affecting debugging and function editing.
A technical tutorial on deploying and running a Durable Azure Function inside a Docker container, covering prerequisites and step-by-step setup.
A guide on using a custom PowerShell module to manage users and permissions in Azure Cosmos DB for authorization scenarios.
A developer shares their essential Mac setup, including Homebrew, Spectacle, and Alfred workflows for productivity and development tasks.
A guide to gracefully shutting down supervisord-managed services on systemd by implementing a drain hook to prevent dropping in-flight requests.
A technical guide on setting up an OpenVPN client using systemd template unit files on Fedora Linux.
Using Azure Stream Analytics with JSON reference data to filter IoT telemetry streams for specific hardware and partners.
A case study on optimizing complex SVG illustrations for performance and accessibility by using inline SVG techniques.
A web developer shares their journey learning machine learning, applying JavaScript skills to a new domain and rediscovering math.
Argues for using your Linux distro's native package manager over language-specific tools like pip/npm for better system integration and deployment.
A developer shares challenges and solutions from building a Scheme interpreter in D, covering data representation, function evaluation, and AST design.
Updated guide for learning React and Redux in 2019, offering opinionated tips on boilerplates, components, state management, and testing.
Fixing a MySQL JSON import error by converting binary character set strings to utf8mb4 using a regex find-and-replace.
A guide to automating development database setup using Docker, including scripts to import production dumps into a MariaDB image for faster local deployment.