Curated developer articles, tutorials, and guides — auto-updated hourly


I wanted to look at some real-world patterns from popular Ruby open-source codebases and show how...


A Rails app grows. Changes in one corner start breaking another, two teams keep colliding in the sam...


&blk in a parameter list turns a block into a Proc; &proc at a call turns a Proc back into a...


When investigating a slow Rails endpoint, it's common to start by looking for N+1 queries, missing.....


Modern ERB template linting


Easy way that compress files in ruby is using zip lib. Zip::File.open('./compress.zip', create:.....


For a long time, if you wanted to send a "Push Notification" to a user’s phone or laptop, you needed...


A look at rails callbacks and how to use AI effectively


I still sell mobile boilerplate — AI just changed what it's for. The "save 12 weeks" pitch...


I have spent a good amount of time working at the intersection of technology and digital marketing.....