Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 498 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 498 Bytes

Nothing to see here so far

This repositories covered my journey in learning

  • Protocol Buffers
  • Unary calls
  • Server Side Streaming
  • Client Side Streaming
  • Bi Directional Streaming
  • Error handling
  • Unit testing (blocking and async stub)

Subsequent to that, i learnt how to

  • Write a reverse proxy and load balancing server with nginx (nginx.conf)
  • Setup application and nginx with docker-compose
  • Monitor how nginx direct the traffic to existing server when a service is down