Skip to content

Rodrigo Urubatan – About Code

Helping ruby developers to use the best tools for each job so they can solve hard problems, with less bugs and have more free time.

Menu
  • Home
  • My last presentations
  • About
  • Privacy Policy
Menu

Author: Rodrigo Urubatan

Why Embrace Nesting in Ruby Modules?

Posted on 2024-05-21 by Rodrigo Urubatan

In Ruby, you have a choice: define classes or modules either inline or nested within another module. While both approaches achieve similar results, there are key functional differences to consider, making nesting the preferred approach. The Subtle Distinction in Referencing Let’s look at an example using User and Admin::User classes: module Admin class Nested #…

Read more

An easy way to have a local “Github Copilot” for free

Posted on 2024-04-27 by Rodrigo Urubatan

I tried copilot some time ago and it wasn’t really good with Ruby, so I abandoned it, and I wanted to try it again, but didn’t want to pay for it so I simply gave up. Then I found out about this amazing plugin for VSCode that does most of what copilot does, the plugin…

Read more

SPA without touching Javascript – The magic of Ruby on rails and Hotwire

Posted on 2024-04-052024-05-22 by Rodrigo Urubatan

It’s been a while since I wrote the last post here, so I decided to write something fun and maybe a good sample for anyone that is learning rails or is a little outdated. The idea here is to write a simple CRUD from scratch, I’ll use a Grid layout to keep everything in the…

Read more

I see Dead Jobs everywhere (sidekiq DeadSet)

Posted on 2023-02-072023-02-07 by Rodrigo Urubatan

When you are using Sidekiq to handle asynchronous jobs, some times there are exceptions and jobs failing, and I say sometimes because your environment is probably perfect, there is no lag, all services your jobs depend on are always on and responsive, and you probably write better code than most other developers 😛 otherwise it…

Read more

Quick tips that help: rails notes

Posted on 2023-01-052023-02-07 by Rodrigo Urubatan

This is actually not new, the command is there for a long time, but it is one of those things that help and you keep forgetting about. It works by searching your code for comments with specific keywords, the default is searching for FIXME, OPTIMIZE and TODO. You can add more tags either by using…

Read more

Ruby 3.2.0 released with WASI, YJIT, RegExp improvements, …

Posted on 2023-01-042023-01-04 by Rodrigo Urubatan

Last 25 of December while we were all celebrating with our families the Ruby core team released our Christmas gift. The release 3.2.0 of Ruby is faster and brought some amazing tools for us. WebAssembly support Ruby 3.2.0 added initial support for WebAssembly through WASI, this allows running CRuby in a web browser, for example…

Read more

Rubyconf Thailand quick summary and slides

Posted on 2022-12-222022-12-22 by Rodrigo Urubatan

Early this December happened the second edition of one of the best ruby conferences I’ve participated up to now! The Bangkok.rb team did an amazing job of organizing 4 amazing keynote speakers and a total of 19 speakers and attendees from over 20 diferent countries. The organization team did an amazing job of receiving the…

Read more

Testing download contents with Cucumber+Capybara and chromedriver

Posted on 2021-06-05 by Rodrigo Urubatan

Working on a project these days where I work with Cucumber and Capybara, I had to test the contents of filed downloaded from the application, the downloads were being sent using “send_file” and chrome was adding them directly to the user Downloads folder, and the capybara tests had no access to the file contents after…

Read more

When Kubernetes is not the right choice?

Posted on 2020-03-17 by Rodrigo Urubatan

As with anything in the technology field, there is no one size fits all solution… And even kubernetes solving a big amount of problems you might have when exposing and scaling your application, it also brings some problems that you need to weight before deciding if this is the right technology for you or not….

Read more

Rails from “zero” to kubernetes – ingress reverse proxy

Posted on 2020-01-14 by Rodrigo Urubatan

Following up on the ‘Rails from “zero” to kubernetes’ series, we’ll see today how to expose your service to the internet, since I think we all agree that mapping directly the port of your rails app to the internet is not a really wise choice.

Kubernetes has a “simple but works” solution called ingress, ingress is an HTTP proxy, it will work as a reverse proxy for HTTP and HTTPS for any service that exposes one one port.

Read more
  • 1
  • 2
  • 3
  • 4
  • …
  • 6
  • Next

Recent posts

  • Why Embrace Nesting in Ruby Modules?
  • An easy way to have a local “Github Copilot” for free
  • SPA without touching Javascript – The magic of Ruby on rails and Hotwire
  • I see Dead Jobs everywhere (sidekiq DeadSet)
  • Quick tips that help: rails notes

Arquives

  • May 2024
  • April 2024
  • February 2023
  • January 2023
  • December 2022
  • June 2021
  • March 2020
  • January 2020
  • July 2019
  • June 2019
  • May 2019
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • June 2018
  • May 2018
  • February 2018
  • January 2018
  • November 2017
  • August 2015
  • August 2014
  • July 2014
  • August 2007

Categories

  • AI
  • articles
  • cfp
  • firebase
  • gems
  • git
  • opinion
  • presentations
  • projects
  • rails6
  • ruby
  • Sem categoria
  • server-api
  • tutorials
  • Uncategorized
© 2025 Rodrigo Urubatan – About Code | Powered by Minimalist Blog WordPress Theme