Optimizing Garbage Collection in Rails with Autotuner

Garbage collection (GC) is an essential part of Ruby's memory management system, but it can sometimes introduce performance bottlenecks, especially in web applications running in production. For Rails applications, optimizing GC behavior can lead to improved response times, faster boot-ups, and reduced resource usage. The Autotuner gem provides an intelligent way to analyze GC performance … Continue reading Optimizing Garbage Collection in Rails with Autotuner

Are you programming, or are you still playing like you did at the beginning?

Regarding Python, I have extensive experience with MicroPython, Django, Matplotlib, Pandas, and so on. However, in the last few years, I have focused on Ruby on Rails and Ruby and miss using Jupyter. That said, with Ruby, you have tools like IRB, Rails console, Pry, RSpec, and all these amazing tools, so you don’t necessarily … Continue reading Are you programming, or are you still playing like you did at the beginning?