ATAlberto Taloneinbebetos.hashnode.dev·Jun 15 · 5 min readThe Devil’s Clean Code: Lessons from Migrating a 20-Year-Old Legacy ProjectTL;DR Write tests. You don't truly realize how messy code is until you try to write a unit test for it. Understand your annotations. Don’t use @Data when @Getter and @Setter are all you need. Don't00
ATAlberto Taloneinbebetos.hashnode.dev·Feb 11, 2025 · 10 min readMicrofrontend Architecture: Breaking Down Monolith FrontendsA microfrontend is an architectural style for frontend development where a web application is divided into smaller, independent modules or features. Each module can be developed, deployed, and maintained autonomously, much like the concept of microse...00
ATAlberto Taloneinbebetos.hashnode.dev·Dec 30, 2020 · 6 min readShopping List: my way to learn stuffShopping list Hi devs, I want to show you a simple app I have create for playing with Ionic 5 and Java Spring. Let me introduce you to Shopping List Shopping List is a simple app for manage my stuff to buy from grocery to clothes and other stuff when...00