DevOps - Step By Step Learning : Part 5 (Create a REST API Server Using Golang and Gin)
Other Parts of This Series: Part 4: DevOps - Step By Step Learning : Part 4 (Basic Programming Using Golang) DevOps Basic Gin Framework (Photo Credit: Unsplash) Story: In the last part, Rasel learned the fundamentals of Golang. Now he was thinking of building something to verify his learnings. He decided to build a ToDo REST API server. It was a straightforward CRUD API application. To do so, he explored the possible framework or library that can help to implement a lightweight and faster API server. After some research, he selected the Gin framework. ...