Compare commits

...

2 Commits

Author SHA1 Message Date
Charles-Axel Dein
af63e5fecb
Add cognitive load 2025-09-01 11:46:24 -04:00
Charles-Axel Dein
c6cb182e0f
Add BigO visualizations 2025-08-31 21:53:24 -04:00

View File

@ -370,6 +370,7 @@ Let's be honest: algorithms can be a pretty dry topic. [This quora question](htt
- [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)
- [Big O visualizations](https://samwho.dev/big-o/)
Example implementations:
@ -686,6 +687,7 @@ About senior engineers:
- [kettanaito/naming-cheatsheet](https://github.com/kettanaito/naming-cheatsheet): : comprehensive language-agnostic guidelines on variables naming. Home of the A/HC/LC pattern.
- 🧰 [Quality Engineering Guides](https://qeunit.com/guides/)
- [What Makes Code Hard To Read: Visual Patterns of Complexity](https://seeinglogic.com/posts/visual-readability-patterns/)
- [zakirullin/cognitive-load: 🧠 Cognitive Load is what matters](https://github.com/zakirullin/cognitive-load)
### Communication