PinnedMarcelo DominguesLessons I Learned from My First Year as a Software EngineerA Journey Through Burnout, Growth, and Mastering JavaSep 10Sep 10
PinnedMarcelo DominguesPublishing Your Java Library to Maven Central: A Step-by-Step TutorialA deep dive into the journey of making your Java library accessible to millions of developers worldwideMar 251Mar 251
PinnedMarcelo DominguesNavigating the Waters of Spring Framework Migration: A Comprehensive GuideStepping up to the latest Spring Framework version is not just an upgrade; it’s a leap towards enhanced performance and cutting-edge…Sep 6, 2023Sep 6, 2023
Marcelo DominguesinThe 60-Second ProgrammerIntroduction to Regular Expressions (RegEx) in Java 🔍Regular Expressions (RegEx) are patterns used to match character combinations in strings. In Java, RegEx can be a powerful tool for…Oct 10Oct 10
Marcelo DominguesinThe 60-Second ProgrammerHow to Use the Singleton Design Pattern in Java 🏛️The Singleton pattern ensures that a class has only one instance and provides a global point of access to that instance. It’s a commonly…Oct 91Oct 91
Marcelo DominguesinThe 60-Second ProgrammerCreating Dynamic Components in Angular 🛠️Sometimes, you need to create components dynamically at runtime instead of defining them statically in the template. Angular allows you to…Oct 9Oct 9
Marcelo DominguesinThe 60-Second ProgrammerWorking with Angular Event Binding: A Quick Guide 🔄Event binding in Angular is used to respond to user actions such as clicks, keypresses, and mouse movements. With event binding, you can…Oct 8Oct 8
Marcelo DominguesinThe 60-Second ProgrammerIntroduction to Unit Testing with JUnit 🧪Unit testing is the practice of testing individual units of code, typically methods or functions, to ensure they work as expected. JUnit is…Oct 81Oct 81
Marcelo DominguesinThe 60-Second ProgrammerManaging API Errors in Angular with HttpInterceptor 🛡️Handling HTTP errors globally can save you time and ensure that your app gracefully handles unexpected situations. You can achieve this in…Oct 7Oct 7
Marcelo DominguesinThe 60-Second ProgrammerMastering Lambda Expressions in Java 📝Lambda expressions in Java allow you to write more concise and readable code by representing functions as expressions. They are especially…Oct 7Oct 7