Unit testing your code's performance, part 1: Big-O scaling
Explains how to write automated performance tests for your code by verifying its Big-O algorithmic scaling using Python's bigO library.
Explains how to write automated performance tests for your code by verifying its Big-O algorithmic scaling using Python's bigO library.
Author announces a new course on test automation strategy, focusing on achieving valuable feedback quickly and avoiding common pitfalls.
A guide to serving TypeScript definitions for Eden Treaty APIs in production using a dual-mode approach for Elysia and Bun.
An infrastructure engineer explores AI Engineering, defining the role and its focus on using pre-trained models, prompt engineering, and practical application building.
AI accelerates code generation but increases the need for rigorous verification. The article compares solo vs. team workflows for reviewing AI-written code.
Learn how to mock HTTP calls in Python tests using the responses library for fast, reliable, and network-free testing.
A comprehensive guide exploring different sandboxing techniques for safely running untrusted AI code, including containers, microVMs, and WebAssembly.
A comprehensive guide to different sandboxing technologies for safely running untrusted AI code, covering containers, microVMs, gVisor, and WebAssembly.
A new record for the largest known 'compositorial prime' has been set, a prime number with over 3.7 million digits.
Explains the Identity Map pattern for ASP.NET Core Minimal APIs to ensure a single in-memory object per database entity within a request.
Author details a fix for suboptimal indentation in complex SQL join conditions within the paste.depesz.com query pretty-printer.
A developer's 2025 year-in-review, covering the switch from WordPress to BlazorStatic, adopting a Mac Mini, and using GitHub Copilot.
Guide to identifying and disabling the deprecated 'trusted service connectivity' feature in Azure API Management before its March 2026 retirement.
A daily tech link roundup covering AI, web development, .NET, and software engineering trends for January 2026.
A technical analysis measuring the performance impact of adding indexes on write operations (COPY) in PostgreSQL, showing slowdowns and size overhead.
Google has added a built-in bulk unsubscribe feature in Gmail, allowing users to manage email subscriptions easily.
Introduces a Spring Boot library for automatically generating Istio resources on Kubernetes from Java annotations, simplifying development within the Istio service mesh.
A guide to copying Azure Cosmos DB NoSQL containers between different Azure accounts using the Azure CLI cosmosdb-preview extension.
Exploring undocumented time-based Conditional Access policies in Microsoft Entra using Graph API and LLM assistance.
A guide to building an AI-powered automated code review system for Azure DevOps pull requests using OpenAI models via Microsoft Foundry.