# Computer wisdom

#### Study guides and roadmaps

- [System Design Primer](https://github.com/donnemartin/system-design-primer)
- [Developer](https://github.com/kamranahmedse/developer-roadmap)
- [Data Engineer](https://github.com/datastacktv/data-engineer-roadmap)

#### Blog articles

> Write code that is easy to delete, not easy to extend

by [programming is terrible](https://programmingisterrible.com/post/139222674273/write-code-that-is-easy-to-delete-not-easy-to#_=_) 

> Don't have good ideas if you aren't willing to be responsible for them. 

[...and 119 other perilisms](http://www.cs.yale.edu/homes/perlis-alan/quotes.html)

[Write unmaintainable code - enure a job for life](https://github.com/Droogans/unmaintainable-code)

#### Laws

- Conway's law was presented in [a 1968 paper](http://www.melconway.com/Home/Conways_Law.html)
  , but rejected earier from Harvard Business Review.


#### Sidenotes

- A 1990s near Dilbert-style [IBM jargon gem](https://comlay.net/ibmjarg.pdf), plenty of revelations!

#### Trivia

- *jupyter* name contains parts on Julia, Pyhton and R
