Blogs

How to build an API with Ruby and Sinatra | Zuplo Blog
This article is written by Alvaro, a member of the Zuplo community and longtime API builder. You can check out more of his work here. All opinions expressed are his own.
Have you ever heard of Frank Herbert’s Dune saga? I’m not talking about the ...

Dissecting Puma: Anatomy of a Ruby Web Server | Dan Svetlov’s blog
Puma is the most popular1 web server for running Ruby applications. If you’ve recently started working on a new Rails application, chances are you’re using Puma to serve HTTP traffic, as it is the default Ruby on Rails server. Puma has stood the t...


Ruby 3.4 Documentation: A Step Towards Better Ruby Documentation
Ruby 3.4 isn’t just about shiny language features; it also comes with meaningful documentation updates. Some of these changes are reflected in the content of docs.ruby-lang.org, while others are behind the scenes in RDoc, the official documentatio...





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...