Hi, I’m Andrés Canavesi from Montevideo, Uruguay. I’m a Software Engineer, with over 15 years of experience in software development, mainly Salesforce, Node.js and Java. I share my experience through this blog since 2017
See the most recent posts I wrote
-
Node.js with Express and MySQL scaffold
Reading Time: 2 minutes Node.js is a popular platform for building server-side applications, while Express is a widely used Node.js framework for building web applications. MySQL is a popular open-source relational database management system used to store and manage data.
-
What is “Red, Green, Refactor” in software development?
Reading Time: 2 minutes In the world of software development, there are many methodologies and practices that teams can use to ensure high-quality, maintainable code. One such practice is the “red, green, refactor” approach, which has gained popularity in recent years due to its simplicity and effectiveness.
-
What is Refactor Driven Development?
Reading Time: 2 minutes Refactor Driven Development (RDD) is a software development approach that emphasizes continuous refactoring of code as the primary way of improving its design and maintainability.