Monday¶
Objectives¶
- Get solid on back-end and front-end testing in Django
- Generally build the mindset of a tester when it comes to any codebase
- Learn about what a Hash Table is and how it can be implemented.
Readings¶
Hashing¶
- Read all about various hashing functions and how they work.
Review¶
- Deeper Dive into Django Testing
Concepts¶
- Hash Table Basics
Assignments¶
- Implement a Hash Table in Python
- Binary Search Tree: Self-Balancing (Due Tuesday)
- Technical Blog Post: Draft Your Post (Due Friday)
- Today I learned...