DEV Community

Cover image for Technical solutions are written in Golang
Milad Roudgarian
Milad Roudgarian

Posted on

Technical solutions are written in Golang

Suggest you review the common technical solutions written in Golang on GitHub Repositories I encountered to manage my daily tasks. Thus, most of the best practices are available there.

1- The AWS Provider allows Terraform to manage AWS resources.

https://github.com/hashicorp/terraform-provider-aws

2- The Prometheus, a Cloud Native Computing Foundation project, is a systems and service monitoring system.

https://github.com/prometheus/prometheus

3- The imgproxy, a fast and secure standalone server for resizing and converting remote images.

https://github.com/imgproxy/imgproxy

4- The CoreDNS is a DNS server/forwarder, written in Go, that chains plugins. Each plugin performs a (DNS) function.

https://github.com/coredns/coredns

5- The Gitea, is the Git repository manager with the easiest, fastest, and most painless way of setting up a self-hosted Git service.

https://github.com/go-gitea/gitea

6- The MinIO is a High-Performance Object Storage released under GNU Affero General Public License v3.0.

https://github.com/minio/minio

Top comments (0)