Explore >> Select a destination


You are here

blog.bigdinosaur.org
| | humanwhocodes.com
6.2 parsecs away

Travel
| | The Official Web Site of Nicholas C. Zakas
| | truemped.github.io
4.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.
| | www.speakeasy.com
6.5 parsecs away

Travel
| | Designing an API with cacheability in mind produces a more sensible and better separated set of resources, and it just so happens to be more performant, cheaper, and better for the environment.
| | www.classandobjects.com
26.4 parsecs away

Travel
| [AI summary] This article explains how to host a static website on GitHub using Hugo, including setup steps, repository creation, deployment, and automation.