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.
3d render in cartoon style of a computer surrounded by red diamonds

Backend

Solving The N+1 Counters Problem

The N+1 problem is a common performance issue that’s present in most rails apps I’ve worked in.

Juan Aparicio

AI generated image of a big futuristic screen

Backend

Digging deeper into Rails Concerns

I've observed numerous instances where the included do ... end method is overused, with all the logic of the concerns being placed there.

Juan Aparicio

#d illustration of a woman coding surrounded by holograms

Frontend

Next.js 14: The Power of URL in State Management

In the ever-evolving landscape of web development, a silent hero has emerged — the URL. As frontenders navigate the challenges of integrating a state manager into server components, the URL, provides a welcome solution in Next.js development.

Mauro Davoli

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