@@ -1107,7 +1107,7 @@ You'll get more graph practice in Skiena's book (see Books section below) and th
1107
1107
- [x] http://jasonpolites.github.io/tao-of-testing/ch3-1.1.html
1108
1108
- [x] How to write tests: http://jasonpolites.github.io/tao-of-testing/ch4-1.1.html
1109
1109
1110
- - [ ] ** Design patterns**
1110
+ - [x ] ** Design patterns**
1111
1111
- [x] Quick UML review: https://www.youtube.com/watch?v=3cmzqZzwNDM&list=PLGLfVvz_LVvQ5G-LdJ8RLqe-ndo7QITYc&index=3
1112
1112
- [x] Learn these patterns:
1113
1113
- [x] strategy
@@ -1131,15 +1131,15 @@ You'll get more graph practice in Skiena's book (see Books section below) and th
1131
1131
- [x] Chapter 6 (Part 2) - Abstraction-Occurrence, General Hierarchy, Player-Role, Singleton, Observer, Delegation: https://www.youtube.com/watch?v=U8-PGsjvZc4&index=12&list=PLJ9pm_Rc9HesnkwKlal_buSIHA-jTZMpO
1132
1132
- [x] Chapter 6 (Part 3) - Adapter, Facade, Immutable, Read-Only Interface, Proxy: https://www.youtube.com/watch?v=7sduBHuex4c&index=13&list=PLJ9pm_Rc9HesnkwKlal_buSIHA-jTZMpO
1133
1133
- [x] Series of videos (27 videos): https://www.youtube.com/playlist?list=PLF206E906175C7E07
1134
- - [ ] Head First Design Patterns: https://www.amazon.com/Head-First-Design-Patterns-Freeman/dp/0596007124
1134
+ - [x ] Head First Design Patterns: https://www.amazon.com/Head-First-Design-Patterns-Freeman/dp/0596007124
1135
1135
- I know the canonical book is "Design Patterns: Elements of Reusable Object-Oriented Software", but Head First is great for beginners to OO.
1136
1136
- [ ] Handy reference: 101 Design Patterns & Tips for Developers: https://sourcemaking.com/design-patterns-and-tips
1137
1137
1138
- - [ ] ** Scheduling**
1138
+ - [x ] ** Scheduling**
1139
1139
- in an OS, how it works
1140
1140
- can be gleaned from Operating System videos
1141
1141
1142
- - [ ] ** Implement system routines**
1142
+ - [x ] ** Implement system routines**
1143
1143
- understand what lies beneath the programming APIs you use
1144
1144
- can you implement them?
1145
1145
0 commit comments