Explore >> Select a destination


You are here

qnoid.com
| | www.mnot.net
3.1 parsecs away

Travel
| | A long, long time ago, I wrote some tests using XmlHttpRequest to figure out how well browser caches behaved, and wrote up the results.
| | truemped.github.io
6.2 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
4.5 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.
| | kirillunlimited.com
24.6 parsecs away

Travel
| Overview and background of a hybrid web development approach, which appears to be the next round of the industry's evolution.