Pablo Carvalho Vieira Bello

August 25, 2024

Getting Started with Testing in Go: Reversing a String

Hey! In this blog post, we'll guide you through the basics of writing and running tests in Go. We'll take a simple function that reverses a string and walk through writing tests for it, running the tests to identify issues, and then fixing the implementation until all tests pass. Additionally, we'll demonstrate how to structure your te...
Read more
August 13, 2024

Solid Queue - How to get started

Intro Welcome to this series of blog posts where I’ll guide you through getting comfortable with Solid Queue. The goal is to cover the essential aspects, providing you with a comprehensive reference you can revisit whenever you have questions. Let’s get started! Initial setup Lets add Solid Queue to our Gemfile gem "solid_queue", "~> 0...
Read more