Docker Compose for AI Agents, Part 1: Build & Run
A tutorial on using Docker Compose to create reproducible, containerized runtime environments for AI agents, focusing on a weather query example.
A tutorial on using Docker Compose to create reproducible, containerized runtime environments for AI agents, focusing on a weather query example.
Analyzing tech layoffs to identify resilient skills and proposing a curriculum of timeless fundamentals and modern tools for future-proof careers.
A beginner's guide to working with strings in JavaScript, covering data types, string methods, concatenation, and functions.
A statistical reasoning test with three practical problems on sorting uncertain fractions, highlighting anomalies, and estimating population sizes.
Discusses the risks of running analytics on operational databases and offers solutions to separate workloads.
Explores the limitations of the Boolean type in programming and proposes a more expressive type system for logical expressions.
Explores using durable execution engines like Azure Durable Task Scheduler to build robust, long-running AI workflows, such as summarizing articles and generating newsletters.
Explores key traits of AI-native products designed for efficient consumption by AI agents, focusing on context optimization and tool execution.
A guide to creating and installing a custom status line script for Claude Code, displaying project info, costs, and session details.
Explores the limitations of using large language models as substitutes for human opinion polling, highlighting issues of representation and demographic weighting.
A guide to securely configure GitHub Copilot coding agents with federated identity and RBAC for accessing Azure resources in dev/test environments.
A developer shares how using VS Code with GitHub Copilot as a single workspace for full-stack projects improves workflow and productivity.
Explains how to access a Pinia store in a Nuxt.js application after it has been built for production.
Argues that we unfairly criticize AI for being non-deterministic, inconsistent, or error-prone, while accepting the same flaws in human reasoning and output.
Explores the shift from traditional coding to AI prompting in software development, discussing its impact on developer skills and satisfaction.
A guide to resolving the 'class not registered' error when enabling remote debugging for an Azure App Service from Visual Studio.
Geomys, a professional open source maintainer group, discusses taking over critical but unmaintained Go projects like bluemonday and gorilla/csrf as a 'maintainer of last resort'.
FrankenPHP celebrates 10,000 GitHub stars with a special elePHPant plush toy launch at the upcoming API Platform conference.
A beginner-friendly blog series teaching web development fundamentals: HTML, CSS, JavaScript, Node.js, Git, and deployment.
A tutorial on instrumenting a .NET Web API with OpenTelemetry Metrics, collecting them with Prometheus, and visualizing them in Grafana.