Posts
All the articles I've posted.
Micro Frontends for Small and Mid-size Organizations
Posted on:December 20, 2022 at 11:11 AMThis article reviews what micro frontends are, their use cases, the current state of tooling, and the implementation approach that would work for a small or mid-size organization.
Node Modules Explained
Posted on:December 11, 2022 at 11:11 AMThis article explains node modules and how they work by using code examples. Get hands-on experience by creating a node package from scratch.
Self Host and Deploy Nextjs without Vercel platform
Posted on:December 4, 2022 at 11:11 AMThis article teaches you how to self host Nextjs websites and deploy them without using the Vecel platform to public clouds such as AWS, Azure, and Google Cloud Platform. You will learn different rendering approaches, infrastructure requirements, deployment steps, and things to consider when deploying websites.