Cloud
Automated and Authenticated APIs stack using Lambda, API Gateway and Cloudformation (AWS)
·638 words·3 mins
Set up a protected API endpoint using AWS Lamda, API Gateway, and automate the deployment of the stack using AWS CloudFormation.
Spring Cloud Config Auto Refresh + Custom Kafka topic
·335 words·2 mins
Spring Cloud Config allows your java application to follow Externalized configuration pattern which is must have if you are building microservices. Explore how to leverage that to define your own Kafka topics
Docker limit resource utilization using cgroup-parent
·1189 words·6 mins
Leverage Docker cgroup-parent to efficiently manage CPU and Memory utilization across all containers