Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 544 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 544 Bytes

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