HTTP: Hypertext Transfer Protocol
Posted by Aly Sivji in Deep Dives
The startup I work for is making a transition into a microservices-based architecture. I'm working with a Senior Engineer to design a new backend platform based off our current monolith.
We plan on having a bunch of REST API endpoints in containers that DevOps will orchestrate using Kubernetes. The current …