Migrating From Bootstrap to Susy
Explains why migrating from Bootstrap to Susy shouldn't involve recreating Bootstrap's grid, and advocates for using Susy as a cleaner, more flexible CSS grid system.
Explains why migrating from Bootstrap to Susy shouldn't involve recreating Bootstrap's grid, and advocates for using Susy as a cleaner, more flexible CSS grid system.
Explains how to use CSS system font keywords (caption, icon, menu, etc.) to style web elements with the user's OS fonts.
A guide to setting up Travis CI for automated testing of iOS, macOS, watchOS, and tvOS applications, including .travis.yml configuration examples.
Explains the undocumented relationship between Group and DisplayGroup parameters in Windows Firewall rules and how DisplayGroup is set.
Explains methods to check if a variable is undeclared in PowerShell, focusing on the Test-Path cmdlet approach.
A summary of JavaOne 2015 talks on Project Jigsaw, introducing the module system and modular development concepts for Java 9.
Explores why developers find Git difficult, contrasting individual vs. team workflows and the mindset shift needed to appreciate it.
A tutorial on creating a faux infrared photography effect using CSS filters and blend modes, with step-by-step code examples.
Explains the JavaScript Revealing Module Pattern to create cleaner, more maintainable objects with private methods and public APIs.
Summary of JavaOne 2015 talks on preparing for JDK 9, focusing on Project Jigsaw modularity and compatibility changes.
Explores Azure Application Gateway for modernizing legacy applications, covering Layer 7 load balancing, SSL offload, and OSI model basics.
A technical tutorial on implementing a floating burger menu animation in iOS using CAShapeLayer and CoreAnimation.
A challenging JavaScript quiz focusing on ES6 features like classes, generators, and template strings to test developers' understanding.
A guide on using Homebrew to install and update tools in Continuous Integration (CI) pipelines, with practical command examples.
Introduces a PowerShell DSC resource module for configuring File Server Resource Manager (FSRM) classifications, properties, and rules.
Gnocchi 1.3.0, the final Liberty cycle release, introduces performance improvements, async metric deletion, and a new dedicated website.
How to securely set and exclude environment-specific variables from version control in Laravel's testing environment using a .env.test file.
A recap and summary of the Swift Summit SF 2015 conference, focusing on lessons learned from Swift Standard Library protocols.
A technical guide explaining the CSS border-image property, its syntax, sub-properties, and how to use images as borders.