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!
Evolving the Industry • Jun 29, 2025 RenderATL 2025: Where AI Meets Craftsmanship in Modern Development RenderATL 2025 transformed Atlanta into a hub for the intersection of artificial intelligence and traditional software development.
Project & Team Management • Jun 27, 2025 More Heart, Less Hype: Real Lessons from Building Nonprofit Tech Stepping into tech for nonprofits? Here are the lessons I’d share over coffee, based on what we learned the hard way.
AI for Developers • Jun 26, 2025 Turn a Web Scraper Into a Content Parser Using AI Let's explore using AI to transform a basic web scraper into an automated information processor or content parser.