Skip to main content
  1. Tags/

GO

2024

Enterprise-Grade Website Deployment: Advanced DevOps Practices on AWS
·1689 words·8 mins· loading · loading
AWS Cloudfront S3 Route 53 Dynamo DB GO AWS CodePipeline AWS CodeBuild AWS CodeDeploy AWS Systems Manager AWS Certificate Manager
End-to-End Production-Grade Deployment: Advanced DevOps Practices on AWS
End to End DevOps Deployment: From CICD to orchestration with logging & monitoring
·1938 words·10 mins· loading · loading
k8s DevOps github actions argocd Docker GO prometheus grafana
In this project, we’ll dive into the practical world of code deployment, exploring the seamless integration of development and operations that powers modern software delivery.

2023

Multi-Stage Docker Build of GO web server
·382 words·2 mins· loading · loading
DevOps Docker GO Distroless Image
Simple Web Server in GO # Containerization using Multi-Stage Docker Build # Multi-Stage Docker Build or Distroless Image is a concept of creating image in multiple stages.