From f8d0e5448f50e38ff4c59019e690f85cc310f8e6 Mon Sep 17 00:00:00 2001 From: Luke Gebbink <48702026+PersonGuyGit@users.noreply.github.com> Date: Sat, 27 Feb 2021 11:45:57 -0700 Subject: [PATCH] Created Books to help out your career (markdown) --- Books-to-help-out-your-career.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Books-to-help-out-your-career.md diff --git a/Books-to-help-out-your-career.md b/Books-to-help-out-your-career.md new file mode 100644 index 0000000..c98b875 --- /dev/null +++ b/Books-to-help-out-your-career.md @@ -0,0 +1,20 @@ +Software Dev books: + +UI: UX books + +Unversial priniples of design: By ludwell (How to design EVERYTHING) + +Human Scale: Ergonomics, Accesablity; how to create good places for humans to do things; physical design + + +CODE books: + +Design Patterns: How to code the same thing over and over: Teachs you how to make your own libraries; and solve common types of problems. + +Headfirst design patterns: easier to read + +Game Programming patterns: Designs patterns just for gaming + +Godot in 24 hours + +Any good UML book.