OUR BLOG

Think Big, Read More

Welcome to our blog! From industry insights
to expert advice, we've got it all!

Blogs

Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.
Code using a slow method that memoizes the result of multiple methods using blocks

Backend

Rediscovering Ruby: 5 lesser-known features that can boost your code

Discover Ruby's coding magic with tips on iterators, memoization, dynamic methods, class reopening, and easy debugging. Unleash the power of concise solutions for cleaner code!

Juan Aparicio

illustration of a developer optimizing a Next.js application

Guides

7 Resources Every Developer Should Know

One of my favorite movies, and one that has greatly influenced me, is Back to the Future. I still remember my first time watching it as a kid and being blown away by the fictional technology.

Freddy Manrique

illustration of a developer coding with Next.js framework

Frontend

Setting Up React Query in Your Next.js 13 App

Looking to enhance your Next.js 13 app with the power of React Query? This article will walk you through the process of seamlessly integrating React Query into your project and ensuring that the QueryClient is readily available to all components with

Mauro Davoli

A industry-like building with a ruby gem on top

Backend

Compact vs Nested class definition in Ruby, what’s the difference?

If you have ever worked with Ruby or Ruby on Rails, then you have probably noticed a certain trend. Some people declare nested classes within modules in a single line while others use multiple lines with the module/class reserved words.

Juan Aparicio

An illustration of a group of developers smiling with city on their back

Business

Thinking about Community? Say Hi to Michael

I’m Franco Pariani, and I’m excited to share with you about Michael Julve, a fellow co-founder and advisor at GoGrow. At GoGrow, we share Michael’s views on diversity and inclusion in the tech industry, and we champion underdogs while actively workin

Franco Pariani

An illustration of a woman testing software

Frontend

Unit testing with Vitest

Unit testing is a crucial part of software development. It helps ensure that each piece of code in your project functions correctly and works as expected.

Agustina Hernández