Systems | Development | Analytics | API | Testing

Latest Publications

Designing Web-Scale Workloads with Microservices

Containers and microservices are redefining the software development lifecycle. Developers are empowered to choose best of the breed languages, frameworks, and runtimes to develop software. DevOps teams are dealing with new packaging and deployment mechanisms. Container orchestration tools such as Docker Swarm, Kubernetes, Apache Mesos are changing the way applications are deployed and managed.

Serverless Computing

Serverless Computing is considered to be the fourth wave of computing where x86 servers, virtual machines, and containers represented the first three generations. With this new paradigm, developers can squarely focus on the code and without the need to deal with the underlying infrastructure. They never have to plan the number of servers, amount of storage, and the network topology of deployments. Since the platform deals with one function at a time, and functions are the fundamental deployment units, this model is often called Functions as a Service (FaaS).