alessandromarinoac.comBoosting Monolith Performance: Caching with OpenResty, SRCache, and RedisIntro When working on a monolith and traffic increases, you might decide to start caching to manage the new volume. If your system is modern or small, you have several caching strategies: Handle the caching logic within the code by integrating somet...Dec 24, 2025·4 min read
blog.awsfundamentals.comAWS App Runner: The Easy Way to Run Your ContainersApp Runner is one of the newest services to run containers on AWS, it offers a fully-managed way of running scalable web applications. Infographic Let's start with a quick overview of AWS App Runner: Where does AWS App Runner fit in the AWS containe...Apr 4, 2023·6 min read
alessandromarinoac.comAWS CLI S3 Cheatsheet - s3 syncThe AWS CLI sync command is a powerful tool for copying new and updated files between a source and destination, with at least one of them being an S3 Bucket. This command can also be used to perform sync between S3 Buckets without the need to transit...Mar 17, 2023·3 min read
alessandromarinoac.comDeploy a React application on AWS with CloudFront and S3Web applications built with React are commonly hosted and served as static files, so if you are building a Single Page Application and you want to host it on AWS you can use the combination of CloudFront and S3. Introduction Cloudfront is a Content D...Mar 2, 2023·5 min read
alessandromarinoac.comUnleashing the Power of Large-Scale Parallel Data Processing on AWSAWS has recently released a new feature for AWS Step Function that allows you to perform large-scale parallel data processing AWS News Article Why you could need large-scale parallel data processing? Processing large CSVs or processing every item in ...Jan 29, 2023·3 min read