Docker Bake and Chainguard Images
Explains how to use Docker Bake to simplify and automate multi-stage Docker builds, with a focus on integrating Chainguard Images.
Explains how to use Docker Bake to simplify and automate multi-stage Docker builds, with a focus on integrating Chainguard Images.
An analysis of the ethical debate around LLMs, contrasting their use in creative fields with their potential for scientific advancement.
Explains how to use the experimental Bicep extensibility framework to manage Microsoft Graph resources like Entra groups and users via Infrastructure as Code.
Explores the critical challenge of bias in health AI data, why unbiased data is impossible, and the ethical implications for medical algorithms.
A guide on how to disable Google's Gemini AI assistant within Google Workspace, particularly in Gmail, after it was enabled by default.
A developer announces the return of their technical blog after a 3-year hiatus, hinting at future posts on databases, cloud, AI, and more.
A guide to configuring Shiki's dual light and dark syntax highlighting themes in an Astro.js project.
Introducing style-observer, a JavaScript library to detect and respond to CSS property changes, including custom properties.
A Rust programming tip explaining how to add type annotations to match patterns when the compiler cannot infer types, with syntax examples.
A 2025 guide comparing three ways to start a React project: Vite, Next.js, and Remix, detailing their pros, cons, and use cases.
A developer reflects on five years as a GitHub Star, highlighting community contributions, js13kGames, and future plans with GitHub Copilot and AI.
Part 3 of a series on building a .NET Garbage Collector in C#, focusing on adding debugging capabilities to inspect heap objects.
Explores implementing graph adjacency matrices in C++23, comparing vector-of-vectors to the new std::mdspan for better performance.
Shortcutie is a macOS app that adds 70+ powerful system-level actions to Apple's Shortcuts app, enabling advanced automation beyond App Store restrictions.
Explains how to handle large cookies in ASP.NET Core by chunking them using the ChunkingCookieManager to overcome the 4kb size limit.
A software engineer shares stories of taking initiative to meet colleagues and Alan Kay, leading to career opportunities and collaboration.
Reflections on the first unit of the Hugging Face Agents course, focusing on the potential and risks of code agents and their evaluation.
An introduction to the Domain Name System (DNS), explaining its hierarchical structure, how DNS lookups work, and includes command-line examples.
SQL Server auditing fails to capture permission change attempts, creating a security gap. Article details the issue and a temporary workaround.
A guide to using Releem, a tool for MySQL performance tuning and monitoring, including installation and configuration steps.