.NET Core Health Endpoint Monitoring Middleware
A tutorial on creating a custom health endpoint monitoring middleware for .NET Core applications to check service status.
A tutorial on creating a custom health endpoint monitoring middleware for .NET Core applications to check service status.
A guide to using VSTS Release Management and tokenization to deploy Azure Web Apps with environment-specific configurations.
A comprehensive guide to dependency injection in ASP.NET Core, covering service lifetimes, registration, and best practices for testable code.
Explores how Deep Work techniques can help achieve a state of Flow, leading to greater satisfaction and improved skills.
Author expresses honor at being selected for VMware's 2017 vExpert program, highlighting community engagement and technical influence.
A guide on using Yarn to manage and test locally developed Node.js packages, including filesystem and Git repository integration.
A guide to dynamically rendering React components using a switch statement based on component types, inspired by Redux reducer patterns.
The article explores how modern web bloat, like heavy CSS and JavaScript, makes websites unusable for people with slow, dialup-like internet connections.
Laravel Mix is the new asset compilation tool replacing Laravel Elixir in Laravel 5.4, using Webpack instead of Gulp.
A technical guide on implementing web push notifications using Service Workers and VAPID keys, covering both front-end and back-end setup.
A guide to fixing GitHub's automatic language detection for repositories by using a .gitattributes file to exclude vendor files.
Explains Go's dependency management philosophy, tools like go get, and the $GOPATH workspace structure for handling packages.
An explanation of CSS Grid Layout's core terminology, including grid containers, items, lines, columns, rows, and tracks.
A deep dive into advanced Java 8 topics like lambda APIs, Streams, Optional, and default methods for experienced developers.
A deep dive into the 68 initialization steps the CLR's Execution Engine performs before running any .NET code, from infrastructure setup to component startup.
A guide to updating the Windows Server 2012R2 image in Azure Stack using PowerShell and sysprep.
A developer shares his journey advocating for and witnessing the launch of Speed Index and Visually Complete metrics in Dynatrace's products.
A guide on configuring Rollbar error monitoring for Celery workers in a Django application, explaining common integration pitfalls.
Explores optimizing Django ORM queries to avoid the N+1 problem when dealing with Postgres joins and complex model relationships in APIs.
A tutorial on how to automatically update the copyright year in a Perch CMS footer using PHP variables and custom templates.