Category Archives: Web Development
Module Federation Deployment Configuration Part II
From my previous videos Module Federation – Micro frontend architecture | nextjs there are some comments regarding how to handle multiples environments and how to transfer data from the shell application to modules, in this document I’m going to share some of the learning and issues that I and my team had during the development….
React Hooks + Context API = Redux | Build a Scalable APP
Redux has been since the beginning a powerful tool to allow us to handle states in React and other frameworks like Angular and more. The concept of redux is simple, instead to handle the state locally in every component of our application redux combine all state into a big state called Store, from the store…
Transferring data to API from SQL Server to MongoDB using Nodejs and GraphQL
As a developer is harder to catch up with all new frameworks that are coming out, but actually, learning new tools helps to make the development process faster and smoother once start to get comfortable with all of them, when I stopped to have favoritism for some specific framework my life changed completed, if…
Starting new (React+Webpack) project from scratch = beginning =(to)=> advanced
Original Post on Medium I recently had a new challenge, my team and I were facing some issues using Webpack 2, it was taking a lot of time compiling the project in development and building the production bundle, we have to migrate Webpack 2 to 4 for two years old app. Thanks to that upgrade,…