/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

info.varnish-software.com
| | truemped.github.io
1.9 parsecs away

Travel
| | My usual web application stack for the past years was based on a nginx as reverse proxy in front of a number of Python processes. Static resources were served by nginx. Each Python process was stateless, state was stored in some kind of database. If the processes needed some shared ephemeral state like counters a local redis instance solved that. A battle tested common ground for Python based web applications.
| | techblog.thescore.com
6.8 parsecs away

Travel
| | Cache-Control directives are pretty straightforward to understand. They're easy to use as well if you assume that all the caches between your end user and application correctly implement the spec. Unfortunately, as with any spec, you can't make that assumption.
| | blog.bigdinosaur.org
1.9 parsecs away

Travel
| |
| | blog.sicuranext.com
15.7 parsecs away

Travel
| Caching is a critical component of any modern application, enabling fast and efficient delivery of content and data to users. However, finding the right caching solution can be a challenge, particularly when existing off-the-shelf solutions don't meet your specific needs. In this article, we'll share our experience of