Exploring Postgres's arena allocator by writing an HTTP server from scratch
Explores Postgres's MemoryContexts by building an HTTP server inside a Postgres extension to understand memory allocation.
Explores Postgres's MemoryContexts by building an HTTP server inside a Postgres extension to understand memory allocation.
A tutorial on creating a Microsoft Copilot declarative agent that calls an authenticated API using FastAPI, OpenAPI, and bearer tokens.
A technical guide on integrating Rails ActionMailbox with an existing Postfix email server using aliases and curl commands for email processing.
Summary of VMware Explore 2024 Day 2 keynote, covering Broadcom integration, VMware Cloud Foundation strategy, and new training/certification benefits.
Advises unemployed tech professionals to build projects and blog publicly to showcase skills and subtly signal job availability on social media.
Explores how Dremio and Apache Iceberg create AI-ready data by ensuring accessibility, scalability, and governance for machine learning workloads.
A guide to understanding and using the cargo.toml file, the central configuration file for managing Rust projects and dependencies with Cargo.
A developer tests Cursor, an AI-powered code editor, by having it build a full-stack web app. The results are surprising and insightful.
A tutorial on scaling Kubernetes applications using business metrics with KEDA and Datadog, moving beyond traditional CPU/memory scaling.
Fixing Xcode 16.1's Swift package fetch failure caused by a global Git configuration change.
A technical guide on using Quarto and R to programmatically generate and render markdown content for election results websites.
Explains a performance issue with ToListAsync/ToArrayAsync in EF Core when querying large data columns and recommends using synchronous versions.
Guide on integrating ASP.NET Core middleware into Azure Functions HTTP triggers to use familiar HttpRequest, HttpResponse, and IActionResult objects.
A profile of a Senior Analytics Engineer specializing in dbt, data mesh architecture, and applying library science principles to modern data teams.
A first-hand account of VMware Explore 2024 Day 1, covering keynotes, community events, and technical sessions like Azure VMware Solution.
A DIY guide to building a home CO2 monitoring system using LoRaWAN sensors, a custom gateway, and a web dashboard.
A developer shares their experience migrating an Azure Function from .NET 6 in-process to .NET 8 isolated, focusing on OpenApi/Swagger configuration changes.
Explains how multimodal LLMs work, compares recent models like Llama 3.2, and outlines two main architectural approaches for building them.
Explains how multimodal LLMs work, reviews recent models like Llama 3.2, and compares different architectural approaches.
A technical guide comparing spatial patterns in categorical raster data using R, focusing on land cover change analysis.