Shaunak Deshpandeshaunak.hashnode.dev·Sep 13, 2024Micro Frontends in AngularWhat are Micro Frontends? Micro frontends extend the concept of microservices to the frontend world, coined first by Thoughtworks. In traditional frontend development, a single application might handle everything from user interfaces to business logi...DiscussAngular
Saunak Ghoshrivuu.hashnode.dev·Sep 8, 2024Micro Frontends: A deep dive into how micro frontends are enabling scalable and maintainable web applications, allowing teams to work independentlyI have witnessed a paradigm shift in web development over the past few years, and micro frontends are at the forefront of this revolution. As an advanced copywriter deeply immersed in the world of web technologies, I've seen firsthand how this archit...DiscussMicrofrontend
jc vargasforLets talk about softwarejcvargas.hashnode.dev·Sep 2, 2024Introduction to MicrofrontendsIt is crucial to understand the MFE architecture before considering its adoption in our business. Understanding the advantages, disadvantages, and risks associated with MFEs will allow us to make well-informed decisions. Additionally, understanding t...Discuss·52 readsMicrofrontend
Tanmay Sarkartanmaysarkar.hashnode.dev·Aug 25, 2024Embracing Microfrontends: A Smarter Way to Build Modern Web ApplicationsIn today’s fast-paced world of web development, building large-scale applications can sometimes feel like trying to juggle a dozen different tasks at once. As your application grows, so does the complexity of your frontend, making it harder to develo...Discuss·53 readsKubecon
jc vargasjcvargas.io·Aug 8, 2024Midiendo el impacto de los microfrontends: de Agile a Lean con DORA y Core Web VitalsEn artículos anteriores, hemos explorado las arquitecturas distribuidas en el front-end, conocidas como Microfrontends (MFE), y cómo estas pueden mejorar el rendimiento de nuestros equipos y la capacidad de entrega de nuestros productos. También disc...DiscussArquitecturametrics
Howardblog.howardphung.com·Jul 13, 2024Thoughts on Linking MFE apps together and Genetic Ties between them.There is no strict rule about Architecture The architecture for each project is determined by its requirements. We must think about the requirements to pick the architecture will work for us. With the project I currently working on, there are some un...Discuss·3 likesMicro Frontend DistilledMicrofrontend
Howardblog.howardphung.com·Jul 10, 2024Understanding the Basics of Module FederationHi folks, welcome back. In the previous article, we stopped at the scaffolding projects. In this article, we will discuss the integration process. By leveraging the Module Federation Technique. Implementing Module Federation We will get through it ...Discuss·8 likesMicro Frontend Distilledmodule federation
Howardblog.howardphung.com·Jul 9, 2024Micro-Frontends 101Hi folks, welcome to the Micro Frontends Distilled Series on my Blog. It's Howard here! MicroFrontend is a new architecture in the Frontend World, becoming increasingly popular over time. I already have several years of experience working in the Ente...Discuss·5 likesMicro Frontend DistilledMicrofrontend
Aniket Jhaaniketjha.dev·Jul 6, 2024Scalable state management in ReactState management is always a problem to solve in big applications. Many design patterns and libraries emerge to solve some issues by proposing different ways of doing things. In this article, our main focus is on the philosophy of managing your state...DiscussReactState Management
Sandip Sabalesandipsable.hashnode.dev·Jun 27, 2024Adding Flutter to an Existing iOS Application: Part 2In part 1, we have created a flutter module and integrated into an existing iOS i.e. DogBreed application. In this part, we will build DogBreed detail screen in flutter and demonstrate the use of Flutter's MethodChannel using Pigeon to make service c...DiscussiOS