
Your OSS Portfolio: Why GitHub is Your Real Resume
How open source contributions became immutable proof of skills, why GitHub matters more than LinkedIn, and the future where code speaks louder than credentials.
Complete navigation logs from the Ruby nebula—all coding adventures, cosmic experiments, and debugging missions.
How open source contributions became immutable proof of skills, why GitHub matters more than LinkedIn, and the future where code speaks louder than credentials.
Beyond "people who write code" - the 15+ types of contributors that make open source projects thrive, and why every role matters in the digital ecosystem.
From critic to maintainer in one conversation: what happens when you complain about a gem and suddenly become responsible for fixing it.
The hidden costs of open source development that every Twitter advocate with a stable salary won't tell you about.
How to separate system prompts from project instructions for better AI development workflow using standardized metadata files.
How working with JRuby 10 and Rails 8 changed my perspective on the JVM, one reluctant commit at a time.
As an open-source maintainer, I'm yanking broken package versions. Here's why you should too.
The harsh reality check every aspiring AI entrepreneur needs to hear in 2025...
How I escaped the zoo of monkey patches and built a clean, Rails 8-friendly PostGIS adapter gem that actually works with modern Rails.
How building a Cypher DSL taught me more about framework design, why supporting legacy is a trap.
Exploring how analogies and metaphors enhance the learning process of Large Language Models.
Learn how graph databases and knowledge graphs can transform your RAG system from guessing to intelligent reasoning with structured data.
MCP Prompts aren't just templates—they're server-defined, discoverable scripts that bring preloaded sanity to your AI development workflow.
Model Context Protocol (MCP) isn't just a tool registry—it's a paradigm shift that turns AI assistants into true development partners.
When AI-driven speed meets open source ecosystems, we get 'vibe packages'—libraries published fast but maintained poorly. Here's the impact.
How AI coding assistants are influencing API design in Ruby, and whether we're reinforcing old patterns or creating new opportunities.
After years of comfortable cruising through the Ruby nebula, I discovered something that changed everything. This is the story of why a die-hard Rubyist decided to learn Go—and what I found on the other side.
Rails AppVersion provides a standard way to handle version and environment information in Rails apps with best practices for deployment.
NoFlyList automatically detects your database type and uses specific optimization strategies to make tag queries blazingly fast.
Tag parsing seems simple until you handle real user input. Explore how NoFlyList's custom screening prevents malicious and spam tags.
Learn when to use polymorphic vs model-specific tags by building a blog platform. Understand the trade-offs and performance implications.
From technical debt in Acts-as-Taggable-On to production-ready NoFlyList: a journey of building cleaner, faster tagging for Rails apps.