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.
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.
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.
Project & Team Management • Jul 05, 2025 Accelerate Projects With Vibes, Not Regrets Early-stage project work is delicate. All the code you are writing is in turn shaping that project's long-term success.
Product Development • Jul 03, 2025 Get the Most Out of Your Software Demo Squeeze value out of your software demo by creating an environment where you can gain open and honest feedback.
Project Stories • Jul 01, 2025 How We Built a Bluetooth Connected Mobile App in 4 Weeks Here's how we prototyped a cross-platform app for tablets meant to find and connect to a Bluetooth Low Energy (BLE) device in 4 weeks!