How to detect a request is an Application Insights ping test
Explains how to identify and filter out Application Insights availability ping test requests in an ASP.NET Core app by checking for specific HTTP headers.
Explains how to identify and filter out Application Insights availability ping test requests in an ASP.NET Core app by checking for specific HTTP headers.
A developer shares their journey to earning sustainable income from recurring donations for their open source projects, enabling full-time FOSS work.
A guide to automatically building and publishing DEB packages for Go applications using Travis CI and packagecloud.io.
A tutorial demonstrating how to manage Microsoft Azure resources using the Azure portal, including creating a VM.
A technical tutorial on using Python and pandas to process electricity data and load it into OmniSci (formerly MapD) for dashboard creation.
A guide to essential VS Code keyboard shortcuts for Mac users, covering navigation, file management, and editor controls.
A roundup post celebrating the CRANniversary of the ggraph R package, highlighting its features and community tutorials for network visualization.
A technical guide on deploying a Docker Swarm cluster using Microsoft Azure and Azure Cloud Shell for hands-on learning from the Docker Deep Dive book.
Second part of a series on building a Wayland compositor from scratch using wlroots, focusing on enabling client connections.
A developer shares practical tips for running effective technical workshops, focusing on attendee-driven content and modular material.
A high-level introduction to Microsoft Azure covering regions, billing models, services, and management tools for the 70-533 exam.
MIT instructor shares free introductory web development slides and labs for beginners with programming experience.
Announcement and tips for submitting session proposals to VMworld 2018, emphasizing accurate session titles and descriptions.
Analyzes the debate around zero-day vulnerability disclosure, arguing that lack of public evidence doesn't mean exploits aren't being used by stealthy attackers.
A developer's journey creating a custom Vue component to inline SVG icons, avoiding external libraries and manual file paths.
A technical guide on using Puppeteer to scrape and save a complete copy of a website, including all assets, for performance audits.
OpenIddict RC2 released with new features for third-party client support, application permissions, scope validation, and updated introspection endpoint.
An overview of cloud technology, covering its evolution from traditional infrastructure, key definitions, deployment models, and service models like IaaS, PaaS, and SaaS.
How to detect Right-to-Left Override (RLO) characters in filenames using Python's unicodedata module to prevent malicious file spoofing.
Explains the Strategy design pattern, its goals, structure, and provides a PHP implementation example for flexible algorithm selection.