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.