Decoding Your AWS Bill (Part 3) Loading a Data Warehouse
A technical guide on loading detailed AWS billing data into a SQL Server data warehouse for advanced cost analysis.
A technical guide on loading detailed AWS billing data into a SQL Server data warehouse for advanced cost analysis.
A developer shares amusing and obscure quirks found in Xcode, Objective-C, and Apple's private iOS frameworks, including oddly named constants and gesture recognizers.
A developer recounts their experience attending and helping organize the BattleHack Boston hackathon, praising the event's organization, food, and prizes.
A technical guide on using AWS tags and PowerShell scripts to automate cost allocation and chargeback for multiple project teams.
A developer shares their experience migrating from Jekyll to Metalsmith for static site generation, detailing the challenges and lessons learned.
Explains why Chef runs fail with authentication errors and provides a simple fix using the no_lazy_load setting.
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.