Heard about Caddy today, looks kinda cool.
Category Archives: Web
github1s.com
So there’s this new domain github1s.com where you can load the web version of VS Code and open a github project all in one go, e.g.: https://github1s.com/jj5/apache-formula/.
NES.css
lol, this is great: NES.css
How to use CSS
Articles I ran into today:
D3.js
Today I learned about D3.js which looks pretty interesting. A JavaScript library for “data-driven documents”.
Parsing HTML on the command line
Check out pup for parsing HTML on the command line. Does pretty printing too.
Incomplete List of Mistakes in the Design of CSS
Today I discovered Incomplete List of Mistakes in the Design of CSS.
The UX Book: Designing a Quality User Experience
I wish I had the money to buy and the time to read this one: The UX Book: Designing a Quality User Experience.
MinWiz – Minimal starter kit for under 2 KB sites
Today I discovered MinWiz – Minimal starter kit for under 2 KB sites.
Retry-After
Today I learned about the Retry-After HTTP header. It was mentioned over here.