Snowboarding: My Way of Facing Challenges and Finding Peace
Why I got into snowboarding? Because it’s a personal challenge. I want to prove to myself that I can do it, that my body has the ability to take on challenges. It’s not about proving anything to others; it’s about showing myself that I can excel in any area I set my mind to. I…
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….
Animate SVG with D3.js
Animation always makes things look better, smooth and nice animations can catch the attention of the user for your application or games. It’s really important to don’t over-exaggerate animations for many reasons like performance issues or too many distractions. There are so many ways to create animations in those days, 3D using the power of…
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…
IPSoft Rockstars of the Month
I was nominated in the monthly RockStar event in the Halloween Party, and fortunately, I was selected as a winner, I been working in IPSoft for a few years and this is something that I wasn’t thinking about for two reasons. But actually, I won’t gonna lie it feels really good when you get recognized,…
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…