From fa2369ed731d1da76b1576bccbe07b75b99ae317 Mon Sep 17 00:00:00 2001 From: Charles-Axel Dein <120501+charlax@users.noreply.github.com> Date: Sun, 15 Sep 2024 21:55:44 -0400 Subject: [PATCH] Split typography section --- README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9704f40..58f35ab 100644 --- a/README.md +++ b/README.md @@ -125,6 +125,7 @@ - [Testing](#testing) - [Tools](#tools) - [Type system](#type-system) + - [Typography](#typography) - [Version control (Git)](#version-control-git) - [Work ethics, productivity & work/life balance](#work-ethics-productivity--worklife-balance) - [Web development](#web-development) @@ -338,6 +339,7 @@ Let's be honest: algorithms can be a pretty dry topic. [This quora question](htt - 🎞 [15 Sorting Algorithms in 6 Minutes](https://www.youtube.com/watch?v=kPRA0W1kECg&ab_channel=TimoBingmann) - [Hashing](https://samwho.dev/hashing/) - [Visualizing Algorithms](https://bost.ocks.org/mike/algorithms/) +- [B-trees and database indexes](https://planetscale.com/blog/btrees-and-database-indexes) Example implementations: @@ -791,11 +793,11 @@ Articles : - Recognition Rather Than Recall (recognition = shallow form of retrieval from memory, e.g. a familiar person, recall = deeper retrieval) - ”Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.” – Antoine de Saint-Exupery - Help Users Recognize, Diagnose, And Recover From Errors -- [Butterick’s Practical Typography](https://practicaltypography.com/) - [How to pick more beautiful colors for your data visualizations](https://blog.datawrapper.de/beautifulcolors/) -- [Typography for Lawyers](https://typographyforlawyers.com/) - [Visual design rules you can safely follow every time](https://anthonyhobday.com/sideprojects/saferules/) +Typograhy: see "Typography" section + Resources: - 🧰 [bradtraversy/design-resources-for-developers](https://github.com/bradtraversy/design-resources-for-developers): design and UI resources from stock photos, web templates, CSS frameworks, UI libraries, tools... @@ -1983,6 +1985,13 @@ End-to-end tests: - [Counterexamples in Type Systems](https://counterexamples.org/intro.html): a library of runtime issues that weren't caught by the type system +### Typography + +- [Butterick’s Practical Typography](https://practicaltypography.com/) +- [Typography for Lawyers](https://typographyforlawyers.com/) +- [Quick guide to web typography for developers · OlegWock](https://sinja.io/blog/web-typography-quick-guide) +- [Features of your font you had no idea about](https://sinja.io/blog/get-maximum-out-of-your-font) + ### Version control (Git) Learning Git, courses and books: