
Martin’s Tech Corner
Join me as I explore the world of software development while I learn new things and share what I have learned over the course of my career
Latest from the Blog
Techniques for integrating Micro Frontends
This is the second in a series of posts that will explore the concepts and practices for implementing Micro Frontends. As I stated in my previous post, Micro Frontends allow you to divorce a micro-service from the UI of the applications that consume the service. By delivering the UI component as a part of the micro-service: The consuming application no longer needs to concern itself with the presentation of the data. The service becomes completely independent with its own deployment cycle, meaning that it can deliver enhancements and bug fixes as needed without impacting the cycles of any application…
Keep readingWhat are Micro Frontends?
This is the first in a series of posts that will explore the concepts and practices for implementing Micro Frontends. Several weeks ago, I came across a LinkedIn article that talked about Micro Frontends. I was intrigued by the concept, but the article wasn’t much use to me; it didn’t fit my learning style. I’m the hands-on type. I learn best if I can write the code, fix the bugs, etc. After just a little searching I came across this site: Micro Frontends – extending the microservice idea to frontend development (micro-frontends.org) I liked the content, so I bought the book,…
Keep readingGet new content delivered directly to your inbox.