top of page


Rethinking Rails: Do You Really Need rails/all?
When building a Rails app, it’s tempting to load everything by default using rails/all—but this often bloats your project with unused frameworks.
há 3 horas1 min de leitura


Performance Comparison: Finding the Two Smallest Numbers in Ruby
Its time to choice When working with large datasets in Ruby, choosing the right method to find the two smallest numbers can impact...
13 de ago.1 min de leitura


Speeding Up Ruby 3.4.x with YJIT + asdf
I’ve been running Ruby 3.4.x with YJIT enabled, managed via asdf , and the performance boost is undeniable. asdf keeps version...
11 de ago.1 min de leitura


"Full-Stack Developer" – But Are You Really This Developer?
Hiring a true Full-Stack Developer is hard . And you know why? Because many companies say they want one, but what they actually need is...
23 de jul.1 min de leitura


Why I Still Use Jbuilder in Rails APIs
While it's trendy to reach for serializers, blueprints, or JSON:API gems, I still reach for Jbuilder in most of my Rails API projects —...
19 de jul.1 min de leitura


🎯 Quando o problema não é você… é o Pedro!
Você manda bem na entrevista, cumpre todos os requisitos…E recebe um: “Olá Pedro, infelizmente…” MAS MEU NOME É RODRIGOOOOOO!!! 😡😂 A...
15 de jul.1 min de leitura


Broadcasting with dependencies in Rails
Broadcasting with dependencies in Rails updates easily with broadcast_replace_to, broadcast_append_to, etc. But what if you need to scope...
15 de abr.1 min de leitura


Add Dynamic Behavior Easily with Stimulus.js
Want to make your website interactive without heavy frameworks like React or Vue? Stimulus.js is a lightweight JavaScript library that...
10 de abr.1 min de leitura


Safely Accessing Nested Parameters in Rails: Understanding `dig` and `presence`
When working with parameters in Rails applications, especially nested ones, developers often face challenges like NoMethodError ...
6 de mar.2 min de leitura
Optimizing Database Queries in Rails: Avoiding the N+1 Problem
What is the N+1 Query Problem? The N+1 query problem occurs when an application performs excessive database queries due to inefficient...
24 de fev.1 min de leitura


🌐 Rails, React e React Native: Um Trio Poderoso para o Desenvolvimento Moderno
Já pensou em unir as forças de Ruby on Rails , React e React Native em um único projeto? Essa combinação poderosa permite criar...
12 de jan.2 min de leitura


Code for Certain Things? But Langflow 1.1 Is Here!
If you're a developer, researcher, or just someone who's curious about Artificial Intelligence, you've probably faced this question: "Do...
30 de nov. de 20242 min de leitura


The Wheel Turns Because It's Round: A Reflection on Trends and New Tools
In our day-to-day lives, whether programming or in any profession, we often encounter new trends, tools, and technologies that everyone...
4 de set. de 20242 min de leitura


Deployments
Scenarios for deployment: Monday Wednesday Friday
8 de ago. de 20241 min de leitura


Building a Stunning React Native App with TailwindCSS: Smooth Navigation and Stylish Effects
Join Our Live Coding Session! We are excited to invite you to our upcoming live coding session where we'll be diving into the world of...
6 de ago. de 20241 min de leitura
The Universal Language: A Future of Unified Communication
Today, we still navigate a world with many different languages and modes of communication. However, it's becoming conceivable that in the...
3 de jul. de 20241 min de leitura
🌟 **Is This the End of Basics?** 🌟
For years, I've been navigating through what the best frameworks or practices are, but things seem to be spiraling out of control....
2 de jul. de 20241 min de leitura
Rodrigo, wait. You are not ready, but I'll help you
Years ago, I was working at a company in São Paulo, and the concept of home-office didn’t even exist yet. The company needed more people,...
23 de jun. de 20242 min de leitura
New Course: 🚀 Interactive Rails with Stimulus Reflex
Enhance your Ruby on Rails applications with real-time interactivity using Stimulus Reflex. In this course, you will learn how to...
21 de jun. de 20241 min de leitura
🚀 **New Course Alert! Introduction to Rails and Concerns** 🚀
This course is designed for all Rails enthusiasts who want to dive deep into the powerful concept of Concerns in Rails. Whether you're a...
21 de jun. de 20241 min de leitura
bottom of page