AI for Developers • Jul 18, 2025 From Chatbots to Components: Teaching Developers to Think of LLMs as (Fuzzy) Functions Apply your software engineering skills to LLM development. Learn to treat models as 'fuzzy functions' to build robust and testable AI systems
Azure • Jul 17, 2025 Zero-Downtime Azure Functions: Watch Mode with Rider and Watchman What if you could get “watch mode” for Azure Functions, similar to Webpack or nodemon, so your function app hot-reloads on file changes?
Web Apps • Jul 16, 2025 Build a 3D Product Configurator with Babylon.js Learn how to create interactive 3D product visualizations and configurators using Babylon.js, an open-source WebGL/WebGPU engine.
TypeScript • Jul 15, 2025 A Better Promise.all() — Utility Types and Functions I'll introduce a set of utility types and functions that make deep promise handling more ergonomic and type-safe.
AI for Developers • Jul 14, 2025 AI Refactoring AI: Codex Improves ChatGPT Generated Code With OpenAI's recent introduction of Codex, I decided it was the perfect opportunity to refactor a previous AI project.
Development Practices • Jul 13, 2025 Coffee, Slack, and Strategic Snooping The way I start each day at work by "lurking" can help me build context, spot patterns, and be a more helpful teammate and consultant.
AI for Developers • Jul 12, 2025 Here’s How I Became Open to Using AI When someone is looking to become more open to using AI, they may want to take these points into consideration.
Artificial Intelligence • Jul 11, 2025 How to Kindle an AI-Curious Culture in Your Team AI doesn’t need to be a strategy. It can be a habit, and habits scale. Here's how we built an AI-curious culture.
JavaScript • Jul 10, 2025 Managing the State of Your Promises With Promise.all, a bundle can be rejected due to one failed promise. Instead, use Promise.allSettled to manage the state of your promises.
Python • Jul 09, 2025 Types are Transforming Python Python has been around a long time. But it has evolved quite a bit since those early days, thanks to type hints and the "typing" module.
AI for Developers • Jul 08, 2025 Leverage AI in Technical Due Diligence Engagements Atomic offers a Technical Due Diligence service, often used by VC firms funding startups. Here's how we've added AI to that workflow.
AI for Developers • Jul 07, 2025 What Happened When I Tried Blender Scripting with AI I wanted to know how well a Cursor Agent could help me write a set of Blender scripts. Let's see how I tested the limits of Blender scripting.