Today I came across A Guide to Streams in PHP: In-Depth Tutorial With Examples.
Category Archives: Programming
Falsehoods Programmers Believe About Phone Numbers
Some notes from Google about Falsehoods Programmers Believe About Phone Numbers.
Basic schema inference for JSON
Today via lobsters: Shape a TypeScript library for schema inference.
Software testing
Via HN today some measured discussion about software testing: We need to talk about testing.
Time-weighted averages
This via HN today: What time-weighted averages are and why you should care. Looks really interesting! Wish I had time to read it closely…
CSS position attribute
Today via r/programming: CSS Position: Locate Your HTML Elements Like a Guru.
CSS notes and games
This via r/programming today: What I Wish I Knew About CSS When Starting Out As A Frontender.
Also check out Flexbox Froggy and Grid Garden.
Shell Functions
Today in #lobsters I was referred to the GNU doco for Shell Functions.
Inserting 130M SQLite Rows per Minute
Some notes on performance tuning SQLite: Inserting 130M SQLite Rows per Minute.