Study with Tanuja
Engineer trying to capture memories.
There is no Planet B. I have taken a pledge to not shop any kind of clothing item in 2024 to save the world from fashion emissions which accounts for 10% of the total emissions. 8 months down, 4 more to go. Will post a video on how I maintain a sustainable living. 🌱🌎

Create Binary Tree From Descriptions | Leetcode 2196 | C++

Valid Triangle Number | Leetcode 611 | C++

Server and Security | Proxy, Oauth | HLD Video - 12

Web Applications | REST API | HLD Video - 11

Synchronous and Asynchronous Communication | HLD Video - 10

Database Optimisation | Indexing | Partitioning | HLD Video - 9

Databases | HLD Video - 8

Load Balancers | Caching | HLD Video - 7

Horizontal vs Vertical Scaling | Redundancy | Replication | HLD Video-6

CAP Theorem | HLD Course - Video 5

Application Characteristics | Latency, Throughput, Availability | HLD - Video 4

Centralized vs Decentralized Systems | HLD Course - Video 3

Types of Architecture | Monolithic & Microservice | HLD Course - Video 2

Introduction to System Design | HLD vs LLD | HLD course - Video 1

Restaurant management system | C++ | LLD | Implementation | Design Patterns

Restaurant Management System | LLD | Practice | Part 1

Prototype Design Pattern | C++ | LLD

Chain of Responsibility Pattern | C++ | LLD | Customer Support use case

Command Design Pattern | C++ | Remote control use case

Adapter Design Pattern | C++ | Legacy Printer

Decorator Design Pattern | C++ | Ice Cream Use Case

Observer Design Pattern | Part 2 | C++ | Parking Lot

Observer Design Pattern | Introduction | C++ | LLD

Strategy Design Pattern | C++ | LLD | System Design | Parking Lot

Factory Design Pattern Implementation | C++ | Parking Lot | LLD

Distributed Coins in Binary Tree | 979 Leetcode | C++

Rod Cutting Problem | 1547 Leetcode | HARD

Matrix Chain Multiplication | Dynammic Programming | C++ | Partition DP Pattern

Longest Increasing Subsequence | Binary Search | Leetcode #300

Longest Increasing Subsequence | 300 Leetcode