From 37469ae9215af4d513300ec21f9bb377b1cd7235 Mon Sep 17 00:00:00 2001 From: Luke Gebbink <48702026+PersonGuyGit@users.noreply.github.com> Date: Sun, 21 Mar 2021 12:38:37 -0600 Subject: [PATCH] Updated Books to help out your career (markdown) --- Books-to-help-out-your-career.md | 25 ++++++++++++++++++------- 1 file changed, 18 insertions(+), 7 deletions(-) diff --git a/Books-to-help-out-your-career.md b/Books-to-help-out-your-career.md index c98b875..c5f9d7c 100644 --- a/Books-to-help-out-your-career.md +++ b/Books-to-help-out-your-career.md @@ -2,19 +2,30 @@ Software Dev books: UI: UX books -Unversial priniples of design: By ludwell (How to design EVERYTHING) +* Universal principles of design: By ludwell (How to design EVERYTHING) -Human Scale: Ergonomics, Accesablity; how to create good places for humans to do things; physical design +* Human Scale: Ergonomics, Accessibility; how to create good places for humans to do things; physical design + +UML Books: + +* UML Distilled 3rd edition + +* Object Oriented Analysis And Design With Applications 3Rd Edition 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. +* Design Patterns: How to code the same thing over and over: Teaches 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 + +* Modern Fullstack Development (Has 3 projects from start to finish) + -Headfirst design patterns: easier to read -Game Programming patterns: Designs patterns just for gaming -Godot in 24 hours -Any good UML book.