Devs in Progress
Devs in Progress
  • 185
  • 87 102
Mastering Behavioural Design Patterns: Unlocking Flexible Object Interactions
In this video, we explore two key Behavioural Design Patterns: Observer and Strategy.
The Observer Pattern allows objects to notify others about changes, promoting a loosely coupled system where multiple objects can react to events dynamically. It's commonly used in event-driven systems like GUI applications.
Notes:devsquad554.github.io/ObserverPattern/
GitHub Link: github.com/devsquad554/ObserverPattern/
The Strategy Pattern enables selecting an algorithm's behaviour at runtime, making it easy to switch between different strategies without altering the client code. This pattern is perfect for scenarios requiring flexibility in choosing algorithms, such as sorting or payment processing systems.
Notes: devsquad554.github.io/StrategyPattern/
มุมมอง: 210

วีดีโอ

Mastering Multithreading in Java: Synchronization, Locks, and Concurrency Explained #codingintelugu
มุมมอง 1.1K7 ชั่วโมงที่ผ่านมา
Notes: devsquad554.github.io/multithreading/ Welcome to this comprehensive guide on Multithreading in Java! 🚀 In this video, we dive deep into all the essential multithreading concepts you need to master for real-world applications: 🔸 Thread Lifecycle: Understand the journey of a thread from creation to termination. 🔸 Thread States: Learn how threads transition between states like Runnable, Blo...
Master Structural Design Patterns in 49 mintues
มุมมอง 28812 ชั่วโมงที่ผ่านมา
Structural patterns focus on the composition of classes or objects, making them easier to work together in a flexible and scalable way. These patterns simplify the relationships between entities. Adapter: Allows incompatible interfaces to work together by converting one interface to another. Notes: devsquad554.github.io/AdapterPattern/ GitHub: github.com/devsquad554/AdapterPattern/ Decorator: A...
OS Crash Course: Master important Concepts in 1 Hours 46 Minutes
มุมมอง 43216 ชั่วโมงที่ผ่านมา
Prepare for your technical interview with this Operating Systems (OS) crash course! In this video, we'll cover the essential concepts of multithreading, process synchronisation, and memory management. Whether you're prepping for coding interviews or system design questions, these topics are crucial for understanding how modern operating systems work. You’ll learn: - What multithreading is and h...
DBMS Crash Course: Master Database Concepts in 2 Hours 25 Minutes
มุมมอง 55121 ชั่วโมงที่ผ่านมา
Unlock the key concepts of Database Management Systems (DBMS) in this comprehensive 2-hour 25-minute crash course! Whether you're preparing for technical interviews, academic exams, or simply want to strengthen your understanding of DBMS, this video covers everything you need. We'll dive into the core topics, including: - ER Diagrams and Relationships - Normalization (1NF to BCNF) - SQL Queries...
Mastering Hashing: Top MAANG Interview Questions Explained
มุมมอง 470วันที่ผ่านมา
Hashing is a technique used to efficiently map data to a specific location, typically in a hash table, using a hash function. It transforms input (or keys) into fixed-size values (hashes), making search, insert, and delete operations faster. Collisions occur when two keys map to the same index, which is resolved using techniques like chaining or open addressing. Hashing is widely used in applic...
Mastering Two Pointers Approach: Top MAANG Interview Questions Explained
มุมมอง 875วันที่ผ่านมา
In this video, we dive deep into the 2 Pointer Approach , a powerful technique to solve array and string problems efficiently. We'll explore how two pointers can help reduce time complexity and simplify solutions. With practical examples and intuitive explanations, you'll learn how to apply this method in competitive programming and coding interviews. Perfect for both beginners and advanced lea...
Ace greedy Algorithm in 1 Hour : Top MAANG Interview Questions Explained
มุมมอง 627วันที่ผ่านมา
A greedy algorithm is an approach for solving optimisation problems by making the locally optimal choice at each step, hoping to find the global optimum. It selects the best immediate solution without considering the long-term impact. Greedy algorithms are efficient for certain problems like fractional knapsack and Huffman coding. However, they do not always guarantee the best solution for all ...
Mastering Arrays: Top MAANG Interview Questions Explained
มุมมอง 1.6Kวันที่ผ่านมา
In this video, we dive deep into mastering arrays by solving the most commonly asked interview questions in top MAANG companies. We'll cover essential array operations, techniques, and tricky problems to help you ace your coding interviews. Whether you're a beginner or brushing up on concepts, this guide will strengthen your array-solving skills. Stay tuned for clear explanations and coding tip...
LLD 12 - Master Strategy Design Patterns | Google Maps Routing Example in Java #codingintelugu #java
มุมมอง 23214 วันที่ผ่านมา
Notes: devsquad554.github.io/StrategyPattern/ In this video, we dive deep into the Strategy Design Pattern and combine it with the Factory Design Pattern to create a dynamic and scalable solution for route calculation, just like Google Maps! 🚗🚶‍♀️🚲 Learn how to implement these patterns step by step, with real-world scenarios for car, bike, walking, and public transport routes. We’ll cover both ...
Ace Trees in 2 hours: Placement Interview Crack Avvadam Pakka
มุมมอง 99914 วันที่ผ่านมา
Trees are an essential data structure in computer science, widely used for hierarchical data representation. They consist of nodes connected by edges, with one root node and multiple child nodes forming a tree-like structure. Common types of trees include Binary Search Trees (BST), AVL Trees, and Tries, each offering unique advantages for operations like searching, insertion, and deletion. Tree...
LLD 11 - Observe Design Pattern in Java | Zerodha Use Case Explained #codingintelugu #lld #java
มุมมอง 28414 วันที่ผ่านมา
Notes: devsquad554.github.io/ObserverPattern/ GitHub Link: github.com/devsquad554/ObserverPattern 🔔 Learn how to implement the Observer Design Pattern in Java with a real-world stock price update example, inspired by platforms like Zerodha. In this video, we explore: How to implement a stock price update system without the Observer pattern. How to decouple your classes using the Observer interf...
Ace LinkedList in 2 hours: Placement Interview Crack Avvadam Pakka
มุมมอง 73614 วันที่ผ่านมา
In this video, we dive deep into Linked Lists, one of the fundamental data structures in DSA. Learn how to implement single Linked Lists, understand their structure, and explore common operations like insertion, deletion, and traversal. We also cover the differences between Linked Lists and Doubly Linked Lists. Perfect for beginners looking to strengthen their DSA foundation!"
Ace Stacks in 2 hours: Placement Interview Crack Avvadam Pakka
มุมมอง 39214 วันที่ผ่านมา
Ace Stacks in 2 hours: Placement Interview Crack Avvadam Pakka
LLD 10-Flyweight Design Pattern with Pokémon Go & PUBG | Memory Optimization #codingintelugu #lld
มุมมอง 26014 วันที่ผ่านมา
LLD 10-Flyweight Design Pattern with Pokémon Go & PUBG | Memory Optimization #codingintelugu #lld
Master Creational Design Pattern in 2 Hours
มุมมอง 19114 วันที่ผ่านมา
Master Creational Design Pattern in 2 Hours
Ace Queues in 59 minutes: Placement Interview Crack Avvadam Pakka
มุมมอง 27714 วันที่ผ่านมา
Ace Queues in 59 minutes: Placement Interview Crack Avvadam Pakka
LLD 09-Java Decorator Design Pattern Explained | Dynamic Features in Real-Life Apps #codingintelugu
มุมมอง 22014 วันที่ผ่านมา
LLD 09-Java Decorator Design Pattern Explained | Dynamic Features in Real-Life Apps #codingintelugu
LLD 08-Seamless Integration with the Adapter DP | Stripe, PayPal, Databases & More in Java #coding
มุมมอง 19714 วันที่ผ่านมา
LLD 08-Seamless Integration with the Adapter DP | Stripe, PayPal, Databases & More in Java #coding
LLD 07-Prototype Design Pattern in Java with Deep Copy & Registry | Amazon Prime Example #coding
มุมมอง 33121 วันที่ผ่านมา
LLD 07-Prototype Design Pattern in Java with Deep Copy & Registry | Amazon Prime Example #coding
LLD 06-Factory Design Pattern in Java with Real-Life Examples | HDFC, Netflix, PhonePe #coding
มุมมอง 35521 วันที่ผ่านมา
LLD 06-Factory Design Pattern in Java with Real-Life Examples | HDFC, Netflix, PhonePe #coding
Master Graphs in 2 Hours|| BFS, DFS & Graph Traversals Made Easy
มุมมอง 1.3K21 วันที่ผ่านมา
Master Graphs in 2 Hours|| BFS, DFS & Graph Traversals Made Easy
LLD 05-How Amazon & PhonePe Simplify Orders and Payments Using Builder Pattern | LLD #codingintelugu
มุมมอง 54421 วันที่ผ่านมา
LLD 05-How Amazon & PhonePe Simplify Orders and Payments Using Builder Pattern | LLD #codingintelugu
LLD 04-Master Singleton Design Pattern || Netflix Config, DB & Logger Examples | Multi-threaded Envs
มุมมอง 46121 วันที่ผ่านมา
LLD 04-Master Singleton Design Pattern || Netflix Config, DB & Logger Examples | Multi-threaded Envs
LLD 03-S.O.L.I.D Principles with Payment APP Example: Transform Your Daily Coding Practice #coding
มุมมอง 61628 วันที่ผ่านมา
LLD 03-S.O.L.I.D Principles with Payment APP Example: Transform Your Daily Coding Practice #coding
LLD 02-Watch This Before Your Low-Level Design Interview | Master SOLID Principles & Design Patterns
มุมมอง 58328 วันที่ผ่านมา
LLD 02-Watch This Before Your Low-Level Design Interview | Master SOLID Principles & Design Patterns
Ace Backtracking in 77 minutes: Placement Interview Crack Avvadam Pakka
มุมมอง 627หลายเดือนก่อน
Ace Backtracking in 77 minutes: Placement Interview Crack Avvadam Pakka
Ace Dynamic Programming Pattern in Single Shot: Placement Interview Crack Avvadam Pakka
มุมมอง 4.7Kหลายเดือนก่อน
Ace Dynamic Programming Pattern in Single Shot: Placement Interview Crack Avvadam Pakka
LLD 01-Ultimate OOPs Crash Course in 60 Min for Beginners | Placement Interview Crack Avvadam Pakka!
มุมมอง 1.2Kหลายเดือนก่อน
LLD 01-Ultimate OOPs Crash Course in 60 Min for Beginners | Placement Interview Crack Avvadam Pakka!
Ace Recursion in 80 Minutes: Placement Interview Crack Avvadam Pakka
มุมมอง 871หลายเดือนก่อน
Ace Recursion in 80 Minutes: Placement Interview Crack Avvadam Pakka

ความคิดเห็น

  • @PavanBonasi
    @PavanBonasi 8 ชั่วโมงที่ผ่านมา

    anna nenu java springboot developer nii meeru provide chesina lld videos anni saripothayaa LLD interview queastions

    • @devsinprogress
      @devsinprogress 8 ชั่วโมงที่ผ่านมา

      Yes, and every weekend, I’ll be hosting live sessions on application design. Make sure to attend them to stay prepared!

    • @PavanBonasi
      @PavanBonasi 7 ชั่วโมงที่ผ่านมา

      @@devsinprogress How many sessions are expected for complete the LLD Course

  • @arkhambite
    @arkhambite วันที่ผ่านมา

    bro are these one shot dsa videos enough to crack dsa rounds of product based companies

    • @devsinprogress
      @devsinprogress 13 ชั่วโมงที่ผ่านมา

      Yes these are enough

  • @Sudheep-y1q
    @Sudheep-y1q วันที่ผ่านมา

    Graphs and DP are remaining for me😉

  • @nnhgjj
    @nnhgjj 2 วันที่ผ่านมา

    Bro nee Linkedin profile pettu bro

  • @SREEHARIKB23BIT154
    @SREEHARIKB23BIT154 2 วันที่ผ่านมา

    Bro please explain in detail this topics and make to 10min video series also

  • @arjunanke7043
    @arjunanke7043 2 วันที่ผ่านมา

    It's good content and explained well dear🎉🎉

  • @Nikhitha712
    @Nikhitha712 2 วันที่ผ่านมา

    @4:37 time stamp video shows blank screen. probably intellij screen is not showing up

    • @devsinprogress
      @devsinprogress 2 วันที่ผ่านมา

      Thanks for pointing it out! Corrected it

  • @nayabrasool4757
    @nayabrasool4757 2 วันที่ผ่านมา

    bro koncham clarity ga java + dsa starting nunchi cheyachu ga ekkada yt channels lo asalu ledu mana telugu lo meru start cheyandi asalu ye topics chadavali and ella logic bulid cheyali and tips and timecomplexcity and etcc.. motham chepandi chepandi scatch nunchi meku time unte

    • @devsinprogress
      @devsinprogress 2 วันที่ผ่านมา

      Mana channel lo DSA anni topics ni Java lo ne start nunchi cover chesanu. Meeru avi chusi refer chesukondi. A videos lo miku clarity lekapote, LLD topics complete ayyaka, DSA paina TH-cam live videos chestanu.

  • @nknnithinabc
    @nknnithinabc 2 วันที่ผ่านมา

    Must Watch and Mastt Watch. Keep going bro

    • @devsinprogress
      @devsinprogress 2 วันที่ผ่านมา

      Thank you! Please share our channel in your circle.

  • @EDITISM2004
    @EDITISM2004 2 วันที่ผ่านมา

    Oka doubt bro oops cheppavu ga java lo cheppava??? And lld freshers ki important ha????

    • @devsinprogress
      @devsinprogress 2 วันที่ผ่านมา

      Yes, everything on my channel till now is in java.

    • @devsinprogress
      @devsinprogress 2 วันที่ผ่านมา

      Yes lld is improving for freshers also

    • @EDITISM2004
      @EDITISM2004 2 วันที่ผ่านมา

      @@devsinprogress iam freshers interviews ki important ha ani bro

    • @devsinprogress
      @devsinprogress 2 วันที่ผ่านมา

      Yes interview ki important eh

    • @EDITISM2004
      @EDITISM2004 2 วันที่ผ่านมา

      @@devsinprogress thanq for ur reply macha 🙏

  • @EDITISM2004
    @EDITISM2004 2 วันที่ผ่านมา

    Hi bro i am from nontech eee is it helpful for me for placements like mnc companies pls reply

    • @devsinprogress
      @devsinprogress 2 วันที่ผ่านมา

      Yes, bro. First start with data structure and algorithm, do one coding problem everyday and study dbms, os and cn. STAY CONSISTENT. You will get it!!

    • @EDITISM2004
      @EDITISM2004 2 วันที่ผ่านมา

      @@devsinprogress love ur content, ekkada unav bro inni rojulu, ni cn course gurinchi waiting bro love from jntuk

  • @devsinprogress
    @devsinprogress 2 วันที่ผ่านมา

    Thanks for watching! 🙏 If you understood the explanation, please give a like 👍 and comment "understood." Let's aim for 1k likes! Your support encourages me to create more content. 💪

  • @peddanagallaharikrishna4246
    @peddanagallaharikrishna4246 3 วันที่ผ่านมา

    Understood bro. Great tutorial. Kindly provide documents which you are using to explain also. It will be helpful for revising before interviews. By the way. Good explanation bro. Please do more videos 😊

    • @devsinprogress
      @devsinprogress 2 วันที่ผ่านมา

      Notes: devsquad554.github.io/multithreading/ Added the same in the video description

    • @peddanagallaharikrishna4246
      @peddanagallaharikrishna4246 2 วันที่ผ่านมา

      @@devsinprogress thank you so much bro. 🙂

  • @rajashekhar7211
    @rajashekhar7211 3 วันที่ผ่านมา

    How to follow your channel like step by step

    • @devsinprogress
      @devsinprogress 2 วันที่ผ่านมา

      Start with my oldest video. You can watch the video below for guidance th-cam.com/video/nuGB-ecRlig/w-d-xo.htmlsi=fAJk1frHfPrsCpt8

  • @GamerAsh-z3i
    @GamerAsh-z3i 3 วันที่ผ่านมา

    Good Content Loving it ....

  • @devsinprogress
    @devsinprogress 3 วันที่ผ่านมา

    If you understood the explanation, please give a like 👍 and comment "understood." Let's aim for 100 likes!

  • @Krishnadevaraya1
    @Krishnadevaraya1 3 วันที่ผ่านมา

    Devudivi sami Nuv

  • @lokeshnagulavancha
    @lokeshnagulavancha 4 วันที่ผ่านมา

    Big Fan of your style of explanation bro❤ . I am watching all your DSA and LLD playlists

  • @hkr-45
    @hkr-45 4 วันที่ผ่านมา

    thankyou so much anna. could you please share the notes

  • @hkr-45
    @hkr-45 5 วันที่ผ่านมา

    thanks anna great explaination. computer networks chy anna plz

  • @krethikyadav6144
    @krethikyadav6144 6 วันที่ผ่านมา

    can you share this documents

    • @devsinprogress
      @devsinprogress 5 วันที่ผ่านมา

      devsquad554.github.io/osnotes/

    • @BanothKalyani-ny9vg
      @BanothKalyani-ny9vg 2 วันที่ผ่านมา

      @@devsinprogress bro idhi open chestunte chala zoom chesi vastundhi,can try to give pdf notes

  • @jagane5442
    @jagane5442 6 วันที่ผ่านมา

    bro konchem crytopography meedha chey bro Chaala kastam ga undi. Me explain keka super ga cheptunaru . Please konchem cryptography meedha cheyyandi

  • @saketh3668
    @saketh3668 6 วันที่ผ่านมา

    bro cn kuda pettu bro chala use aitadi and thanks for this content

  • @bhargavag6490
    @bhargavag6490 7 วันที่ผ่านมา

    great 👏

  • @karthik5472
    @karthik5472 7 วันที่ผ่านมา

    Understood❤

  • @rajashekhar7211
    @rajashekhar7211 7 วันที่ผ่านมา

    Hi brother currently in banking domain as PM with 1 year experience .Need to switch in coding profile.Did some DSA in college back in 2022- 2023.Any suggesstions. Hoping for a reply.

    • @devsinprogress
      @devsinprogress 7 วันที่ผ่านมา

      To transition effectively, focus on mastering core concepts in data structures and algorithms and system design. Start solving one DSA problem daily, and build a strong GitHub profile by showcasing relevant projects that demonstrate your skills and progress.

    • @rajashekhar7211
      @rajashekhar7211 7 วันที่ผ่านมา

      @@devsinprogress Thankyou

  • @StudyLady27
    @StudyLady27 8 วันที่ผ่านมา

    ❤❤❤❤

  • @manikantasai6118
    @manikantasai6118 8 วันที่ผ่านมา

    Anna job manesava ? Mari intha fast ga upload chesthunnav. Seems like youtube is your full time job.🤔. Entha remote job chesthe matram teaching ante passion vuntene idhi saadhyam. <3.

  • @ramanjaneyuluv479
    @ramanjaneyuluv479 8 วันที่ผ่านมา

    Bro notes pdf kuda provide cheste revision ki help avtundi please

  • @anjuKethavath-eh8wj
    @anjuKethavath-eh8wj 8 วันที่ผ่านมา

    Please make more videos on DSA Anna ❤

  • @parameshkaramsetty
    @parameshkaramsetty 9 วันที่ผ่านมา

    Bro please make videos on real time scenarios as it will be helpful

  • @siddardhabhimany
    @siddardhabhimany 9 วันที่ผ่านมา

    Bro can you please provide the link for Notes, It will be very helpful.

  • @rajashekhar7211
    @rajashekhar7211 9 วันที่ผ่านมา

    Most underrated channel

    • @devsinprogress
      @devsinprogress 9 วันที่ผ่านมา

      Please share it in your circle to help the channel get the reach it deserves!

  • @SAICHARAN0321
    @SAICHARAN0321 9 วันที่ผ่านมา

    bro we want more questions in these category

  • @ragavrida09
    @ragavrida09 10 วันที่ผ่านมา

    Hope you will get 1M subs Soon

  • @ragavrida09
    @ragavrida09 10 วันที่ผ่านมา

    Nycccc

  • @nnhgjj
    @nnhgjj 10 วันที่ผ่านมา

    Anna nee LinkedIn id pettu anna bio lo

  • @nenuanenenuane6645
    @nenuanenenuane6645 10 วันที่ผ่านมา

    Thanks bro ❤❤

  • @ssshwanth
    @ssshwanth 10 วันที่ผ่านมา

    Malli paddesav bro 👑

  • @devsinprogress
    @devsinprogress 10 วันที่ผ่านมา

    f you understood the explanation, please give a like 👍 and comment "understood." Let's aim for 100 likes!

  • @ramrapolu3820
    @ramrapolu3820 10 วันที่ผ่านมา

    Sliding window please

    • @devsinprogress
      @devsinprogress 10 วันที่ผ่านมา

      Working on it @ramrapolu3820

  • @TarunLE-
    @TarunLE- 10 วันที่ผ่านมา

    Subarrays meedha kuda questions kavali anna