Goodbye, Clean Code — Overreacted
DRY. Everything in moderation. On rules and knowing when to break them.
DRY. Everything in moderation. On rules and knowing when to break them.
Very nice detailed set of guidelines for a scalable node backend
An interesting interview with Matz, the inventor and author of ruby.
It’s always hard to remember all the different options that activerecord offers for manipulating data.
Not that I’m about to go on an interview but this is a nice resource.
This is really interesting and cute. Maybe too cute. Urban legend?
Interesting and I still don’t quite understand monads. But it seems like an important thing to understand!
I’ve been researching a lot of devops/server deployment automation concepts and approaches. This is one of them.
A very important topic. Learn how to write tests and then .... do it!
More about Runbook my favorite automation tool so far!
This is a tour the force explanation of building a 5 node infrastructure for a rails app with docker. It’s really detailed. Which always is good but introduces risk of typos or small configuration differences.
A very nice technique to build a gem with all your css and js in one place.
Kind of fun collection of all the laws, rules etc. that you might come across in our field
So useful! Yet I’ve never used them ... yet. Variables FTW!
This is an amazing tool when you need it. Do queries, merges, filters on json files. You only need it once or twice a year but when you need it, it's a life saver!
Scaling is an important topic that I care about. Here’s one person’s guide to making it to 100k. It’s a very complicated topic.
A super valuable alternative to REST. You should learn it,!
If you use css you should know this!
A good introduction to the very confusing combination of JavaScript, yarn, css, etc in rails 6. Hopefully they will clean this up in rails 7.