AI for Developers • Sep 16, 2025 Beyond Code: Using Cursor IDE for Knowledge Management I started as a developer using Integrated Development Environments (IDEs) like Visual Studio, so when I first used Cursor, it felt natural.
AI for Developers • Sep 15, 2025 An AI-Powered Development Workflow for Solo Builders I think this workflow is a great way for a software consultant or solo developer to get more deep work flow-state time.
Project & Team Management • Sep 14, 2025 Working With Me 101: The Power of Human READMEs Once you’ve drafted your human README, the next step is to put it to work! Share it with your team and anyone you collaborate with regularly.
Artificial Intelligence • Sep 13, 2025 From Experiment to Investment: Prove Generative AI ROI in Your Business Processes Learn how to establish a solid baseline, select a high-impact use case, and calculate ROI in terms your finance team can appreciate.
Mobile Apps • Sep 12, 2025 Create a Current Location Map for Mobile Devices with Expo and React Native I’ve recently been working on developing a geofencing app and built this current location map using Expo and react-native-maps.
Artificial Intelligence • Sep 11, 2025 Talking AI, Culture, and Change on RioT Underground I recently joined an episode of the RioT Underground podcast to share my perspective on AI and how Atomic Object is approaching it.
AI for Designers • Sep 10, 2025 Designing in the Age of AI: How Our Process Is Evolving at Atomic After six months of heavily testing and exploring integrating AI into our design work, it’s hard to imagine solely going back to the old way.
Development Practices • Sep 09, 2025 Why I Always Check Out and Test PR Branches Locally Local testing for pull requests is a crucial step before approval. It helps confirm requirements and ensure code works as intended.
UX/Design Tools • Sep 08, 2025 UI Automation with (AX)Swift (and AI) Recently, I wanted to automate a tedious task in a UI application. I eventually settled on writing a small Swift app.
Design Strategy • Sep 07, 2025 Why Using Software Is Like Eating at a Brazilian Steakhouse Run by Vegans Developers who don't keep the user in mind when designing new software are like vegans running a Brazilian steakhouse.
AI for Designers • Sep 06, 2025 Two Years Designing with AI: How My Process Completely Changed Two years ago, I was deep in the familiar rhythms of design consulting. But my process has changed after two years of designing with AI.
C# • Sep 05, 2025 The Entity Framework: WHERE IN vs. OPENJSON Problem Let's look at mitigations for slow queries caused by Entity Framework using OPENJSON instead of a basic WHERE IN clause for collections.