Aparna Vikramanaparnavikraman.hashnode.dev·Jun 9, 2023Understanding ETag Formats in Amazon S3Introduction Amazon S3 (Simple Storage Service) is a popular cloud storage service offered by Amazon Web Services (AWS). It provides a scalable, reliable, and secure infrastructure for storing and retrieving data. In this blog post, we'll explore the...229 readsAmazon S3
Jose Diazblog.jjdiaz.dev·Jul 2, 2022Boost API Performance with HTTP Caching in LaravelHTTP caching is a powerful technique for improving the performance of your API by reducing the number of requests made to the server. When a client makes a request to an API, the server must process the request and return a response, which can take a...1.2K readsMaximizing the scalability of your Laravel API: Best Practices and TechniquesHTTP caching