rssed

a collection of dev rss feeds - blogroll

Add a new feed

+

167 feeds


Giant Robots Smashing Into Other Giant Robots

Posts

Optimize your shell experience ๐Ÿ”—

As developers we spend a fair amount of time in the shell. I believe we should master our tools as thatโ€™ll make work easier. Instead of just telling y [...]

What I learned about design by helping my grandfather send an email ๐Ÿ”—

It started as a simple request, โ€œCan you help me send an email to a friend.โ€ Something most of us reading this have done countless times, but it was a [...]

Zero-downtime with Rails credentials part II ๐Ÿ”—

This post is part of the Zero-downtime with Rails credentials series. In the first post we talked about the reasons that moved us towards making a cod [...]

Making typography decisions with AI as an assistant ๐Ÿ”—

Choosing the right typeface is fundamental in shaping a productโ€™s identity. Designers often rely on their expertise to weigh factors like brand person [...]

Testing SQL queries in a Ruby service ๐Ÿ”—

The part where our hero thinks everything is fine Recently, I worked on a project where we needed to build a Ruby service that would run queries [...]

Why should I avoid regular expressions? ๐Ÿ”—

In my experience, most developers dread working with regular expressions, but I love them. I enjoy using their dense syntax to write expressive patter [...]