Something about Micro Service
2017-11-15Nowadays, web applications become more and more complex. Some apps become enormous after several generations. Every release is a nightmare for both devs and ops and could last for over a week. The old way to solve this is modularity. Divide the whole application into several modules and then assemble them to form an application. In this way, the logic of the application is separated. When some issues occur, it is much easier to locate them and only modification of some parts of the code instead of the whole application is required.