<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>diogo.dev</title>
    <link>https://diogo.dev/</link>
    <description>Recent content on diogo.dev</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <lastBuildDate>Sat, 06 Dec 2025 01:31:35 +0200</lastBuildDate><atom:link href="https://diogo.dev/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>[en-us] Quick Rails Tip: Change Database Adapter</title>
      <link>https://diogo.dev/posts/quick-rails-tip-change-database-adapter/</link>
      <pubDate>Sat, 06 Dec 2025 01:31:35 +0200</pubDate>
      
      <guid>https://diogo.dev/posts/quick-rails-tip-change-database-adapter/</guid>
      <description>Quick Rails Tip: Changing Database Adapter with one command The magic command Rails introduced a command a while back that simplifies database adapter changes.
rails db:system:change --to=postgresql What does this command do  Updates the Gemfile - Adds/removes the necessary gems Modifies the database.yml - Configures the new connections Generates the migrations - Creates the migration files for the new database Updates the configurations - Adjusts the schema.rb and other files  More practical examples # Changing from SQLite to PostgreSQL rails db:system:change --to=postgresql # Changing to MySQL rails db:system:change --to=mysql # Going back to SQLite rails db:system:change --to=sqlite3 Important considerations  Always backup!</description>
    </item>
    
    <item>
      <title>[pt-br] Por que seus pull requests devem ser pequenos</title>
      <link>https://diogo.dev/posts/porque-seus-pr-devem-ser-pequenos/</link>
      <pubDate>Tue, 29 Apr 2025 00:15:37 +0100</pubDate>
      
      <guid>https://diogo.dev/posts/porque-seus-pr-devem-ser-pequenos/</guid>
      <description>Motivação Tudo começou quando percebi um padrão preocupante no meu trabalho atual: os desenvolvedores demoravam muito mais tempo para revisar PRs grandes. Curioso com essa situação, decidi fazer uma pesquisa(interna) com a equipe para entender melhor o problema. A resposta foi unânime: quando um PR era grande, os desenvolvedores precisavam de um período significativo de tempo para fazer uma revisão adequada, o que significava interromper o trabalho que estavam fazendo. Isso criava um bloqueio muito grande para o autor do PR.</description>
    </item>
    
    <item>
      <title>[en-us] Setup Rails Active Storage with Hetzner</title>
      <link>https://diogo.dev/posts/setup-rails-active-storage-with-hetzner/</link>
      <pubDate>Fri, 11 Apr 2025 22:07:11 +0200</pubDate>
      
      <guid>https://diogo.dev/posts/setup-rails-active-storage-with-hetzner/</guid>
      <description>Introduction If you don&amp;rsquo;t know what Hetzner is, you&amp;rsquo;re missing out. It is a cloud provider very similar to Digital Ocean, but with incredibly cheap prices. Currently, it&amp;rsquo;s my first choice when it comes to deploying my side projects.
While Hetzner doesn&amp;rsquo;t have as many features as Digital Ocean, they have the important ones. And today I&amp;rsquo;d like to talk about one in particular, the Object Storage. It&amp;rsquo;s basically a wrapper for AWS S3 with cheap prices and none of the complexity to set up.</description>
    </item>
    
    <item>
      <title>[pt-br] 8 Anos de Alemanha e como isso me mudou</title>
      <link>https://diogo.dev/posts/8-anos-de-alemanha-e-como-isso-me-mudou/</link>
      <pubDate>Sun, 23 Mar 2025 14:19:37 +0100</pubDate>
      
      <guid>https://diogo.dev/posts/8-anos-de-alemanha-e-como-isso-me-mudou/</guid>
      <description>No dia 20 de fevereiro de 2025, eu e minha esposa completamos 8 anos na Alemanha. Cheguei aqui com apenas 32 anos e agora sou um quarentão. Nossa filha nasceu aqui em 2018 e hoje fala alemão melhor que nós dois. Aliás, até português ela fala melhor que eu.
Tudo começou em 2016, quando a startup que eu co-fundei faliu. De repente, me vi sem emprego, sem salário e sem saber o que fazer.</description>
    </item>
    
    <item>
      <title>[en-us] My first side project was a success—and then I blew it</title>
      <link>https://diogo.dev/posts/my-first-side-project-was-a-successand-then-i-blew-it/</link>
      <pubDate>Mon, 09 Dec 2024 21:44:55 -0300</pubDate>
      
      <guid>https://diogo.dev/posts/my-first-side-project-was-a-successand-then-i-blew-it/</guid>
      <description>The year was 2005, and I was in my second year of Computer Science. I loved web development and wanted to learn a language that could help me build real applications.
At the time, tabletop RPG players—myself included—had a problem. Games like Vampire: The Masquerade required groups to meet in person, but as we grew older, got jobs, and scattered across cities, gathering became impossible. There were no online tools to play RPGs with friends.</description>
    </item>
    
    <item>
      <title>[en-us] Docker Compose and Rails 8, Tailwind and SQLite</title>
      <link>https://diogo.dev/posts/docker-compose-and-rails-8-tailwind-sqlite/</link>
      <pubDate>Mon, 18 Nov 2024 23:03:11 +0100</pubDate>
      
      <guid>https://diogo.dev/posts/docker-compose-and-rails-8-tailwind-sqlite/</guid>
      <description>Hello, long time no see!
In this guide I&amp;rsquo;m going to show you how to use Docker Compose to setup and run a Ruby On Rails application using the brand new version 8. In this guide I&amp;rsquo;m not going to list all new features that are shipped with the newest version. If you want to know more about, you can check the official release note.
There&amp;rsquo;s only one requirement to make this guide work, which is having Docker or OrbStack installed on your computer.</description>
    </item>
    
    <item>
      <title>[pt-br] Ideias de projetos para iniciantes em Ruby on Rails</title>
      <link>https://diogo.dev/posts/ideias-de-projetos-para-iniciantes-em-ruby-on-rails/</link>
      <pubDate>Fri, 14 Jul 2023 21:35:28 +0000</pubDate>
      
      <guid>https://diogo.dev/posts/ideias-de-projetos-para-iniciantes-em-ruby-on-rails/</guid>
      <description>Olá! Quando eu estava aprendendo a programar para a web, o que me ajudou a melhorar minhas habilidades foi desenvolver um projeto sozinho, definindo funcionalidades das quais eu não tinha ideia de como implementá-las. Isso me desafiou bastante e, ao mesmo tempo em que meu projeto progredia, mais eu aprendia sobre a linguagem (PHP, na época) e todo o ambiente web, como, por exemplo, HTML, CSS, banco de dados e, por fim, como colocar em produção.</description>
    </item>
    
    <item>
      <title>[en-us] Good alternatives to heroku</title>
      <link>https://diogo.dev/posts/good-alternatives-to-heroku/</link>
      <pubDate>Thu, 15 Jun 2023 17:09:07 +0000</pubDate>
      
      <guid>https://diogo.dev/posts/good-alternatives-to-heroku/</guid>
      <description>A while ago, I attempted to deploy a side project on Heroku, and, to my surprise, a lot had changed on the platform. Basically, Heroku&amp;rsquo;s free-tier service was no longer available. This was not only bad news for me, but also for every Rails developer who had side projects running there.
So, I went to Twitter to express my concerns about these changes and received many replies suggesting good alternatives. As a result, I have compiled all these suggestions here for you and for my future reference</description>
    </item>
    
    <item>
      <title>[en-us] Learning Rails 7 and hotwire</title>
      <link>https://diogo.dev/posts/learning-rails-7-and-hotwire/</link>
      <pubDate>Thu, 09 Feb 2023 22:14:14 +0000</pubDate>
      
      <guid>https://diogo.dev/posts/learning-rails-7-and-hotwire/</guid>
      <description>Hey, you! In this article, you&amp;rsquo;re not going to learn how to use Hotwire. I&amp;rsquo;ll just be going to give some of my input about this new approach and explain how I normally set up a rails application from scratch.
First of all, if you want to learn how to use Hotwire, follow this tutorial, which is what I did and by the time you finish you&amp;rsquo;ll be understanding this new approach and will be ready to apply it by yourself.</description>
    </item>
    
    <item>
      <title>[en-us] Welcome to my first blog ever!</title>
      <link>https://diogo.dev/posts/welcome-to-my-first-blog-ever/</link>
      <pubDate>Tue, 07 Feb 2023 09:03:20 -0800</pubDate>
      
      <guid>https://diogo.dev/posts/welcome-to-my-first-blog-ever/</guid>
      <description>Hi there,
For those who don’t know me, my name is Diogo, and I’ve been living in Berlin since 2017, although I’m originally from Brazil. If you want to know more about my career in software development, click here.
Originally, this blog post was just going to say that this is my first blog post (not just blog), but then I remembered that I’ve written blog posts before on different platforms back in 2007 when I worked with PHP.</description>
    </item>
    
    <item>
      <title>About Me</title>
      <link>https://diogo.dev/about/</link>
      <pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
      
      <guid>https://diogo.dev/about/</guid>
      <description>Hi there! 👋 I’m a seasoned software engineering and management professional with over 15 years of experience. My career spans a variety of roles, including Co-Founder, Tech Lead, Engineering Manager, and Consultant for companies like Macy’s and GAP.
I have a solid and diverse educational background, which gives me both technical expertise and strategic business skills. My international experience has also helped me work effectively across cultural and technical differences.</description>
    </item>
    
  </channel>
</rss>
