Azure Local Deep Insights Workbook
A guide to deploying and using a custom Azure Local Deep Insights workbook for enhanced observability of guest VMs and cluster health.
A guide to deploying and using a custom Azure Local Deep Insights workbook for enhanced observability of guest VMs and cluster health.
A step-by-step guide to installing PostgreSQL 18 on Ubuntu 25.10 using the official PGDG APT repository.
Introducing wastrel, a new WebAssembly compiler that converts Wasm to C and then to native binaries, with goals for WasmGC support and WASI compatibility.
The article critiques how AI chatbots exhibit the Dunning-Kruger effect, confidently delivering incorrect information, and links this to broader tech industry cultural problems.
Challenges the idealized view of open source history, arguing that corporate involvement has always existed and shouldn't be seen as impure.
A Principal Engineer compares interview processes at 8 major tech firms, detailing coding, system design, and behavioral rounds.
Author announces a new book on data structures and algorithms, available via Manning's Early Access Program with a 50% discount.
Explores new features in EF Core 10.0 for managing multiple named global query filters and selectively ignoring them.
A developer shares their journey creating an open-source Java quiz tool while reflecting on certification exams and personal coding projects.
A critique of the 'pillars of observability' as a marketing term, arguing for a focus on technical 'signals' like traces, metrics, and logs instead.
A tutorial on building an AI agent using Google's Gemini, n8n workflow automation, and deploying it on Google Cloud Run with a PostgreSQL database.
A guide to writing strongly typed integration tests for ASP.NET Web APIs using the Kiota client generator and OpenAPI specifications.
A lecture on the foundational statistical concept of orderings and ordinal data, exploring their analysis and complications in fields like health research.
Explores using Dempster-Shafer theory to model probabilistic beliefs about sets based on quantified logical statements, as an alternative to Bayesian methods.
Explains the unreliability of Django signals in critical workflows and proposes a robust alternative using background tasks for fault tolerance.
A preview of Zig 0.16.0's new async I/O primitives and synchronization API, demonstrated through code examples.
Introducing ClientIsolationHost, a new component for the Isolator framework that enables executing sandboxed code plugins on remote machines over TCP/IP.
Learn how to use Background Responses in .NET's Microsoft Agent Framework to maintain AI agent state and resume interrupted tasks using continuation tokens.
PostgreSQL 19 adds a new %S prompt variable to psql to display the current search_path, aiding users who frequently work with multiple schemas.
EF Core 10.0 introduces partial updates for JSON columns using ExecuteUpdate/ExecuteUpdateAsync, with examples for SQL Server.