2025-02-09
🤖 Refactoring GraphQL with AI Coding Assistants: A Real-World Use Case
Refactoring a legacy GraphQL API without breaking the frontend—how AI-assisted planning, query mapping, and test generation made it possible.
Read More →
2025-01-09
Getting AI Coding Assistants From OK To Great
Explore how to enhance AI coding assistants with tailored rules, templates, and stateful prompts. Discover strategies for improving code quality and AI effectiveness in software development.
Read More →
2023-09-30
Process Spawning with Ruby
Learn how to effectively spawn and manage processes in Ruby using various methods like `system`, `fork`, `exec`, and `Process.spawn`. Discover practical applications and best practices for process management in Ruby applications.
Read More →
2023-08-28
Inter-Process Communication With Ruby
Explore inter-process communication in Ruby using dRb. Learn how to implement distributed systems for efficient message handling and process management in Ruby applications.
Read More →
2023-08-24
Building a Hot Tub from Scratch
Discover the journey of building a custom hot tub from scratch, overcoming challenges in design, construction, and city permitting. Learn about DIY techniques and innovative solutions for a unique home spa experience.
Read More →
2023-08-21
Internationalization with Ruby on Rails with I18n
Learn how to internationalize your Ruby on Rails applications using I18n. Discover techniques for managing translations, humanizing attributes, and supporting multiple languages with ease.
Read More →