This on HN today: The Architecture Behind A One-Person Tech Startup.
Category Archives: Design
Idempotence Now Prevents Pain Later
I enjoyed reading this one today: Idempotence Now Prevents Pain Later. Some clear thinking.
HTML5 Tips
Today via r/programming: HTML5 Tips. I think my favourite was the meter tag… or maybe the spellcheck attribute… lots of good tips over there.
CSS Tips
This on r/programming today: CSS Tips. There are a lot of good tricks in there, this one was my fav:
.center {
display: flex;
align-items: center;
justify-content: center;
}
…it centres content vertically and horizontally.
Tools for Auditing CSS
Some good tools and techniques listed over one Tools for Auditing CSS.
Font size is useless; let’s fix it
This on r/programming today: Font size is useless; let’s fix it. Interesting article, but I didn’t read it closely.
Emoji under the hood
An excellent article on Unicode: Emoji under the hood.
Charts.css
Kickass: Charts.css. Also of interest: Which color scale to use when visualizing data.
Preemptive Pluralization is (Probably) Not Evil
An interesting article on data modelling and API design: Preemptive Pluralization is (Probably) Not Evil.
Starbucks Does Not Use Two-Phase Commit
While flipping through Cassandra: The Definitive Guide I discovered Starbucks Does Not Use Two-Phase Commit.