Week 1: Object-Oriented Programming (OOP) Design Patterns
Learn design patterns and their practical applications in software development.
Day 1: OOP Introduction
Learn about design strategies and patterns with a simple duck simulation.
Day 2: Enum, Generics & Exceptions
Study the Factory Method Pattern and its applications using design strategies.
Day 3: Factory & Abstract Factory Pattern
Implement the Factory and Abstract Factory design patterns using a pizza store example.
Day 4: Practice Session - Kindle & Vending Machine
Apply the Factory and Abstract Factory patterns in a project setting (e.g., Kindle or Vending Machine).
Day 5: Decorator Design Pattern
Learn the Decorator Pattern using a coffee maker example.
Week 2: Advanced Design Patterns
Understand and apply advanced design patterns like Singleton, Iterator, and Composite.
Day 6: Practice Session - Car Rental
Apply the Decorator design pattern in a car rental system.
Day 7: Singleton Design Pattern
Learn and implement the Singleton Pattern with a parking lot example.
Day 8: Iterator & Composite Design Pattern
Explore Iterator and Composite design patterns with a restaurant menu example.
Day 9: Practice Session - ATM
Implement the Composite and Builder design patterns in an ATM simulation.
Day 10: Observer Design Pattern
Master the Observer Design Pattern with a weather station example.
Week 3: Real-World Design Problems
Work on complex real-world projects, applying all learned design patterns.
Day 11: Practice Session - Restaurant Management
Build a restaurant management system using multiple design patterns like Command and Observer.
Day 12: Practice Session - Hotel Management
Use Singleton, Strategy, and Factory design patterns to solve hotel management problems.
Day 13: State Design Pattern
Learn and apply the State Design Pattern with a vending machine example.
Day 14: Blackjack & Chess Game
Implement State, Command, Iterator, and Observer patterns in a game simulation.
Day 15: Practice Session - Jigsaw Puzzle
Apply the Singleton pattern to solve a jigsaw puzzle problem.
Week 4: Concurrency in Object-Oriented Design
Learn about concurrency and build multi-threaded systems.
Day 16: Concurrency I
Learn about threads and locks, and implement basic multi-threading techniques.
Day 17: Concurrency II
Dive into CompletableFuture and Executor Service for better concurrency control.
Day 18: Elevator System
Design and implement an elevator system using concurrency techniques.
Day 19: Practice Session - Activity Manager & Airline Traffic
Hands-on practice applying concurrency concepts in system design.
Day 20: Practice Session - Duck Simulation 2
Implement MVC and KISS principles in a second iteration of the duck simulation.