Day 01 - 02-10-20 - 4 hrs, 31 mins
- Read Python offical docs tutorial chapter 5 Data Structures to get info not covered by Python Crash Course and did some practice work with
- Read Python offical docs tutorial chapter 6 Modules, covering modules and packages
- Practiced making some sample modules, packages, and sub-packages, importing into root file and __init__.py with various types of imports, into different variable namespaces, etc.
Day 02 - 02-11-20 - 3 hrs, 7 mins
- Read Python offical docs tutorial chapter 7 Input & Output and did some practice work reading and writing to local files
- Read Python Crash Course chapter 7 User Input & While Loops and did practice work with
- Started learning Laravel through Laracasts and did initial Composer setup, etc.
Day 03 - 02-12-20 - 5 hrs, 3 mins
- Finished studying Composer and did some practice with, using to build requirements for current week work page
- Studied use of namespaces in PHP and did some practice work via same classname, same content, different namespace classes
- Continued studying Laravel, doing initial dev server setup, and studying project config details
- Added Laravel notes and learning resources to week 22 pages, index, and roadmap and updated roadmap to include Laravel
Day 04 - 02-13-20 - 3 hrs, 55 mins
- Continued studying Laravel. Bulk was pretty boring intro stuff, more configuration, directory structure for laravel project, deployment, etc.
- Updated resume to include current job
Day 05 - 02-14-20 - 4 hrs, 12 mins
- Finally got into heavier docs for Laravel, but once it went into dependency injection, I realized my understanding of core OOP design was lacking
- Spent a bit deciding what book(s) to read to better improve fundamental OOD knowledge before going further into Laravel studies
- Decided on The Object Oriented Thought Process first, then Head First Design Patterns
- Started reading The Object Oriented Thought Process and took notes. Read first first 20% of book, mostly refresher, but well needed one
- Updated current week, roadmap, index pages with added OO Thought Process notes
Day 06 - 02-15-20 - 1 hrs, 59 mins
- Continued studying The Object Oriented Thought Process. Got about halfway through book.
TOTAL TIME = 22 hrs, 47 mins