Build a Microservice with Go and GoLand

How fast can you build a microservice in Go? 1 week? 1 day? 1 hour? In this webinar, we start from scratch, build a #microservice that connects to a PostgreSQL database, and then is deployed in a Kubernetes cluster. We use GoLand IDE, the dedicated Go IDE from JetBrains, to help us create the micro-service, write tests for it, refactor it to make it friendly for others to read, and assist with both the Database and Kubernetes. We learn how to use the features like Move, Rename, or Change Signature refact
Back to Top