Some great links for 02/28/2020
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.
tags: javascript yarn rails
Some great links for 02/26/2020
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!
Some great links for 02/11/2020
More about Runbook my favorite automation tool so far!
Dicts are now ordered, get used to it
Dicts are now ordered, get used to it
— Read on softwaremaniacs.org/blog/2020/02/05/dicts-
ordered/en/
Some great links for 02/09/2020
A very nice technique to build a gem with all your css and js in one place.
tags: ruby on rails guide rails dry style css ruby howto
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.
tags: scale deploy build rails docker howto
A very important topic. Learn how to write tests and then …. do it!
tags: tests rails unittest tdd howto
Interesting and I still don’t quite understand monads. But it seems like an important thing to understand!
tags: monads ruby handling error exceptions
Some great links for 02/05/2020
This is really interesting and cute. Maybe too cute. Urban legend?
tags: fake interesting maps google maps
Not that I’m about to go on an interview but this is a nice resource.
tags: cheatsheet howto algorithms interview
Some great links for 01/31/2020
It’s always hard to remember all the different options that activerecord offers for manipulating data.
tags: programming rails activerecord
Some great links for 01/28/2020
For serious projects, think twice about betting totally on a big heavy framework. Make sure you really need it because you are buying into a big and permanent tax on your project.
tags: javascript framework
Some great links for 01/27/2020
DRY. Everything in moderation. On rules and knowing when to break them.
tags: dry Code programming
I don’t think I agree. But does contain some good caveats. Reminds me of the old “Goto considered harmful”.
tags: software programming design