1 follower
Hi there, I’m Hugo. Software Developer, Apprentice and working at Red Cloud
Understanding the Importance of Code Reviews Benefits of Participating in Code Reviews Code reviews are a fundamental part of the software development...
Strengthening Collaboration and Code Quality · Let's talk about the crucial practice of code review and how it can significantly improve collaboration,...
A Guide to Specificity and Maintainable Code · Have you ever encountered a situation where you wanted to change the color of a label, but despite your...
Collection of simple ruby tips · N+1 Query What is a N+1 query? Consider a situation where you have users that each have many friends. If we loop to map...