Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hosseinmirzapur/go-higher-concepts
- Owner: hosseinmirzapur
- Created: 2024-02-02T20:56:01.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-02-15T21:00:34.000Z (11 months ago)
- Last Synced: 2024-02-16T01:25:28.345Z (11 months ago)
- Language: Go
- Size: 798 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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