mirror of
https://github.com/RPG-Research/bcirpg.git
synced 2024-04-16 14:23:01 +00:00
2
Books to help out your career
Luke Gebbink edited this page 2021-03-21 12:38:37 -06:00
Software Dev books:
UI: UX books
-
Universal principles of design: By ludwell (How to design EVERYTHING)
-
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: 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)