Category: Microservices
-
Part – IX: Push to ACR using GitHub Actions (Continuous Deployment)

Hey everyone, Welcome back! This blog forms the 9th part of our Microservices in Go series. We have built a CI pipeline & have also manually created a CD pipeline in our previous blogs. Now, we will automate our CD (Continuous Deployment) in this blog. Continuous Deployment As defined by Google, Continuous Deployment (CD) is a…
-
Microservices in Go: Part – VIII: Deploy to Azure using ACR & App Service

Hey there, Welcome to the 8th blog in Microservices series. In our previous blog we have built a CI pipeline for our repository using GitHub Actions. In this blog, we will start on CD (Continuous Deployment). I have planned this in two blogs, one to setup things required & do manual testing, then to automate…
-
Microservices in Go Part – VII: CI using GitHub Actions
Hello everyone 👋, Welcome back to our blog series Microservices. Today, In this blog we shift our focus to CI from regular development. What does CI mean & how does it help us? Let’s get those questions answered. Continuous Integration As defined in Google, Continuous integration (CI) is the practice of automating the integration of code…
-
Microservices in Go – Part V: HTTPS Server in Go

Hey everyone, Here comes the part-V of our Microservices in Go series of blogs. This would be a short blog, intended to help you run your HTTP API’s on HTTPS. Before jumping into that, let’s know what’s HTTPS and why is it preferred over standard HTTP. HTTP vs HTTPS HTTP stands for Hypertext Transfer Protocol,…