circleci Microservices in Golang - Part 10 - Summary Wow, what a journey it has been! These posts took months to finish. The first post started late 2017, we're nearly half way through 2018 and I'm just writing the final post. It
circleci Microservices in Golang - Part 9 - Deployments with CircleCI Sponsor me on Patreon to support more content like this. In this part of the series, we're going to briefly look at setting up continuous integration with one of our services, using CircleCI.
golang Microservices in Golang - Part 8 - Kubernetes and Container Engine Sponsor me on Patreon to support more content like this. In the previous post we looked at creating a container engine cluster with Terraform. In this post, we'll look at deploying containers into
golang Microservices in Golang - Part 7 - Terraform a Cloud Sponsor me on Patreon to support more content like this. In the previous post, we touched briefly on user interfaces and web clients and how to interact with our newly created rpc services
golang Microservices in Golang - Part 6 - Web Clients Sponsor me on Patreon to support more content like this. In the previous post we looked at some of the various approaches to event-driven architecture in go-micro and in go in general. This
golang Microservices in Golang - Part 5 - Event brokering with Go Micro Image credit: Jasper Van Der Meij Sponsor me on Patreon to support more content like this. In the previous part in this series, we touched upon user authentication and JWT. In this episode,
golang Microservices in Golang - Part 4 - Authentication with JWT Sponsor me on Patreon to support more content like this. In the previous part in this series, we looked at creating a user service and started storing some users. Now we need to
golang Microservices in Golang - part 3 - docker-compose and datastores 用中文阅读. Sponsor me on Patreon to support more content like this. In the previous post, we covered some of the basics of go-micro and Docker. We also introduced a second service. In this
go Microservices in Golang - part 2 - Docker and go-micro Sponsor me on Patreon to support more content like this. 用中文阅读 Introduction - Part 2 Docker and go-micro In the previous post, we covered the basics of writing a gRPC based microservice. In
microservices Running microservices locally Over the past few months I've been slowly splitting out my start-up's backend code into microservices. Our features can be clearly defined as separate apps with separate responsibilities. Which we wanted to be