Resources
This page contains some links to my Github repo/wiki/slides, where I have some notes on the below topics took while learning.
Primary resource
Golang
Protobuf
Python REST API with protobuf messages
Basic gRPC communications in Python
Golang HTTP Server and Python HTTP Client using Protocol Buffer messages
gRPC
Simple CRUD gRPC API. Golang Server and Python Client.
AWS
AWS - Solution Architect Associate
Networking
YANG, NETCONF, RESTCONF - wiki page
YANG - ietf slides, Simple slide
NETCONF with YANG - ietf slides
Kafka
Kafka Notes repo and wiki page
Kafka Producers and Consumers in Python using aiokafka library
Kafka Producer produces data from EventStream
Bash Shell
Bash commands with examples - wiki page
Django
GraphQL
Golang GraphQL server - Program
GraphQL CRUD API in Python using ariadne library (schema-first approach)