Jan 19 · 11 min read · In this continuing hackathon coverage article, we explore how the team is progressing in building an AI-powered travel agent app using micro-frontends, Module Federation, and other modern tools! About The Hackathon This hackathon, hosted by Shashi ...
Join discussion
Jan 10 · 5 min read · Micro Frontends As frontend developers, we often talk about scaling applications, but most of the time our frontend still lives as one large codebase. Over time, I started noticing that many frontend problems are not really technical problems — they ...
Join discussionDec 18, 2025 · 4 min read · Every modern web application tells a story of complexity. Features grow, teams expand, and updates become risky; one change can ripple across the entire system. Micro frontends change that story. Instead of managing everything in a single frontend, t...
Join discussion
Nov 19, 2025 · 7 min read · Have you ever worked on a frontend codebase so large that you feared deploying a CSS change to the Settings page because it might somehow break the Checkout flow? Or perhaps you've struggled to align three different teams working on the same React re...
Join discussion
Sep 29, 2025 · 3 min read · Software architecture can feel abstract, but metaphors help. So let’s imagine your frontend as a garden. At first, you only have a backyard. You plant a few tomatoes, maybe a rose bush, and water them with a friend. Life is simple. Everything fits in...
Join discussion
Aug 26, 2025 · 15 min read · Micro Frontend Architecture has become increasingly popular in recent years, as teams look to re-use parts of their existing applications in new projects rather than rebuilding everything from scratch. Micro frontends also allow large teams to share ...
Join discussion
Aug 24, 2025 · 5 min read · Hey everyone! As I dive deeper into my web development journey, I keep stumbling upon new architectural patterns that help tackle the challenges of building modern web applications. One concept that’s really piqued my interest lately is Micro-Fronten...
Join discussionJul 25, 2025 · 4 min read · TL;DR RiskWhy It MattersMitigation Shared Global ScopeOne XSS = all apps exposedNo window state, strict scoping Token LeakageSession hijackUse secure cookies, avoid localStorage Inconsistent HeadersWeakest link attackEnforce CSP & headers pe...
Join discussion