Skip to content

contains(cloud) Posts

October dump

Hello folks, welcome back πŸ‘‹πŸ» I want to start this post saying this is not a technical post, so if you are here looking for one of the crazy labs we share around here, this post is not for you πŸ˜… October was a very busy but special with so…

AWS Certified SysOps Administrator – Associate: My exam experience

Hello πŸ‘‹πŸ» Two weeks ago I did the AWS Certified SysOps Administrator – Associate exam. I never really looked with attention to this exam before, as my focus were more on Architect and Development, but I finally decided to take a shot, so today I’ll share my experience on it.…

Is the Amazon API Gateway cache feature a game changer?

When discussing API performance, caching often emerges as a key strategy. By storing responses from frequently accessed endpoints that are static or change infrequently, caching reduces server load and speeds up response times, making it a go-to solution for performance optimization. There are many ways to implement caching, from the…