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

Do you wanna see tabular data in your rails console? check here to learn how!

Posted on 2018-07-31 by Rodrigo Urubatan

Have you ever thought about how Rails console was not built for you to read the results of a query that returns more than one object? So, you are not the only one, and that is why there is a gem called ‘hirb’ that will blow your mind, it will make pretty tables of the…

Read more

Are you tired of typing always the same things on Rails console? what if you don’t need anymore?

Posted on 2018-07-28 by Rodrigo Urubatan

After you spend some time working in the same Rails project, being this project whatever project you are working for some time now, you probably use the Rails console a lot, many reasons: Testing code Seting up data Using “binding.pry” to “debug” some controller or model Put whatever you are doing in “rails c” now…

Read more

Learn how to make your Rails logs smarter with log_tags!

Posted on 2018-07-26 by Rodrigo Urubatan

When you look at the logs of your application in development, they may appear clear and concise to you (probably not thou), but when you are looking at the production logs and there are many simultaneous requests, sometimes it is difficult to know exactly what like of the log is the next entry, or what…

Read more

3 simple words you can use to improve your ruby code: ‘redo’, ‘retry’ and ‘next’

Posted on 2018-07-24 by Rodrigo Urubatan

As programmers we usually select our preferred tools, our preferred language, IDE, code editor, … For the last years, my favorite programming language is Ruby, not only because of Rails (but of course it has something to do with it), but because the language is powerful and flexible, and as such has many details that…

Read more

5 easy steps to implement JWT (Javascript Web Token) authentication for your API Only Rails apps

Posted on 2018-07-22 by Rodrigo Urubatan

If you are writing an API only rails app, your clients will need to authenticate in some way to use your API, you have of course many options to choose from: You can build your own authentication You can Use a plugin like Devise You can use OAuth both accepting other provider or implementing your…

Read more

July open Call for Papers – use your weekend to submit some talk proposals!

Posted on 2018-07-20 by Rodrigo Urubatan

Every now and then I remember a work mate from long ago asking how I was able to speech in many events in Brasil, and my answer was as simple as: “When they open the call for papers, I go there and ask if I can talk in the event, sometimes they say Yes” And…

Read more

Check the videos from my presentations at The Conf 2017 and RubyHACK 2018 – And a free Book!!!!!

Posted on 2018-07-19 by Rodrigo Urubatan

One thing that I always wanted was to present a speech in an event outside Brasil, this objective was accomplished this year, thanks a lot RubyHACK team for this,  and alto thanks a lot TheConf.Club, because last year’s event in São Paulo made me believe I could do a presentation in English. I’m Brazilian and…

Read more

Do you know that idiot that used all the server space with the production.log file? don’t be that guy!

Posted on 2018-06-20 by Rodrigo Urubatan

It is surprisingly easy to configure log rotate to rotate your rails logs, don’t wait until your server is out of space. I think everyone knows a guy that simply put a rails app online, maybe even used capistrano to automate the deployment, and one year later the app simply stopped working due to lack…

Read more

Background on Rails – why do you need to learn all the background job APIs?

Posted on 2018-06-15 by Rodrigo Urubatan

Rails has a new library called ActiveJob, the idea of this library is to make it easier to create background jobs without worring about what library to use, and the specific API for each one, and even changing it if a better one comes out in the future without changing your application. ActiveJob will keep…

Read more

6 reasons to stop using REST and start using GraphQL

Posted on 2018-06-08 by Rodrigo Urubatan

Following up the post about a Rails API only app, lets talk about why you should not use REST in your API app. 1: too much unneeded information Have you ever written a client application to any API? And when you did it, was there a query you needed to do that returned a lot…

Read more
  • Previous
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • Next

Recent posts

  • I see Dead Jobs everywhere (sidekiq DeadSet)
  • Quick tips that help: rails notes
  • Ruby 3.2.0 released with WASI, YJIT, RegExp improvements, …
  • Rubyconf Thailand quick summary and slides
  • Testing download contents with Cucumber+Capybara and chromedriver

Comments

  1. When Kubernetes is not the right choice? | Rodrigo Urubatan - About Code on Rails from “zero” to kubernetes – first pod
  2. When Kubernetes is not the right choice? | Rodrigo Urubatan - About Code on How to use docker to have an uniform development environment for your rails project
  3. Rails from "zero" to kubernetes – ingress reverse proxy | Rodrigo Urubatan - About Code on Rails from “zero” to kubernetes – a service to access your pod
  4. Rails from "zero" to kubernetes – horizontal autoscaling | Rodrigo Urubatan - About Code on Rails from “zero” to kubernetes – a service to access your pod
  5. Jeronimo on 6 Lessons From CrossFit That will help your developer career (Or any other career in the matter of fact)

Arquives

  • 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

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