Decoding Your AWS Bill (Part 2) Chargeback with Tags
A technical guide on using AWS tags and PowerShell scripts to automate cost allocation and chargeback for multiple project teams.
A technical guide on using AWS tags and PowerShell scripts to automate cost allocation and chargeback for multiple project teams.
A guide to writing clean functions in Swift, focusing on naming conventions and parameter clarity inspired by Clean Code principles.
A guide to writing clean functions in Swift, focusing on naming, parameter clarity, and decomposition for self-documenting code.
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.
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.
Using Blender to create 3D histograms of London rail station data, moving beyond Matlab's plotting capabilities.
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.
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.
Critique of FedRAMP's cloud security framework, arguing it creates bureaucratic barriers that hinder government adoption of innovative, cost-effective cloud solutions.
Author announces their first public presentation on building mobile apps with Xamarin Forms at SQLSaturday #341 in Oporto.
Learn how to implement fade in/out animations as Swift class extensions for UIView, improving code reusability.
Learn to create reusable fade in/out animations in Swift using UIView extensions for cleaner code.
CSS Working Group seeks feedback on naming a new grayscale color function, comparing proposals like gray(), white(), black(), and rgb() shortcuts.