Latest
š§½ Clean Static Site URLs with CloudFront and S3
·1 min
Configure CloudFront so you can avoid ugly .html endings in URLs.
āļø The Playbook for Cutting Cloud Costs
·3 mins
Slash your cloud bill without impacting your operations.
Adding SSL/TLS to a Web Application using AWS Application Load Balancer
·4 mins
I demonstrate how to add SSL/TLS to a web application running on AWS EC2 by configuring an application load balancer in front of it.
š± Testing Log Statements in Spring Boot
·2 mins
I explain how to test log statements in Spring Boot using the OutputCaptureExtension.