-
Ruby
Mixing Ruby and Rust on Heroku
Ruby has been around for a good many years now and has become a quite well-seasoned language. There are many…
Read More » -
Ruby
Improving Ruby Performance with Rust
A couple of years ago, I found a few methods in my Rails application that were called several thousand times…
Read More » -
Ruby
Creating Configuration Objects in Ruby
There are many kinds of applications and many ways to manage how they behave or perform via configurations. Software is…
Read More » -
Ruby
Understanding Lifetimes in Rust
With the convenience of higher level languages that handle the scope of how long each object in our code base…
Read More » -
Ruby
Advanced Enumeration with Ruby
Enumeration by definition is “the action of mentioning a number of things one by one.” In programming, instead of mentioning,…
Read More » -
Ruby
Graphing Benchmark Results in Ruby
Nothing presents performance statistics quite as well as having graphs for benchmarks. Whether you want to present an alternative way…
Read More » -
Web Dev
Refactoring and Design Patterns
Refactoring is a simple concept, and yet it takes some learning to come to a point where refactoring is beneficial.…
Read More » -
Ruby
Crystal from a Rubyist’s Perspective
Crystal is a language written to be very much like Ruby but as a compiled language rather than an interpreted…
Read More » -
Ruby
ActionCable: The Missing Guide
ActionCable was introduced to Rails as of version 5. It allows you to create pub/sub WebSocket connections in your Rails…
Read More »