Welcome to my learning ground. This is my space where I try to learn new things, fail, learn and share.
- Learning gRPC
- gRPC Features - contains sample working code for different features of gRPC
- Reminders - a simple service to show case serving clients on both grpc server via grpc and grpc-gateway server via http
- Refreshing C++
- Azure Fundamentals
- Learning Golang - code snippets to learn various features of golang
- Playing with signal handling
- I/O Multiplexing with epoll
- I/O Multiplexing with poll
- TCP client/server with non-blocking sockets
- Simple TCP client/server in Python
- Containerizing a python script
- Share shared-memory between two containers
- Unix domain sockets
- Simple TCP client/server in C
- Simple TCP client/server in C with TLS
- Simple TCP client/server in C with mutual TLS
- Read X509 certificates using openssl library
- I/O Multiplexing with select()
- Vectored I/O
- Deploying a webapp in a minikube k8s cluster
- Generate SSL certificates using openssl