My take on... Angular ElementsAfter many days and hours dealing with Angular Elements work, I've learned a thing or two about extracting an Angular Component to a Web Component and making it available everywhere. It started where all research should start, the Angular Documentati...Jun 7, 2024·3 min read·16
My take on... migrating Firestore dataHello again! 👋🏻 Most of the time, in a project, we are working with different environments and different data between them. Sometimes this lack of synchronicity brings very tricky bugs. Also, another circumstance where knowing this may be useful is...Nov 9, 2021·4 min read·197
My take on... pushing updates to a PWAHey! 👋🏻 This time we are going to talk about updating our PWA properly. As we know, a PWA should work with cached files, and sometimes if we update those files, there is no way to let the PWA update the cache. This time, we are going to implement A...Sep 20, 2021·3 min read·169
My take on... GitHub ActionsHello!!! 👋👋👋 Yesterday I was working on an old project and realized that every time I finished a task and wanted to see it in development or production, I had to do multiple steps. What? That's where Continuous Deployment comes in. It's an automat...Jul 26, 2021·4 min read·70
Dipping my toe into VSCode's Remote Container feature.Hi! Long time no see. I hope to keep some regularity publishing articles along the way, but don't hold your breath. This time, I'd like to tackle a problem I'm having when I'm working on multiple projects that is keeping a consistent development envi...Jul 3, 2021·3 min read·234
My take on... the recruiting processHowdy 👋🏻 This time, I'd like to talk about the recruiting process. You know, the first step before getting your next job. https://media.giphy.com/media/l2Sq6TpbRV4oD7zbi/giphy.gif It can be quite frustrating for everyone involved, and I guess it ma...May 31, 2021·4 min read·242
Quick take on Angular ImportsGood morning ☕! A quick take that I'd like to share before I forget it. What? Working in Angular with many packages, sometimes VSCode doesn't "see" a new package and we've just installed and forces us to import it manually to get the IntelliSense for...May 26, 2021·1 min read·44