#microservice

Mono & Msa : Front 6. Git Submodules

Posted on Fri, Dec 9, 2022 architecture git microservice

We've been talking about promoting loose-system design throughout every article. Each in a completely different way! πŸ”₯ Would you happen to have a favorite so far ? πŸ‘€Is it monorepos due to their ability to automate the same tasks on all of your application packages. Is it microservices strong decoupling structure? Could it be micro front-ends with its ability to separate each of your applications builds and still provide a communication mechanism so they can work together? 😍 To complete the front end section of our series, let's talk about the 1️⃣ last concept that ties in the front-end with the backend of our project. It’s non other than a hidden πŸ’Ž inside our favorite version-control tool. 🫣 Welcome to the article on ~ Git Submodules ! The Git submodules technology was created to help developers embed multiple repositories in your parent repository.Promoting technical advantages to decouple your system with version control so you can split your monorepo packages into their very own repositories. πŸ“¦ You guessed it! πŸ₯Ή This means each of the applets in your project will have their very own pipelines πŸš€ Let’s take a look at git submodules in the link below! πŸ“š