From Jekyll to Ghost
A developer details their migration from Jekyll to Ghost for their blog, covering theme creation, post export, and domain transfer challenges.
A developer details their migration from Jekyll to Ghost for their blog, covering theme creation, post export, and domain transfer challenges.
A guide to automating Xcode plugin installation using Fastlane, enabling developers to manage and sync their plugin setup across machines.
A developer's guide to optimizing SVG creation and export for web projects, focusing on cleaner code and better designer-developer workflows.
A guide to profiling Python code using cProfile to identify performance bottlenecks and optimize execution time.
Windows 10 Build 10586 breaks PowerShell Direct and DSC credential encryption, detailing workarounds and a bug report.
Introduces 'Classy CSS', a programmatic, scalable approach to writing modular Sass stylesheets using class-based architecture and @extend.
A guide to using the PrettyTime Java library for human-readable date and time formatting (e.g., '2 minutes ago').
A guide to converting an Objective-C protocol that returns a protocol-conforming object into Swift, focusing on the use of typealias.
A technical summary of JavaOne 2015 talks on Project Jigsaw, detailing the module system's mechanisms in Java 9.
A technical guide on using env, cat, grep, and xargs to inject environment variables from a .env file into a command-line utility.
Explores using Pester, a PowerShell testing framework, for operational validation tests in Windows Server 2016 as part of Infrastructure as Code.
Tips for using Interface Builder in iOS development to reduce boilerplate code, covering Storyboards, XIBs, and custom references.
A developer documents the open redesign of their personal website, focusing on performance, accessibility, and modern web features.
A technical article presenting a mathematical function for creating smooth, differentiable pulses, with R code examples.
Explains the importance of using systems that assign URLs to decisions and processes to preserve organizational knowledge and context.
A guide to using the Tor network for enhanced online privacy, covering applications beyond web browsing and practical setup tips.
Summary of JavaOne 2015 talks on advanced modular development and migration strategies for Java 9's Project Jigsaw.
A summary of Microsoft's 2015 Future Decoded event in London, covering keynotes on Azure, AI, IoT, and cloud security.
A technical analysis of a website's poor scrolling performance, focusing on diagnosing and fixing parallax implementation issues using DevTools.
Explains how to explicitly switch back to the UI thread in async C# code, especially after using ConfigureAwait(false), with solutions like custom awaiters.