Explore >> Select a destination


You are here

minhajuddin.com
| | fhackts.wordpress.com
18.0 parsecs away

Travel
| | We had a case where multiple servers are using nginx with the exact same configuration to cache short-lived content. And just one of the servers was not caching at all. After a lot of head scratching, we discovered that the server was not synced with NTP, and had a date in the future. As it
| | plainvanillaweb.com
15.3 parsecs away

Travel
| | Strategies for cache invalidation on vanilla web sites.
| | www.mattlayman.com
17.8 parsecs away

Travel
| | Without using a subdomain, Django's static files, or a reverse proxy, can you build a statically generated blog into your Django app? Yes! I'll show you how I created a static blog in Hugo and added it to my Django project.
| | blog.notmyhostna.me
82.4 parsecs away

Travel
| For my new side project I needed to build a browser extension. I was hesitant to build one as the development experience of doing everything in the ...