Instructor: Simerdeep Singh





In this course, we will first develop a monolithic e-Catalogue application in Go first using MVC and Clean Code. Then, we will break the monolithic code into different microservices. We will first use MySQL database, and then later use MS SQL Server. We will write the code in a manner so that the switch from one DB provider to another can be handled through a simple configuration change. We will develop a generic framework that can be reused in other projects.