How to scale Ruby on Rails with Redis | Opensource.com
Link: How to scale Ruby on Rails with Redis | Opensource.com: "Another nice tutorial on Caching with Redis and Rails"
How to solve the Google recruiters’ puzzle about throwing eggs from a building | Codementor
Link: How to solve the Google recruiters’ puzzle about throwing eggs from a building | Codementor: "You work in a 100 floor building and you get 2 identical eggs. You need to figure out the highest floor an egg can be dropped without breaking. Find an algorithm that is minimizing number of throws in the worst-case scenario."
How to tell the difference between a default and a provided value for optional arguments in Ruby? - Karol Galanciak - Ruby on Rails and Ember.js consultant
Link: How to tell the difference between a default and a provided value for optional arguments in Ruby? - Karol Galanciak - Ruby on Rails and Ember.js consultant: "A nice little tip for handling arguments in Ruby"
How to use Docker Compose for Rails development: Do not bundle install in Dockerfile.dev
Link: How to use Docker Compose for Rails development: Do not bundle install in Dockerfile.dev: "Detailed tips on what not to do when using rails with docker."
How to write Javascript in Rails 6 | Webpacker, Yarn and Sprockets
Link: How to write Javascript in Rails 6 | Webpacker, Yarn and Sprockets: "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."
How we halved our memory consumption in Rails with jemalloc
Link: How we halved our memory consumption in Rails with jemalloc: "Excellent detailed article about benchmarking a rails app and then introducing a tool that replaces malloc and purports to provide a 2x improvement"
Hub Ventures
Link: Hub Ventures: "Referred by Chuck Templeton"
Hunting for great names in programming – Signal v. Noise
Link: Hunting for great names in programming – Signal v. Noise: "One of the real delights of programming is picking great variable, method, and class names. But an even greater treat is when you can name pairs, or even whole narratives, that fit just right. And …"
Hyperstack.org
Link: Hyperstack.org: "Writing ruby to generate js and html!"