A 2016 article about how AWS came about: How AWS came to be.
Category Archives: Web
Reply
Use console.log() like a pro
A good summary of the browser console facilities: Use console.log() like a pro.
Don’t fight the browser preload scanner
I probably should have read this one closer than I did: Don’t fight the browser preload scanner.
A Whole Website in a Single HTML File
Via Hacker News today: A Whole Website in a Single HTML File. As can be seen over here.
Taking Back the Internet
Minimal CSS Framework for semantic HTML
This via Hacker News today: Minimal CSS Framework for semantic HTML.
Principles & Best practices of REST API Design
Some thinking points for service design: Principles & Best practices of REST API Design.
100+ Internet Statistics And Facts For 2021
Ran into this: 100+ Internet Statistics And Facts For 2021.
cgi-bin example
------------------- Sun Nov 21 14:08:26 [bash:5.0.17 jobs:0 error:0] root@tact:/usr/lib/cgi-bin # cat test.sh #!/bin/bash echo 'Content-Type: text/plain' echo '' echo 'test' -------------------
The relevance of PHP
Seen today: Yes, PHP is Worth Learning/Using in $CURRENT_YEAR. There’s some good discussion on some of the more recent PHP language features and other notes about what’s available in the broader ecosystem.