Prepare a .Net Core Console App for Docker
A guide on preparing a .NET Core console application for Docker, focusing on proper shutdown handling for containerized environments.
A guide on preparing a .NET Core console application for Docker, focusing on proper shutdown handling for containerized environments.
Explains a surprising Python behavior where chained comparisons like `d + 2 * a > int(c) == b` are evaluated differently than expected.
Explains word embeddings, comparing count-based and context-based methods like skip-gram for converting words into dense numeric vectors.
Explains the coincidental instance ID numbering in Azure VM Scale Sets when overprovisioning is enabled.
Explains the detailed, step-by-step process the .NET Runtime (CLR) uses to safely load and validate types, ensuring type safety.
A developer uses Azure Media Services to analyze a presentation video and count filler words, sharing a technical walkthrough.
A tutorial on implementing the Core Data stack in Swift using NSPersistentContainer for iOS 10+.
A Swift tutorial on implementing the Core Data stack using NSPersistentContainer for iOS 10+.
Explains how to use headers in Windows 10 toast notifications with the BurntToast PowerShell module for organizing alerts.
A tutorial on implementing a drop shadow effect on a UIVisualEffectView in iOS, similar to the style used in the iOS Maps app.
A developer shares projects from SUSE Hack Week 15, including Conway's Game of Life, Ruby gems, and Git tooling.
A technical guide for a Global Azure Bootcamp session on deploying .NET Core applications with Docker and Kubernetes on Azure.
A software tester argues for the value of documented test cases, especially for onboarding and regression testing, based on personal experience.
A developer uses dotPeek and Visual Studio to debug an IIS crash caused by a recursive method, analyzing a crash dump to find the root cause.
A guide to disciplined C programming, emphasizing maintainability, simplicity, and avoiding dangerous patterns for writing robust code.
A tech industry reflection on sexism and bias, challenging the notion that it's not a problem in one's own company or country.
Using the traveling salesman problem to find the optimal route for a London pub crawl with Google Directions API.
Explores using Apache Spark on Amazon EMR to offload and improve ETL processes, comparing it to traditional Oracle-based solutions.
Explains how strings in .NET are objects subject to garbage collection, analyzing their memory allocation and behavior.
A technical guide on how to securely access Azure KeyVault secrets from an Azure Function using a certificate-secured Service Principal.