Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hosseinmirzapur/go-higher-concepts

This repository is dedicated to all mid-level to senior Go programming concepts.
https://github.com/hosseinmirzapur/go-higher-concepts

Last synced: 13 days ago
JSON representation

This repository is dedicated to all mid-level to senior Go programming concepts.

Awesome Lists containing this project

README

        

# Golang Concepts

## Summary
In this module we concentrate solely on golang higher-level concepts such as:

- Message Brokers such as: RabbitMQ, Kafka, ...
- Event-Driven Architecture
- Microservice Architecture
- Distributed Systems Architecture
- gRPC & Protobuf
- Concurrency and Paradigms
- Different Testings such as: Unit test, Integration Test, Feature test, E2E test, ...
- Non-relational DBs such as MongoDB, ElasticSearch
- Documentation Approaches
- Logging and Monitoring tools such as Prometheus
- Goroutines and Channel Patterns