bookmarks
rss
browsers
qutebrowser
A minimal web browser with vim-like hotkeys. It uses the blink renderer and it's fast and can render even some of the jankiest websites.
firefox
The once great open source browser.
servers
nginx
Extremely fast reverse proxy or static webserver.
caddy
Dead simple and easy to configure webserver.
openbsd httpd
Very simple and secure webserver.
darkhttpd
When you need a web server in a hurry.
lighttpd
Extremely fast and simple webserver. Reliable enough to host big important sites.
goaccess
Access web log analyzer.
development
html
The HTML standard is not a standard.
css
Pretty colors.
svg
Handwritten only.
js
🙃
sql
Storing data somewhat reliably.
hugo
Fast static site generator written in go.
httpie
User-friendly command-line HTTP client for the API era.
graphql
A query language for your API.
foreman
Quickly setup and run multi-process webapps.
mkcert
Generate trusted developer certs for your local machine.
docker
Create a virtual machine for every fuckin program you're running lol.
font stack
resources
https://seirdy.one/posts/2020/11/23/website-best-practices
A good overview on web best practices (which I tend to agree with).
https://colorandcontrast.com/
A detailed guide to the current research and advice on color and contrast.
https://www.whocanuse.com/
Shows an estimation of how your colors will be viewed with different impairments.
https://randoma11y.com/
Generate random AAA color schemes.
https://alistapart.com/article/dao/
Great writing about embracing the web as a medium rather than attempting to control and force specific fonts and styles. Think of web design as "influencing page layout". Yourself being the browser's mentor rather than micro-manager.
https://browser.engineering/
A book on writing a basic web browser (with some js support) in about 1,000 lines of python.
https://plausible.io/
If someone asks about a "non-evil" analytics system. This one seems good.