Level: Intermediate Whether you want to run Redis or MySQL instances locally in just a few seconds during development, or you need to package and deploy your final product on a language agnostic build server, or even run your service…
HTTP API in Go – Part II
Level: Beginner In this part, we are going to learn: How to serve different HTTP methods (GET, POST) How to put HTTP method constraints on the routes How to pass client data to the server using request body and query…
HTTP API in Go – Part I
Level: Beginner Pretty much all the services we design everyday, require some sort of interface to communicate with the outside World. From a pool of available options, HTTP is a widespread medium which is used by many services to…