Installing a Two-Tier PKI using nothing but Desired State Configuration – Part 2
Part 2 of a tutorial on automating a two-tier Active Directory Certificate Services installation using PowerShell Desired State Configuration.
Part 2 of a tutorial on automating a two-tier Active Directory Certificate Services installation using PowerShell Desired State Configuration.
A tutorial on adding an 'improve this content' button to GitHub Pages sites, enabling collaborative editing via GitHub's web interface.
A guide to using template engines with Gulp to modularize HTML, break code into reusable partials, and populate markup with data.
A technical guide on setting up Tor Socks5 proxy and Privoxy as separate Docker containers for routing traffic through the Tor network.
A technical guide on automating a two-tier Public Key Infrastructure setup using PowerShell Desired State Configuration (DSC).
A guide to detecting and measuring webpage jank (poor scrolling performance) using a custom JavaScript bookmarklet and browser developer tools.
A developer shares their favorite Git aliases for streamlining common version control tasks in the terminal.
Tips for delivering effective tech tutorials, focusing on pre-provisioned cloud VMs, automation, and managing student environments.
How GitHub uses automated testing tools to help developers write more user-focused, less corporate-sounding blog posts.
Solutions for common Gulp.js issues encountered after upgrading to Node.js 4.0.0, including segmentation faults and libsass errors.
A guide to installing Xcode Command Line Tools on macOS without a GUI, useful for automated VM setup.
Explains how to use Gulp 4's gulp.lastRun for incremental builds to speed up development by only processing changed files.
A guide to implementing Access Control List (ACL) authorization using the Gate system in Laravel 5.1.
A developer shares how they built InstaChrome, a Chrome extension that replaces the new tab page with Instagram posts from a chosen tag.
Explains methods to run applications as a different user in Windows 10, including shift-click and command line options.
A technical guide on using ImageMagick to automatically detect and remove black bars (letterboxing/pillarboxing) from video thumbnails and cover images.
A developer's notes from /dev/world/2015 conference, focusing on software testing, maintainable architecture, and team processes.
A PowerShell developer shares a frustrating bug: using a variable named $Switch inside a switch statement causes unexpected behavior.
A developer shares a curated list of useful Python tutorials covering topics like memory leaks, Flask APIs, and command-line libraries.
A technical analysis comparing the performance of Java 8 streams to traditional for loops using JMH benchmarks.