Devs in Progress
Devs in Progress
  • Видео 163
  • Просмотров 63 305
Master Graphs in 2 Hours|| BFS, DFS & Graph Traversals Made Easy
Join us for an intensive 2-hour crash course designed to demystify graphs! In this video, we’ll break down essential concepts, including:
- Introduction to Graphs: Understand the fundamentals, terminology, and types of graphs.
- Graph Representations: Learn about adjacency lists and matrices, and discover when to use each.
- Breadth-First Search (BFS): Dive into this powerful traversal method, complete with step-by-step examples and practical applications.
- Depth-First Search (DFS): Explore DFS and its variations, and see how to implement it effectively in coding challenges.
- Graph Traversal Techniques: Get hands-on with different strategies for traversing graphs and solving common problems....
Просмотров: 627

Видео

How Amazon & PhonePe Simplify Orders and Payments Using Builder Pattern || LLLD #codingintelugu
Просмотров 3062 часа назад
Notes: devsquad554.github.io/BuilderPattern/ GitHub: github.com/devsquad554/BuilderPattern In this video, we dive deep into the Builder Design Pattern in Java with practical, real-world examples. Using familiar platforms like Amazon's shopping cart and PhonePe's payment options, we demonstrate how the Builder pattern simplifies object creation, especially when dealing with complex configuration...
Master Singleton Design Pattern || Netflix Config, DB & Logger Examples || Multi-threaded Envs
Просмотров 2354 часа назад
Notes: devsquad554.github.io/SingletonPattern/ Github: github.com/devsquad554/SingletonPattern In this video, we dive deep into the Singleton Design Pattern, the first pattern in the Creational Design Patterns series. 🚀 Learn why it's essential for controlling object creation and how to implement it in your projects. We'll go through the concept step-by-step with clear examples in Java, making ...
S.O.L.I.D Principles with Payment APP Example: Transform Your Daily Coding Practice #codingintelugu
Просмотров 3567 часов назад
Notes: devsquad554.github.io/SOLIDPrinciples/ In this video, we'll dive into the S.O.L.I.D principles of object-oriented design and how they can help you write cleaner, more maintainable code. Discover the secrets behind Single Responsibility, Open/Closed, Liskov Substitution, Interface Segregation, and Dependency Inversion principles. Whether you’re a software engineer or a coding enthusiast, ...
Watch This Before Your Low-Level Design (LLD) Interview | Master SOLID Principles & Design Patterns
Просмотров 3899 часов назад
LLD Syllabus: devsquad554.github.io/lldsyllabus/ Prerequisite OOPS: ruclips.net/video/bPgER-b070Y/видео.html Prepare to ace your Low-Level Design (LLD) interviews with this comprehensive playlist! We'll walk you through key concepts like SOLID principles, design patterns, and UML diagrams-everything you need to know to confidently tackle LLD interview questions. Whether you're gearing up for yo...
Ace Backtracking in 77 minutes: Placement Interview Crack Avvadam Pakka
Просмотров 45012 часов назад
In this comprehensive backtracking course, you’ll explore the fundamentals of this powerful problem-solving technique used in combinatorial problems. We’ll cover essential concepts, including recursion and state space trees, to effectively solve problems like the N-Queens puzzle, Sudoku, and permutation generation. Through detailed examples and hands-on exercises, you'll learn how to implement ...
Ace Dynamic Programming Pattern in Single Shot: Placement Interview Crack Avvadam Pakka
Просмотров 4,1 тыс.14 часов назад
In this video, master the Dynamic Programming pattern in one shot! We'll cover essential concepts, patterns, and real-world examples to crack DP questions in placement interviews . Learn step-by-step problem-solving techniques with popular LeetCode problems. Perfect for those preparing for software engineering interviews. Crack placements confidently with this in-depth guide!
Ultimate OOPs Crash Course in 60 Minutes for Beginners || Placement Interview Crack Avvadam Pakka!!!
Просмотров 76116 часов назад
GitHub link: github.com/devsquad554/oops/tree/main Notes: devsquad554.github.io/oops/ 🚀 Mastering Object-Oriented Programming (OOP) in Telugu! 🚀 In this video, we dive deep into the core concepts of Object-Oriented Programming, explaining each topic with clarity and real-world examples. Whether you’re a beginner or looking to brush up on your OOP skills, this guide will cover: 🔹 Classes and Obj...
Ace Recursion in 80 Minutes: Placement Interview Crack Avvadam Pakka
Просмотров 59819 часов назад
Struggling with recursion? This video is your ultimate guide to mastering recursion quickly and effectively. Whether you're preparing for placement interviews or aiming to boost your coding skills, we'll cover key concepts, practical examples, and common pitfalls. Get ready to tackle recursion with confidence and ace your interviews!
Ultimate OS Crash Course for Beginners - Part 03 || Multithreading, Process Synchronization #telugu
Просмотров 26321 час назад
Notes: devsquad554.github.io/osnotes/ Welcome to the Ultimate OS Crash Course for Beginners! In this video, we break down key operating system concepts like Multithreading, Process Synchronization, and Deadlocks. Whether you're new to OS or preparing for an interview, we simplify these complex topics to help you gain a solid understanding. Perfect for students and aspiring software engineers! #...
Ultimate OS Crash Course for Beginners Part 2: Mastering Memory Management & Paging || Telugu
Просмотров 227День назад
Notes: devsquad554.github.io/osnotes/ In this OS Crash Course Part 2, we dive into Memory Management and Paging-two essential topics in operating systems. We'll break down how memory is allocated, managed, and divided using paging. Learn the fundamentals of virtual memory, page tables, and how the OS handles memory efficiently. This is perfect for students, professionals preparing for interview...
Ultimate OS Crash Course for Beginners! || OS || In Telugu #operatingsystem #codingintelugu
Просмотров 463День назад
Notes: devsquad554.github.io/osnotes/ 🚀 Welcome to the ultimate OS Crash Course! In this playlist, we'll break down the key concepts of Operating Systems that every developer needs to know. Whether you're preparing for interviews or building a solid foundation in OS, this crash course covers it all. From process management to memory handling, you'll master the essentials in no time! 💻 What’s In...
Learn SQL in 20 Minutes: Beginner-Friendly Guide || DBMS || In Telugu #dbms #sql #codingintelugu
Просмотров 27714 дней назад
Want to learn SQL but short on time? In just 20 minutes, this crash course will cover all the SQL basics you need to get started. From creating tables to running simple queries like SELECT, INSERT, UPDATE, and DELETE, you'll get hands-on with the fundamentals of SQL. Perfect for beginners, software engineers, and students preparing for coding interviews. Watch now and master the essentials of d...
B+ Trees & Indexing: Boost Database Performance Like a Pro || DBMS || In Telugu #dbms #indexing
Просмотров 16614 дней назад
Understanding indexing in databases is crucial for improving query performance and speeding up data retrieval. In this video, we dive into how indexing works, the structure of B Trees, and why they are widely used in database management systems. We’ll explain how B Trees ensure balanced indexing and quick access to data, making databases more efficient. Perfect for students, software engineers,...
A Deep Dive into DBMS Transactions: ACID Properties & Transaction Lifecycle #dbms #codingintelugu
Просмотров 19514 дней назад
In this video, we explore Transactions in DBMS, focusing on their importance and behavior in maintaining database consistency. We’ll break down the key ACID Properties (Atomicity, Consistency, Isolation, Durability) that ensure reliable transactions. We’ll also dive into the different states of a transaction, like Active, Partially Committed, and Failed. Whether you're a student, a software pro...
Mastering Database Normalization: Optimize Your Database Design || DBMS || In Telugu #dbms
Просмотров 19614 дней назад
Mastering Database Normalization: Optimize Your Database Design || DBMS || In Telugu #dbms
Aggregation, Specialization & Generalization || DBMS || In Telugu #dbms #codingintelugu
Просмотров 10814 дней назад
Aggregation, Specialization & Generalization || DBMS || In Telugu #dbms #codingintelugu
Mastering ER Diagrams || DBMS Crash Course || In Telugu #dbms #codingintelugu #erdiagram
Просмотров 20714 дней назад
Mastering ER Diagrams || DBMS Crash Course || In Telugu #dbms #codingintelugu #erdiagram
What is the BEST Programming Language to Learn? #codingintelugu #programminglanguages #java #python
Просмотров 49914 дней назад
What is the BEST Programming Language to Learn? #codingintelugu #programminglanguages #java #python
DBMS Crash Course - Part 01 || Master DBMS for Tech Interviews and GATE!! #dbms #codingintelugu
Просмотров 44721 день назад
DBMS Crash Course - Part 01 || Master DBMS for Tech Interviews and GATE!! #dbms #codingintelugu
Sort Characters By Frequency || Strings || DSA || In Telugu #dsa #codingintelugu #strings #leetcode
Просмотров 26921 день назад
Sort Characters By Frequency || Strings || DSA || In Telugu #dsa #codingintelugu #strings #leetcode
Longest consecutive sequence || Hashing || DSA || In Telugu #dsa #codingintelugu #leetcodejava
Просмотров 28021 день назад
Longest consecutive sequence || Hashing || DSA || In Telugu #dsa #codingintelugu #leetcodejava
Longest Subarray with Zero Sum || Hashing || DSA || In Telugu #dsa #codingintelugu #java
Просмотров 22521 день назад
Longest Subarray with Zero Sum || Hashing || DSA || In Telugu #dsa #codingintelugu #java
Master the fundamentals of Hashing || Hashing || DSA || In Telugu #dsa #codingintelugu #leetcodejava
Просмотров 41121 день назад
Master the fundamentals of Hashing || Hashing || DSA || In Telugu #dsa #codingintelugu #leetcodejava
Container With Most Water || 2 Pointers || DSA || In Telugu #dsa #leetcodejava #codingintelugu
Просмотров 29821 день назад
Container With Most Water || 2 Pointers || DSA || In Telugu #dsa #leetcodejava #codingintelugu
14 DSA Patterns which made my Coding Interviews Easy & Landed Me a High-Paying Job || In Telugu #dsa
Просмотров 15 тыс.21 день назад
14 DSA Patterns which made my Coding Interviews Easy & Landed Me a High-Paying Job || In Telugu #dsa
Subarray Sum Equals K || Prefix Sum || 2 Pointers || DSA #dsa #codingintelugu #leetcodejava
Просмотров 28621 день назад
Subarray Sum Equals K || Prefix Sum || 2 Pointers || DSA #dsa #codingintelugu #leetcodejava
Master the 2 Pointers Algorithm || 2 Pointers || DSA || In Telugu #dsa #codingintelugu
Просмотров 35128 дней назад
Master the 2 Pointers Algorithm || 2 Pointers || DSA || In Telugu #dsa #codingintelugu
Master Course Schedule Problems with Topological Sorting || Graphs || DSA || In Telugu #dsa #coding
Просмотров 173Месяц назад
Master Course Schedule Problems with Topological Sorting || Graphs || DSA || In Telugu #dsa #coding
Bipartite Graphs || Graphs || DSA || In Telugu #dsa #codingintelugu #education #leetcodejava #graph
Просмотров 82Месяц назад
Bipartite Graphs || Graphs || DSA || In Telugu #dsa #codingintelugu #education #leetcodejava #graph

Комментарии

  • @Koushik1141-r5z
    @Koushik1141-r5z 3 часа назад

    great explanation bro ❤

  • @rajprudhvi128
    @rajprudhvi128 6 часов назад

    Thanks for making the videos most of the people entha content ni entha perfect ga chaputhunta free ga itha chaparu so thanks for making it for fee

  • @sriharisinguru
    @sriharisinguru 13 часов назад

    Hi @devsinprogress, Thanks for the video and clear explanation. I have a small question. Can we use Collections.unmodifiableList(list) inside a OrderBuilder calss instead of using List.copyOf() ? So that, maybe we can avoid Collections.unmodifiableList(list) in Order class's constructor? Is my understanding correct? or am I missing something here?

    • @devsinprogress
      @devsinprogress 13 часов назад

      Builder class is responsible for gradually constructing an object. The immutability guarantee must be applied to the final object, not during the construction process. So, immutability should be handed over to outer class.

  • @sriharisinguru
    @sriharisinguru 17 часов назад

    Hi @devsinprogress, your videos are very good, informative and great for learning the concepts. Could you please share the link for viewing all the notes??? I can see notes link in few of the videos, but not all. Thank you

    • @devsinprogress
      @devsinprogress 14 часов назад

      Yes, you might not find notes for a few videos. Will try and upload then soon

  • @k.verendrareddy3118
    @k.verendrareddy3118 18 часов назад

    Thank you for this content

  • @sriradha-1
    @sriradha-1 18 часов назад

    Please provide notes for all the dbms lectures and make videos on advanced queries bro

  • @arkhambite
    @arkhambite 20 часов назад

    bro which year are you studying and please make design patterns playlist

    • @devsinprogress
      @devsinprogress 17 часов назад

      ruclips.net/p/PLRJoqpJB8mGrYHRlAchrtOkAEeNIuf-YZ&si=rFiVGISCFWrTzSMP

  • @devsinprogress
    @devsinprogress День назад

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

  • @vasudevaraoalajangi6251
    @vasudevaraoalajangi6251 День назад

    Thank you

  • @vasudevaraoalajangi6251
    @vasudevaraoalajangi6251 День назад

    Understood bro

  • @gowthamsai987
    @gowthamsai987 День назад

    I think you're the only one who posts some meaningful and worthy in the entire telugu community thank you for sharing your knowledge And I hope this boosts you a lot to yor journey

    • @devsinprogress
      @devsinprogress День назад

      Thank you! Please share our channel within your circle and help it reach the audience it deserves.

  • @devsinprogress
    @devsinprogress День назад

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

  • @manikantasai6118
    @manikantasai6118 День назад

    super explanation anna. Please Don't stop this series. chala easy ga ardham avuthundi mee explanation. Naa LLD resource ee channel inka. so please don't stop this series.

    • @devsinprogress
      @devsinprogress День назад

      Sure!! Please share our channel in your circle and help to get the reach it deserves.

  • @MIRIYALATARUNKUMAR
    @MIRIYALATARUNKUMAR День назад

    CFBR!!

  • @MIRIYALATARUNKUMAR
    @MIRIYALATARUNKUMAR День назад

    CFBR!!

  • @akhilchinnamsetti9912
    @akhilchinnamsetti9912 2 дня назад

    Which programming language is more better for DSA

    • @devsinprogress
      @devsinprogress День назад

      ruclips.net/video/2RmcdRNaUaw/видео.html

  • @devsinprogress
    @devsinprogress 2 дня назад

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

  • @ShreyaReddy-c1u
    @ShreyaReddy-c1u 3 дня назад

    Thanks for such quality content. Never seen Permutations of a string with frequency array, You made it so easy.

  • @krishnamraju1476
    @krishnamraju1476 3 дня назад

    Good Job !!

  • @StudyLady27
    @StudyLady27 3 дня назад

    Brother, nenu ippudu 3rd year lo vunnanu. Nenu 1yr consistent ga vunte, DSA nerchukogalana 4th yr kalla?

    • @devsinprogress
      @devsinprogress 3 дня назад

      💯 percent. There is no doubt about it. Practice everyday

    • @StudyLady27
      @StudyLady27 3 дня назад

      @@devsinprogress brother, paypal exam ki nannu select chesaru. Internship ki. Repe exam. But naaku only DSA basics vacchu, ee 3rd yr lone nerchukunna. 2nd yr nundi telsi vundunte baagundu ani baadha ga vundi.. Thanks for creating this channel bro. Kacchitamga ee channel super big avtadhi!

  • @venkateshvenky7668
    @venkateshvenky7668 3 дня назад

    Can provide notes or git hub link of practising notes thats will help out to visualise 😢😢

    • @devsinprogress
      @devsinprogress 2 дня назад

      Yes, I will add all the solutions to github and add the link to the description

  • @vasudevaraoalajangi6251
    @vasudevaraoalajangi6251 3 дня назад

    Nice bro 🎉🎉🎉

  • @unknown-de4br
    @unknown-de4br 3 дня назад

    Bro can u make another video on sql queries with more examples and advanced queries ❤❤, btw ur content is very crisp and good

    • @devsinprogress
      @devsinprogress 3 дня назад

      Sure!! I'm working on it. Thanks for the positive feedback!! Share our channel in your guild.

    • @unknown-de4br
      @unknown-de4br 3 дня назад

      @devsinprogress you are welcome, And ya I have shared it with friends👍👍👍

  • @srinivaskoruprolu7638
    @srinivaskoruprolu7638 3 дня назад

    Anna super content asalu ❤

  • @LikhithKumarReddy-x9d
    @LikhithKumarReddy-x9d 3 дня назад

    java collections kuda cheyandi Sir , chala help avthundhi

    • @devsinprogress
      @devsinprogress 3 дня назад

      Yes, I remember this. Will be releasing it next week.

    • @LikhithKumarReddy-x9d
      @LikhithKumarReddy-x9d 3 дня назад

      @@devsinprogress Sir a data structures general operations ki time and space complexity kuda chepandi sir . youtube chala videos search chese but not helpful

  • @helloworld9118
    @helloworld9118 3 дня назад

    Bro aa notes description lo share cheyyava

  • @SivakrishnaPaseda
    @SivakrishnaPaseda 3 дня назад

    Yeah !tqu fr the vedios bro ..try to upload daily a topic

  • @Sharvansamala
    @Sharvansamala 4 дня назад

    Can you provide notes of all the videos in dbms playlist

    • @devsinprogress
      @devsinprogress День назад

      I am working on the notes. Will update by next week.

  • @vasudevaraoalajangi6251
    @vasudevaraoalajangi6251 4 дня назад

    Every day videos post chestara

    • @devsinprogress
      @devsinprogress 3 дня назад

      Almost!

    • @vasudevaraoalajangi6251
      @vasudevaraoalajangi6251 3 дня назад

      @@devsinprogress thank you so much 😊 for making this playlist looking for to see all the playlist waiting for your today video

  • @devsinprogress
    @devsinprogress 4 дня назад

    LLD Syllabus: devsquad554.github.io/lldsyllabus/

  • @saisatviksunkavalli7471
    @saisatviksunkavalli7471 5 дней назад

    Waiting for bit manipulation

  • @NarayanammaAppala
    @NarayanammaAppala 5 дней назад

    If possible DSA Concepts explain chestu videos cheyyandi broo , so that it would be helpful to beginners (like me)!! ❤

  • @user-lz3ky6xf1j
    @user-lz3ky6xf1j 5 дней назад

    Bro! Your explanation is very good. But for convinience, plz don't use red ink.

  • @saisatviksunkavalli7471
    @saisatviksunkavalli7471 5 дней назад

    Super bro

  • @chennakesava4791
    @chennakesava4791 6 дней назад

    Explained very well brother. Loved your content.

  • @NarayanammaAppala
    @NarayanammaAppala 6 дней назад

    If possible please make videos on basics like what is Time complexity, space complexity? Then the channel looke like content from A to Z. 😢😢

  • @viratkohli376
    @viratkohli376 6 дней назад

    Anna E DP narchukovadiki pre requisite ga em Narchukovali first like recursion,trees,graphs...?

  • @NarayanammaAppala
    @NarayanammaAppala 6 дней назад

    Great content bro , keep doing !!

  • @diggdeeperr
    @diggdeeperr 6 дней назад

    Clear and precise !!

  • @jaswanthandhavarapu4325
    @jaswanthandhavarapu4325 6 дней назад

    Anna Kallu chediripoyayi😂

  • @NakkaChaitra-ie7ip
    @NakkaChaitra-ie7ip 7 дней назад

    sir why don't we create an object for subclass because all mehods are inherit from parent class sir why we are creating two objects for super class and sub class sir please clarify my my doubt sir

    • @devsinprogress
      @devsinprogress 6 дней назад

      yes in that case, only creating object for subclass is enough. I created object for both just for the sake of explanation.

    • @NakkaChaitra-ie7ip
      @NakkaChaitra-ie7ip 6 дней назад

      @@devsinprogress sorry sir after commeting i understand that please make more videos java sir

  • @saikiranreddykaturu
    @saikiranreddykaturu 7 дней назад

    Sir please concepts like solid principles , HLD , LLD after completing all basic concepts

    • @devsinprogress
      @devsinprogress 7 дней назад

      Yes, if we watched the video until the end, I talked about the next videos on LLD. More info on future videos and whole ciruclum: ruclips.net/video/nuGB-ecRlig/видео.htmlsi=yctCQBG54hzWCjYs

  • @LikhithKumarReddy-x9d
    @LikhithKumarReddy-x9d 7 дней назад

    thank you sir. Sir if possible java collections medha oka video cheyandi sir,dsa ki baga help avuthundhi mentioning time complexities will be even more useful

    • @devsinprogress
      @devsinprogress 7 дней назад

      Sure. Will try to do it by next week.

  • @Manjith-1887
    @Manjith-1887 7 дней назад

    Computer network please

  • @devsinprogress
    @devsinprogress 7 дней назад

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

  • @devsinprogress
    @devsinprogress 8 дней назад

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

  • @lavudyarajender3609
    @lavudyarajender3609 8 дней назад

    Nv akhash prathap sing ni copy chesav anna😂😂😂 ala chesthe correct a antava

    • @devsinprogress
      @devsinprogress 8 дней назад

      All my content is based on the knowledge I've gained over the past few years from various sources available online. For example, one of the blogs I followed during my preparation is this one on Hackernoon (hackernoon.com/14-patterns-to-ace-any-coding-interview-question-c5bb3357f6ed)

  • @narsimharao8565
    @narsimharao8565 8 дней назад

    Single shot, clear cut explanation ❤❤

  • @kganesh7426
    @kganesh7426 8 дней назад

    Super explanation bro Understood bro

  • @tharunlearner1598
    @tharunlearner1598 8 дней назад

    Wow Anna I am waiting for this topic anna, nenu free code camp chusa but pedhaga ardham Kaley at the same time nuv chesav Anna thank so much, Naku DSA nerchukovalani vundhi Anna pls ni contribution Telugu community ki chala avasaram Anna 🙏🙏🙏🙏❤️