News
The Ruby VM a speedrun - Penelope Phippen - YouTube
Talk given by Penelope Phippen at the online WNB.rb Meetup on September 28th, 2021.https://docs.google.com/forms/d/e/1FA...In this talk Penelope discusses layers of abstraction, intel CPUs, and how the Ruby VM does what it does. We take a quick lo...
How to Dockerize a Sinatra application - Code with Jason
Docker is difficultIn my experience, Dockerizing a Rails application for the first time is pretty hard. Actually, doing anything with Docker seems pretty hard. The documentation isn’t that good. Clear examples are hard to find.Dockerizing Rails is...
Why some people say that fixing some n 1 queries could hurt performance?
Sometimes people say that “fixing” some n 1 queries could hurt performance…Maybe this phrase can be confusing, because if you have not been exposed to a lot of n 1 queries problems, it could be hard to imagine how it can be possible.And also is pr...