Karan Mhaskekaranfromdevops.hashnode.dev·May 23, 2024Mastering Nginx The Versatile Web Server for Modern Web DevelopmentIntroduction In the landscape of web development, Nginx stands out as a powerful, flexible, and efficient web server. Originally created to solve the C10k problem—serving 10,000 concurrent connections—Nginx has grown to become a versatile tool for va...Discussssl/tlc
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...Discuss·1.0K readsMaximizing the scalability of your Laravel API: Best Practices and TechniquesHTTP caching