Docker & git flow — A symbiosis
Explores integrating Docker's mutable image tags with Git Flow's mutable release branches to create a flexible versioning and continuous delivery framework.
Explores integrating Docker's mutable image tags with Git Flow's mutable release branches to create a flexible versioning and continuous delivery framework.
Identifies three common ActiveRecord usage mistakes in Rails that cause unnecessary SQL queries and slow down application performance.
Using ReSharper's Structural Search and Replace to find ASP.NET MVC action methods that need the ValidateAntiForgeryToken attribute for CSRF protection.
A guide on implementing Webmentions in Eleventy to pull social media reactions back to your static site.
A developer shares how they created a custom TSLint rule to count RxJS operators in a project, exploring AST manipulation.
A guide to profiling concurrent .NET applications using BenchmarkDotNet's ConcurrencyVisualizerProfiler and visualizing the results in Visual Studio.
Guide to fixing Google authentication in ASP.NET Core after Google+ API shutdown, using OpenID Connect as a replacement.
Author shares PowerShell scripts to automate downloading and deploying the Azure Stack Development Kit (ASDK), simplifying the setup process.
A developer shares solutions and insights for three LeetCode problems, focusing on bitwise operations, Fibonacci, and string manipulation.
Explains the use of the `defer` statement in Go, including how it works with panic and recover for control flow.
Explores the ethical implications of poor web performance, arguing it creates digital exclusion for users with low-end devices or slow connections.
Explains the CSS mask property with a practical demo for dynamically coloring SVG icons using CSS variables and JavaScript.
A technical guide on using the BurntToast PowerShell module to create and display Windows toast notifications on remote computers via XML.
A guide for ASP.NET MVC Core developers on identifying and adding CSRF protection to an inherited codebase lacking security measures.
A guide on diagnosing and resolving Docker disk space issues on macOS, focusing on container logs and cleanup commands.
A detailed technical guide exploring the purpose, structure, and configuration options of the runtimeconfig.json file in .NET Core applications.
A developer shares their 2018 job search journey, from multiple interviews to finding a fulfilling role in robotics software development.
Explores the challenges of implementing Java's ReferenceQueue and PhantomReference concepts in C# for garbage collection notification.
A developer recounts how their WordPress blog was hacked and explains their decision to rebuild it using the Gatsby static site generator for improved security and features.
A guide to building and deploying Python-based Azure Functions using Azure DevOps pipelines, updated for general availability.