π Let's Connect! π
If you're interested in following technology, connect with me! Comment "Done" once you've connected so I can follow you back.
~Java/C++/Python/JavaScript/GoLang
~React/Angular
~Django/Spring Framework
~SQL/No SQL
~LLD/HLD/DevOps
~Data Structure & Algorithm
Day 20 of my #JulyChallenge! π
Yesterday, I focused on revising some of the design patterns Iβve previously learned. It's always good to refresh and solidify my understanding of these concept. (1/2)
Day 19 of my #JulyChallenge! π
It was a hectic day with a long stretch of office work, leaving me with little time for self-learning.
Despite the busy schedule, I managed to revise behavioral design patterns and reviewed some code examples. (1/2)
Day 18 of my #JulyChallenge! π
Today, I focused on learning three new design patterns:
1. **Decorator**
2. **Strategy**
3. **Observer**
I explored the concepts behind these patterns and wrote code to implement each one. (1/2)
Day 17 of my #JulyChallenge! π
Today, I focused on exploring three design patterns:
1. **Adapter**
2. **Facade**
3. **Flyweight**
I delved into the concepts behind these patterns and wrote code to implement each one. (1/2)
Day 16 of my #JulyChallenge! π
Today, I continued my journey into Tree Data Structures. I watched videos to understand the basic concepts, such as tree traversal and calculating the height of a tree. (1/3)
After grasping these fundamentals, I solved several problems based on trees to reinforce my learning.
Towards the end of the day, I started exploring a new design pattern called the Adapter. I'll continue diving into this pattern tomorrow. (2/3)
Day 15 of my #JulyChallenge! π
Today, I focused on Linked Lists and Trees to build a strong foundation in these data structures.
I started by reading blogs to understand the basics. Then, I watched video lectures covering concepts like linked list traversal, (1/2)