Hi! I'm Francisco Moreno, a passionate frontend developer with over 6 years of experience crafting web applications, including 4 years at Globant working on high-impact international projects. While my core expertise lies in Angular, I've actively expanded my skill set with technologies like React, Astro, and server-side rendering approaches.
I'm currently seeking new opportunities in the U.S. and I’m authorized to work there. I thrive in collaborative environments, love diving into new tech, and frequently share what I learn to help fellow developers grow.
Projects
Blog Posts
My Experience Building a Headless WordPress with Angular (Personal Perspective)
In this blog post, I share my hands-on experience building a professional website using WordPress as a headless CMS and Angular as the frontend framework. The project was developed for a real client who needed full content control without compromising performance or modern UI capabilities. Rather than using a standard WordPress theme, I opted for a decoupled architecture that gave me flexibility while keeping things intuitive for the client.
Throughout the process, I faced several technical and organizational challenges — from structuring data that came in unstructured PDFs, to ensuring good SEO without using SSR. I cover the practical decisions, tools, plugins, and real lessons learned from this project.
Jul 10, 2025 15:38
English
Angular
Wordpress
Web Dev
Mi experiencia creando un WordPress Headless con Angular (Desde mi perspectiva)
En esta entrada de blog comparto mi experiencia desarrollando un sitio web profesional usando WordPress como CMS headless y Angular como frontend. El proyecto fue para un cliente real que necesitaba tener control total sobre el contenido, sin sacrificar el rendimiento ni el diseño moderno. En lugar de usar una plantilla típica de WordPress, opté por una arquitectura desacoplada que me permitió tener flexibilidad y al mismo tiempo ofrecer una experiencia sencilla para el cliente.
Durante el desarrollo enfrenté varios retos técnicos y organizativos: desde estructurar contenido que venía en archivos PDF desorganizados, hasta lograr un buen SEO sin usar SSR. En este post detallo las decisiones prácticas, herramientas, plugins y lecciones reales que aprendí en el camino.
Jul 10, 2025 15:20
Spanish
Wordpress
Angular
Web Dev
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