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

Rails from “zero” to kubernetes – horizontal autoscaling

Posted on 2020-01-10 by Rodrigo Urubatan

Following up on our previous post, we’ll now make kubernetes work for us, and automatically scale our application.

One of the really cool kubernetes features is the ability to automatically span new pods for your deployment based on the CPU usage of your pods. This is kinda simple, but very useful.

Read more

Rails from “zero” to kubernetes – a service to access your pod

Posted on 2020-01-08 by Rodrigo Urubatan

In the previous post, we created our first kubernetes pod, but one important part is missing, it is not possible to access that application, we’ll solve this with a service now….

Read more

Rails from “zero” to kubernetes – first pod

Posted on 2020-01-06 by Rodrigo Urubatan

Last year I wrote about using docker-compose to have a test/development environment similar to your production environment (you can check the post here) My environment kept growing and becoming more complex, and I started using docker swarm to deploy the applications, and after some time I started using kubernetes, I’ve learnt something about kubernetes in…

Read more

ActiveRecord Migration UI gem

Posted on 2019-07-22 by Rodrigo Urubatan

Really cool gem that allows you to run your pending migrations from the comfort of your browser.

Read more

Beware of Date.yesterday on your code (A timezone history)

Posted on 2019-07-15 by Rodrigo Urubatan

This post is the write-up of how I fixed a production problem that happened a few minutes ago, and can probably save some time for you too, so read this and remember for your next code that deals with time

Read more

How to create a request scope for your rails application

Posted on 2019-06-06 by Rodrigo Urubatan

Some time ago I missed one of the cool features from the time I worked with JavaEE, that was a request scope for some variables.
I know the instance variables on controllers do a great job simulating it, but I needed to access context in a completely different part of the application, that wasn’t always called from controllers, variables that should be scoped to that request.
So I thought, I could create something like that for my rails app.

Read more

Random collection of Git Tips and Tricks

Posted on 2019-06-04 by Rodrigo Urubatan

This post will not be about Ruby, but about another tool we use on a daily basis! It also doesn’t have a “story”, it is a collection of random Git tips that helped me in the recent past that I do not want to forget about 😀 And just as a note, this is far…

Read more

6 Lessons From CrossFit That will help your developer career (Or any other career in the matter of fact)

Posted on 2019-06-01 by Rodrigo Urubatan

I work as a developer since 1997 (yes, it’s been a long time), and I try to bring most of what I like to my day to day life and if for any reason you follow me on Instagram you know that I’m kinda addicted to crossfit, of course I’m not an athlete, but I’ve found ways that crossfit teaches lots of people skills that I think are really useful in business and life.

Read more

Implementing authentication with Google Firebase and Rails 6.

Posted on 2019-05-30 by Rodrigo Urubatan

Google has loads of services, and Firebase is one of my favorites because it provides lots of easy to use services that help me write one app for web and mobile. Today I’ll do a quick sample of how to use the authentication service from Firebase in your rails application. Most of it is javascript…

Read more

ActionText – the new rails WYSIWYG editor framework

Posted on 2019-05-28 by Rodrigo Urubatan

https://edgeguides.rubyonrails.org/action_text_overview.html In many projects we have the requirement to have a rich text editor available, for full documents, user profiles, blog posts, comments, product descriptions, … And every time we think, which editor to use, some times we just get our current favorite, or the one we used in the last project, in my case…

Read more
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 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