Ubiquitous Language Is Everywhere, Even in Your Nose
Explains the concept of Ubiquitous Language in software design using a personal medical story to highlight the importance of clear terminology.
Explains the concept of Ubiquitous Language in software design using a personal medical story to highlight the importance of clear terminology.
A February 2015 roundup of browser bugs, workarounds, new features like WOFF2 in Firefox 35, and developer tools for debugging and accessibility.
A guide on upgrading a Laravel 4 application to Laravel 5 by starting from a fresh install and migrating code.
Author's 2014 review: writing a data science book from scratch in Python and preparing for/starting a software engineering job at Google.
The author asks readers to choose which of his two Python web scraping projects he should write a tutorial about next.
A comprehensive guide to Java 8 default methods, covering syntax, explicit calls, and practical details for developers.
A tutorial on using Ruby and the Mechanize gem to scrape personal fitness data from MyFitnessPal when API access is unavailable.
A technical overview and personal notes on Amazon's ECS (EC2 Container Service), explaining its core concepts, workflow, and current state.
Explores the mathematical concept of transitive statistical tests and the conditions under which they can be represented by a single real-valued statistic.
Explores the human side of DevOps, emphasizing culture, collaboration, and emotional intelligence as key pillars for breaking down silos and achieving continuous delivery.
A technical tutorial on sessionizing log data using the dplyr package in R, comparing it to a previous SQL-based approach.
Explains the HTML download attribute, its use cases for triggering file downloads, browser support, and best practices like showing file size.
A technical guide explaining how to attach a new volume to a running Docker container using nsenter and bind mounts.
A technical guide on optimizing Drupal performance by carefully managing the hook_init() function to reduce server load and improve page speed.
A guide to building a weighted majority rule ensemble classifier in scikit-learn, demonstrated using the Iris dataset.
A guide to implementing a weighted majority rule ensemble classifier in scikit-learn to combine different ML models and improve prediction accuracy.
A guide to experimenting with Tiered Storage Spaces in Windows Server 2012 R2 using consolidated PowerShell scripts for setup and configuration.
A developer reflects on 2014, detailing work on Hippo CMS, e-commerce connectors, mobile strategy, and a sentiment analysis PoC.
A guide to 14 simple tools that make GitHub and open-source collaboration accessible to non-technical users and organizations.
An overview of major CPU developments since the 1980s, focusing on features programmers can leverage for performance.