Guide to generating and rendering computational markdown content programmatically with Quarto
A technical guide on using Quarto and R to programmatically generate and render markdown content for election results websites.
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 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.
Explores the historical misuse of the HTML <button> element, its critical role in web accessibility, and why developers often incorrectly use other elements instead.
Learn to export DynamoDB data to S3 and query it using SQL with AWS Athena, exploring serverless, scalable analytics solutions.
A profile of a Senior Analytics Engineer specializing in dbt, data mesh architecture, and applying library science principles to modern data teams.
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 tutorial on enabling Fast Roaming, BSS Transition, and Band Steering in Ubiquiti's manual settings to fix WiFi roaming issues between access points.
A technical guide comparing spatial patterns in categorical raster data using R, focusing on land cover change analysis.
Explores using C++23's std::chrono library to handle dates, times, and time zones, including formatting and retrieving current global times.
Key lessons from 2024 ML conferences on building effective machine learning systems, covering reward functions, trade-offs, and practical engineering advice.
A technical guide on implementing hackable date-based URL indexes (year, month, day) in the Eleventy static site generator using custom collections and templates.
Analyzing ORNL's AI-generated dataset of 131 million US building footprints, including download, setup, and technical analysis.
A response to Jason Fried's article advocating for 'Maximally Proud Version 1s' (MPV1s) over traditional MVPs in software product development.
October 2024 updates for Azure OpenAI, including Data Zone Standard deployment, Global Batch API, and a real-time audio API.
A quick tip on using the `.git-blame-ignore-revs` file to exclude specific commits (like formatting changes) from Git blame output.