Luca MaraschiforPlatformatic Blogblog.platformatic.dev·Dec 3, 2024Reimagining caching invalidation for a faster & more scalable Node.js appPicture this: We are working at a global online retailer. It’s 11:59pm on 28 November. The clock strikes midnight, marking the beginning of Black Friday. Our website and app go live with its biggest deals of the year. Thousands of users flood the sit...1.0K readscaching
flakey5forPlatformatic Blogblog.platformatic.dev·Nov 27, 2024Bringing HTTP Caching to Node.jsWhen it comes to building performant software that communicates effectively with other services, caching is essential. While HTTP caching is a common practice, Node.js has historically lacked a built-in, standards-compliant solution for client-side H...3 likes·2.3K readsHTTP caching
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...ssl/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...1.2K readsMaximizing the scalability of your Laravel API: Best Practices and TechniquesHTTP caching