News


In-Depth look at Action Mailbox | Cody Norman Personal Website
The Rails guides for the Action Mailbox Basics do a pretty good job of explaining what Action Mailbox is. Here’s how they describe what Action Mailbox is:Action Mailbox routes incoming emails to controller-like mailboxes for processing in Rails. I...


VSCode WSL makes Windows awesome for web development
I’m kinda shocked. Windows actually got good for web developers. Between VSCode, WSL, and Intel’s latest desktop chips, I’ve been living with a PC for over a week that runs my programming tests faster than an M3 Max, ships with an excellent window...

Better Know A Ruby Thing 4: Keyword Arguments – Noel Rappin Writes Here
Last time on Better Know A Ruby Thing, we covered positional arguments, and now we’re going to move on to keyword arguments. I really did think this was going to be shorter than the last one, and then I got to the conversion between keyword and po...





The Art of Forking: Unlocking Scalability in Ruby | Closer to Code
The journey towards efficient parallelization in library development has often been based on using threads. As Karafka celebrates its eighth anniversary, it's become clear that while threads have served us well for many tasks, there's room to expl...