How to install Xcode Command Line Tools without GUI or Xcode
A guide to installing Xcode Command Line Tools on macOS without a GUI, useful for automated VM setup.
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.
A PowerShell script to retrieve the IPv4 address of a Hyper-V VM's NIC attached to an external switch for remote management.
Explains the 'passthrough' feature in Gulp 4, allowing gulp.src to be used mid-stream for merging files.
A technical guide on preventing image pasting in a WPF RichTextBox control using the DataObject.Pasting event.
Explains the difference between CSS units 'em' and 'rem' for relative sizing, with practical examples.
A guide to using the Voluptuous library for robust data validation and schema definition in Python applications.
A tutorial on JavaScript arrays covering creation, properties like length, and methods like push, concat, and join.
Explains the pitfalls of Docker-in-Docker for CI/testing and recommends using bind-mounted Docker sockets or modern alternatives like sysbox.
A summary of five key announcements and technologies from VMworld US 2015, focusing on VMware's virtualization and cloud innovations.
A PowerShell script snippet for converting a domain name (e.g., corp.example.com) into an LDAP distinguished name format (DC=corp,DC=example,DC=com).
Guide to configuring advanced Certificate Services (AD CS) settings like AIA and CDP using PowerShell Desired State Configuration (DSC) and certutil.