ASP.NET Core Health Checks
A guide to implementing and configuring health checks in ASP.NET Core applications, including setting up a dashboard to monitor multiple services.
A guide to implementing and configuring health checks in ASP.NET Core applications, including setting up a dashboard to monitor multiple services.
A guide to creatively styling HTML <hr> elements with CSS and SVG, moving beyond plain lines to add visual flair while maintaining semantics.
Overview of Java 16 features and early proposals for Java 17, including sealed classes and API deprecations.
A technical exploration of multiple ways to access a single element from a 1x1 array in Julia, including performance benchmarks.
A developer recounts a critical security bug in a custom-built framework, arguing against writing your own framework for client projects.
A talk on creating web maps with Django and GeoDjango, covering geographic data storage and geospatial queries from simple to complex implementations.
A developer details fixing video playback issues on their website by moving hosting to support Safari's byte-range requests and switching to HTTPS.
A guide for iOS developers on using JavaScript to interact with and manipulate web content within WKWebView components.
An interview with iOS developer Marina Gornostaeva about her journey into programming, learning Objective-C, and transitioning to Swift.
Explains how to add TypeScript type checking to configuration files using JSDoc or Vite's defineConfig helper for better developer experience.
A guide on connecting to managed ksqlDB in Confluent Cloud using the REST API and CLI, covering API key creation and setup.
Learn how to use modules in Node.js to organize code into separate files, export functionality, and create a modular application structure.
A guide to debugging GitHub Actions secrets by revealing them in logs using a sed command, with a security warning.
Exploring how deep learning and a pre-trained geolocation model can be used to automate and improve performance in the GeoGuessr geographic discovery game.
A technical guide to creating animated underlines for links using modern CSS properties like text-underline-offset and text-decoration-color.
Explains the key differences between passing by value and by reference in JavaScript, covering primitives and objects.
A guide to using Azure Network Watcher's Connection Monitor tool to track and troubleshoot VM network connections, latency, and availability.
A guide exploring the benefits, challenges, and practical steps for open sourcing commercial video games for preservation and legacy.
Explains how to correctly implement debounced and throttled callbacks in React using useMemo instead of useCallback to satisfy ESLint dependency rules.
A technical guide on migrating a legacy ASP.NET MVC application to Windows Containers, covering prerequisites, tooling, and upgrade steps.