12-factor Django apps
Explains how to build and deploy Django web applications using the twelve-factor methodology for better scalability and security.
Explains how to build and deploy Django web applications using the twelve-factor methodology for better scalability and security.
A guide on reading, inserting, updating, and deleting data in Google Spreadsheets using PHP and the Google Drive API.
A developer critiques two flawed technical hiring tests, analyzing C trivia and a C# coding challenge, highlighting issues with time limits and scoring.
Explores the benefits and practical limits of purely functional programming in F#, advocating for strategic use of imperative code for performance.
Lyft's iOS team shares their experience using Interface Builder at scale, addressing common criticisms and sharing custom tools for a better workflow.
A developer outlines key criteria for selecting a Content Management System (CMS), prioritizing client needs, documentation, and user interface.
A guide to using the PowerTrello PowerShell module to generate reports and automate tasks from Trello boards.
Part 4 of a series on configuring a CI/CD pipeline for Azure Stack, focusing on using PowerShell scripts for deployment via TFS.
A video series on transitioning from interactive Jupyter data exploration to reproducible, packaged, and tested code for data analysis.
A guide to handling inconsistent JSON structures in Java using custom Jackson deserializers, with a Spring Boot example.
Analysis of a major AWS S3 outage, its widespread impact, and key lessons for building resilient, fault-tolerant cloud architectures.
Guide to setting up and using Adobe Analytics' self-service Data Feed feature for customer-level analytics via FTP/SFTP/S3.
Developer shares personal achievement of receiving the 2017 Microsoft MVP Award for Windows Development and thanks the community.
A tutorial on integrating Twilio's SMS API with a .NET Core console application, including code examples.
A tutorial on using Roslyn and .NET Core to dynamically generate C# class code, including fields and properties, and output it to the console.
Explores the conceptual differences between static site generators and caching for web performance, focusing on developer mindset and trade-offs.
Introducing the tenacity library, a Python fork of retrying for robust error handling with flexible retry logic and backoff strategies.
Solutions for preserving exception tracebacks in JSON logs when using Python's multiprocessing QueueHandler.
A guide to securing Azure DevOps VM deployments by dynamically managing NSG rules with PowerShell to restrict inbound access.