Hi! My name is Francisco Moreno I’m a frontend developer with 6 years of experience, 4 of which I have spent at Globant as a Web UI Developer. My main focus has been Angular, but I always enjoy learning new technologies like React, Astro, and others. I consider myself curious and enjoy sharing my knowledge with the developer community.
Projects
Blog Posts
Understanding the Difference Between Components and Decorators in Angular
Components are essential building blocks in Angular that manage UI, while decorators add metadata to enhance class functionality. Understanding their distinct roles is crucial for effective Angular development.
Dec 30, 2024
Angular
Web Dev
Jest Coverage in VS Code
Enhance Jest testing in VSCode by installing the Jest extension, configuring coverage colors in settings, and using the on-save run mode to optimize performance and improve code quality through visual feedback on test coverage.
Dec 29, 2024
Jest
VS Code Extensions