- Short Ruby Newsletter
- Posts
- Three Ruby Links #11
Three Ruby Links #11
Speeding up Ruby, everything to know about SQLite, how to configure custom domains with Caddy and Rails and something extra about CSS state
If I were to recommend three articles published last week to read, here is what I would recommend:
1️⃣ “Speeding up Ruby by rewriting C… in Ruby” by JP Camara
This article is fascinating and super informative. It discusses benchmarking and improving the Ruby language by converting C code to Ruby code. JP Camara also shared great insights about YJIT, which made me want to contribute or at least understand more about CRuby. JP Camara also shared the MacOS setup for hacking on CRuby if you want to do the same.
2️⃣ “What you need to know about SQLite” by Ross Kaffenberger
Ross is doing here a great compilation of ideas and resources about SQLite. If you want to have a good overview about what is possible and where we are going with this, the article is a pretty comprehensive list of everything you need to know about SQLite.
3️⃣ “Secure custom domains with Caddy” by Benjamin Curtis
Benjamin Curtis shows a step-by-step process to support in your own Ruby on Rails application custom domains. It is an easy to follow tutorial that shows both the Ruby code and the Caddyfile configuration.
Something extra
While not a Ruby specific link I would recommend you read this article from Rachel Andrew about What do the State of CSS and HTML surveys tell us?
You can find a lot more articles to read in the full edition of Short Ruby Newsletter at https://newsletter.shortruby.com/p/edition-117
Reply