Squashing git commits with Interactive Rebase
A guide on using Git's interactive rebase to squash multiple commits, cleaning up commit history by merging them.
A guide on using Git's interactive rebase to squash multiple commits, cleaning up commit history by merging them.
A guide to designing a reliable, automated backup system using cron and rsync, focusing on efficiency, security, and fail-safes.
A review and summary of Jason Santa Maria's book on web typography, covering fundamentals like headlines, margins, and typographic systems.
A guide on using Spring Loaded for live code reloading to speed up development in Hippo CMS projects, as a free alternative to JRebel.
Explains how to establish new viewports and coordinate systems in SVG using nested SVGs and elements like 'symbol' for better control and flexibility.
A technical guide to Linear Discriminant Analysis (LDA) for dimensionality reduction and classification in machine learning, including a Python implementation.
A technical guide to Linear Discriminant Analysis (LDA) for dimensionality reduction and classification in machine learning, with comparisons to PCA.
Explores the reasons why government software is often closed-source, examining procurement practices, vendor influence, and cultural barriers to open source adoption.
A guide to unit and functional testing of Ruby applications that interact with git, using RSpec to verify commands and their execution.
A guide on using WebStorm IDE for developing JavaScript applications on the Tessel microcontroller, including setup and workflow tips.
Troubleshooting guide for fixing 'Broken pipe' and 'Connection reset by peer' errors when uploading files to Amazon S3 using s3cmd.
A developer's hands-on guide to setting up and programming the Tessel, a JavaScript-powered microcontroller, including initial setup and a first project with a climate sensor module.
Explains the SVG transform attribute, covering translation, scaling, rotation, and skewing functions and their interaction with SVG coordinate systems.
A developer's hands-on review of NDepend, a static analysis tool for .NET, covering setup, UI, and its powerful CQLinq-based rule engine.
A Rust programming simulation of the classic Monty Hall probability problem, demonstrating the counter-intuitive odds.
A student's curated reading list for learning Visual Odometry, including tutorials and key papers on algorithms like the 5-point and 8-point methods.
Critique of FedRAMP's cloud security framework, arguing it creates bureaucratic barriers that hinder government adoption of innovative, cost-effective cloud solutions.
An overview of three CSS methodologies: OOCSS, SMACSS, and BEM, explaining their principles and how they can be used together.
Author announces their first public presentation on building mobile apps with Xamarin Forms at SQLSaturday #341 in Oporto.
A guide to syncing remote Craft CMS sites to a local development machine, covering plugins, scripts, and tools like rsync.