Today via r/programming: JSON Schema bundling finally formalised.
Category Archives: Web
Reactions to REST API Design Rulebook
I’m reading REST API Design Rulebook. On page 12 the author says “two different URIs map to two different resources”, but that’s wrong, many URIs can refer to the same resource, with and without respect to time.
Axiomatic CSS and Lobotomized Owls
This is a neat CSS technique: Axiomatic CSS and Lobotomized Owls.
How do I turn on the Do Not Track feature?
Cross-Site Request Forgery Prevention Cheat Sheet
I happened upon Cross-Site Request Forgery Prevention Cheat Sheet in my travels.
The Baked Data architectural pattern
Today via r/programming: The Baked Data architectural pattern. It’s a good idea. Basically deploy your data/content with your code.
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.
The Fetch standard
The Fetch standard defines requests, responses, and the process that binds them: fetching.
CSS spacing
This via r/programming today: CSS: The Spacing Between Elements Should Be Determined by the Parent Element.