Week notes: 30 Oct 2021
Some notes of things I’ve been reading about recently:
- Interesting read on what a modern data experience should be like
- One method for creating a vertical rhythm in CSS
- I’ve not really played with this yet, but it looks interesting: Datasette data exploration tool (Python)
- Automatically transforming JSON date strings to
Date
s in TypeScript. In theory this should work well, since thets
compiler knows which fields in aninterface
have typeDate
, and so can transform JSON input automagically. However, this method relies on TypeScript custom transforms, and I couldn’t get it to work. But maybe future-TypeScript will make this easier to configure. - Very comprehensive graph library for JavaScript: Cytoscape