An overview of WebDriver with Java
A guide to refactoring basic Selenium WebDriver tests in Java into robust, production-ready automation using JUnit and the Page Object Model.
A guide to refactoring basic Selenium WebDriver tests in Java into robust, production-ready automation using JUnit and the Page Object Model.
A developer shares a real-world example of applying De Morgan's Laws to refactor a boolean expression in Go code.
Explains how to implement secure cookie-based authentication in an Angular frontend, comparing it to the Authorization Code flow with PKCE.
Explores the concept of 'PHP Editions' inspired by Rust, proposing opt-in breaking changes as a way to modernize PHP while maintaining ecosystem stability.
A developer shares quick, one-line reviews of popular Linux distributions for desktop use, covering Ubuntu, Pop!_OS, Arch, and more.
Explains the experimental CSS corner-shape property for creating advanced corner shapes like squircles, scoops, and notches directly in CSS.
Explains how MCP servers enable faster development by using LLMs to dynamically read specs, unlike traditional APIs.
A clever hack using POSIX advisory locks for cross-container communication between processes on the same machine.
A technical guide on configuring Microsoft Purview Data Loss Prevention (DLP) policies to detect and block file uploads to external sharing websites.
A guide on using Docker to create a secure sandbox environment for running command-line AI tools, with practical examples.
Argues that AI's real challenge isn't data scarcity, but the vast amount of generated data that goes unanalyzed, presenting an opportunity for AI.
A guide to implementing API versioning in ASP.NET Core, covering setup, versioning strategies, and integration with Swagger.
A technical guide on retrieving geographic location and weather data from an IP address using C# and a free API service.
Explains how to implement and use health checks in ASP.NET Core applications to monitor system status and resource utilization.
Explains rate limiting strategies in ASP.NET Core, including fixed window, sliding window, token bucket, and concurrency limiters.
Explains service discovery in .NET 8, covering the built-in NuGet package, configuration, and integration with HttpClient.
Explains a cross-platform quirk in .NET's Uri.TryCreate method where a relative path string is treated as a valid absolute URI on Linux but not on Windows.
Learn to schedule GitHub Coding Agents weekly using GitHub Copilot CLI and GitHub Actions to automate performance regression detection and issue creation.
Author shares a structured method for reading technical books effectively, focusing on understanding concepts and practical coding.
Author's method for effectively reading technical books, including multiple read-throughs, coding along, and doing exercises.