A close call with Nginx and the alias directive
A developer's cautionary tale about a security vulnerability introduced by a seemingly minor change to an Nginx alias directive configuration.
A developer's cautionary tale about a security vulnerability introduced by a seemingly minor change to an Nginx alias directive configuration.
A technical guide on troubleshooting the vague 'Internal error occurred' message in Azure Image Builder deployments, leading to a specific Azure Policy violation.
A guide to creating stable udev rules for Linux hwmon interfaces, specifically for CPU temperature monitoring.
Explains JavaScript Promises, why they simplify asynchronous coding, and how to use them with async/await.
Java Newscast covers incremental platform evolution, pattern switches vs Visitor Pattern, and native Wayland support in OpenJDK.
A developer's status update covering progress on a new programming language, aerc maintainer change, and SourceHut GraphQL API work.
A technical guide on building a performant object previewer in JavaScript to avoid UI freezes when handling large data structures.
Announcing a new book on Test-Driven Development for Swift, focusing on SwiftUI, Combine, and practical iOS application testing.
Learn how Django settings work, where configuration comes from, and tools to manage your app's setup effectively.
Explains a trick to reliably get a Node.js package's root directory by resolving its package.json file.
Explores how C# string interpolation uses boxing/unboxing and its performance impact, comparing string.Format and string.Concat.
Explores the benefits of an event-driven architecture over linear code when building a gamification system for a tech platform.
A guide to building a free URL shortener/tracker using Java, Spring Boot, MongoDB, and Azure, focusing on cost control and free-tier services.
A technical guide on how to simultaneously apply a stroke (border) and a fill to a SwiftUI shape, addressing a common UI development challenge.
A tutorial on implementing basic drag & drop functionality for UICollectionView in iOS, covering both drag-out and drop-in scenarios.
Announcing a new book on Bicep, a domain-specific language for Infrastructure as Code on Azure, covering syntax, deployment, and advanced scenarios.
Explains Python floating-point rounding issues and compares the round() function with the decimal module for precision.
A guide for UI designers and developers on techniques to accurately compare coded web components with original design mockups, ensuring visual fidelity.
A talk on system design for recommendation and search systems, covering architecture and production considerations.
Overview of key new features in EF Core 6, including compiled models, performance improvements, and batching for SQL queries.