Software Interviews Prep
Software Interviews Prep
  • 933
  • 154 193
How Databases Store Passwords Securely | Hashing, Salting, and Stretching Explained
🔒 How Databases Keep Your Passwords Safe 🔒
Ever wondered how your passwords are stored securely in databases? In this video, we’ll break down the three essential techniques used to protect passwords from hackers:
✅ Hashing: Turning passwords into one-way fingerprints.
✅ Salting: Adding randomness to defend against rainbow table attacks.
✅ Stretching: Making brute force attacks slower and harder.
📌 Whether you’re a software engineer, system designer, or just curious about cybersecurity, this video has you covered.
🚀 Subscribe for more system design and software engineering content!
👉 Like & Share to help others learn.
👉 Leave a comment below: How would you design a secure system for passwords?
#PasswordSecurity #Hashing #Salting #SystemDesign #CyberSecurity
มุมมอง: 27

วีดีโอ

Why AI Will Never Replace Software Engineers: The Truth About the Future of Coding
มุมมอง 2518 ชั่วโมงที่ผ่านมา
Will AI Replace Software Engineers? Not a Chance! Here’s Why. The rise of AI tools like GitHub Copilot has sparked fears that software engineers might become obsolete. But the truth is, AI will never replace software engineers-it’s here to enhance their capabilities, not take their jobs. 🚀 In this video, we’ll explore: ✅ How AI tools are transforming the role of software engineers. ✅ Why crea...
Will AI Replace Software Engineers? The Truth About the Future of Coding
มุมมอง 6407 ชั่วโมงที่ผ่านมา
Will AI Replace Software Engineers? Let’s Unpack the Truth! AI is transforming industries, and software engineering is no exception. But does that mean AI will replace software engineers? In this video, we explore the current state of AI in coding, its limitations, and what the future holds for developers. 🚀 What you’ll learn in this video: ✅ What AI tools like GitHub Copilot can do for codin...
How Distributed Databases Achieve Durability: Leader-Follower Replication Explained
มุมมอง 327 ชั่วโมงที่ผ่านมา
📌 Ever wondered how distributed databases ensure your data is never lost? In this video, we dive into the concept of Durability in distributed databases, focusing on Leader-Follower Replication and Synchronous Writes . Learn how systems like Google Spanner safeguard transaction data even in the event of failures. What You'll Learn: ✅ How the leader node manages writes and replication. ✅ The rol...
How Databases Handle Chaos: Two-Phase Locking & Snapshot Isolation Explained
มุมมอง 229 ชั่วโมงที่ผ่านมา
🔐 Dive into the fascinating world of database isolation! Ever wondered how databases handle thousands of concurrent transactions without conflicts or delays? In this video, we break down two powerful techniques: Two-Phase Locking (2PL) and Snapshot Isolation . 🔍 What you’ll learn: - How Two-Phase Locking prevents data conflicts during concurrent writes. - How Snapshot Isolation ensures fast, lo...
How Google Achieves Global Strong Consistency with TrueTime and Paxos |Distributed Systems Deep Dive
มุมมอง 289 ชั่วโมงที่ผ่านมา
🌍 Ever wondered how Google ensures data consistency across continents? In this video, we explore how Google achieves strong consistency in its globally distributed systems using cutting-edge technologies like Paxos and TrueTime . From partitioning databases across zones to synchronizing time with GPS and atomic clocks, discover the architecture behind Google's seamless global services. 📌 What Y...
How Distributed Databases Ensure Data Integrity: The Two-Phase Commit Protocol
มุมมอง 579 ชั่วโมงที่ผ่านมา
Have you ever wondered how large-scale distributed systems, like Google Spanner, ensure data consistency across multiple servers? The answer lies in Atomicity -a principle that ensures a transaction is all or nothing . In this video, we dive deep into: ✅ The concept of Atomicity and why it's critical for distributed databases. ✅ The Two-Phase Commit Protocol (2PC) and how it works. ✅ Step-by-st...
How Google Ads Supports 4.77 Billion Users with a SQL Database
มุมมอง 729 ชั่วโมงที่ผ่านมา
Have you ever wondered how Google Ads handles billions of users while maintaining blazing-fast performance and unparalleled reliability? The answer lies in Google Spanner-a revolutionary distributed SQL database that combines NoSQL scalability with SQL transactional guarantees. In this video, we’ll take a deep dive into: ✅ How Google scaled MySQL with partitioning to handle explosive growth. ✅ ...
How Netflix Uses Look-Aside Caching to Deliver a Seamless Streaming Experience
มุมมอง 15612 ชั่วโมงที่ผ่านมา
Have you ever wondered how Netflix delivers your favorite shows and personalized recommendations almost instantly? It all comes down to their advanced caching strategy, powered by EVCache ! In this video, we’ll break down: ✅ The concept of look-aside caching and how Netflix uses it to enhance speed and scalability. ✅ A step-by-step explanation of how EVCache works with backend services and the ...
How Netflix Uses Caching to Keep You Streaming
มุมมอง 17212 ชั่วโมงที่ผ่านมา
🎥 How Netflix Uses Caching to Hold Your Attention and Keep You Streaming 🎥 Ever wondered how Netflix ensures lightning-fast loading times, seamless playback transitions, and personalized recommendations-all while managing millions of users? The answer lies in its powerful caching system, EVCache . In this video, we dive deep into: ✅ What EVCache is and why Netflix uses it. ✅ The Look-Aside Cach...
How to Be a Better Software Engineer: Practical Tips for Career Growth
มุมมอง 9919 ชั่วโมงที่ผ่านมา
🎯 Want to Level Up as a Software Engineer? Start Here! 🎯 Being a better software engineer isn’t just about writing great code-it’s about continuous improvement, teamwork, and understanding the bigger picture. In this video, I’ll share actionable tips that will help you grow both technically and professionally. Whether you’re a beginner or a seasoned developer, there’s something here for everyon...
Message Queues & Message Brokers: Unlocking Asynchronous Communication
มุมมอง 10019 ชั่วโมงที่ผ่านมา
🎯 Message Queues & Message Brokers: Unlocking Asynchronous Communication 🎯 In this video, we dive deep into the foundations of asynchronous communication with Message Queues and Message Brokers . These essential tools are the backbone of scalable and reliable systems, enabling modern applications to handle millions of messages seamlessly. 🚀 What You’ll Learn in This Video: ✅ What is a Message Q...
How LinkedIn Handles 10 Million API Calls Per Second ?
มุมมอง 99821 ชั่วโมงที่ผ่านมา
LinkedIn operates at an incredible scale, with hundreds of microservices communicating at tens of millions of calls per second. But how does LinkedIn ensure secure and efficient access control across such a massive system? In this video, we take a deep dive into LinkedIn's Authorization Architecture , breaking down the key components and their roles in managing Access Control Lists (ACLs) for s...
88. Merge Sorted Array | LeetCode 101 | JavaScript Solution
มุมมอง 4921 ชั่วโมงที่ผ่านมา
In this video, we solve the Merge Sorted Array problem from LeetCode. This is a common interview question that tests your understanding of arrays and in-place modifications. Learn how to merge two sorted arrays into one efficiently using pointers! 📝 Problem Statement: You are given two sorted arrays, `nums1` and `nums2`, and two integers, `m` and `n`. The task is to merge `nums2` into `nums1` s...
83. Remove Duplicates from Sorted List - LeetCode 101 - JavaScript Tutorial
มุมมอง 15821 ชั่วโมงที่ผ่านมา
In this video, we solve the Remove Duplicates from Sorted List problem from LeetCode using a simple and efficient approach. Learn how to traverse a linked list, detect duplicates, and modify it in place. 📝 Problem Statement: Given the head of a sorted linked list, the task is to remove all duplicates so that each element appears only once. The linked list should remain sorted after the duplicat...
Measuring Developer Productivity: The Hidden Tradeoffs and Better Solutions
มุมมอง 59วันที่ผ่านมา
Measuring Developer Productivity: The Hidden Tradeoffs and Better Solutions
How Ride-Hailing Apps Predict ETA: The Technology Behind the Scenes
มุมมอง 29วันที่ผ่านมา
How Ride-Hailing Apps Predict ETA: The Technology Behind the Scenes
How Ride-Hailing Apps Efficiently Fetch Nearby Drivers | QuadTrees & Hash Tables Explained
มุมมอง 28วันที่ผ่านมา
How Ride-Hailing Apps Efficiently Fetch Nearby Drivers | QuadTrees & Hash Tables Explained
Efficiently Finding Nearby Drivers with QuadTrees | Uber System Design
มุมมอง 107วันที่ผ่านมา
Efficiently Finding Nearby Drivers with QuadTrees | Uber System Design
Why Does Uber Use Both MySQL and Cassandra ?
มุมมอง 102วันที่ผ่านมา
Why Does Uber Use Both MySQL and Cassandra ?
The Databases That Power Uber’s System Design
มุมมอง 119วันที่ผ่านมา
The Databases That Power Uber’s System Design
Designing Uber
มุมมอง 54วันที่ผ่านมา
Designing Uber
Why Do Techies Leave Big Tech?
มุมมอง 1.3Kวันที่ผ่านมา
Why Do Techies Leave Big Tech?
Public vs. Private CDNs: Which One Should You Choose?
มุมมอง 41วันที่ผ่านมา
Public vs. Private CDNs: Which One Should You Choose?
Inside YouTube's Architecture: How the World's Largest Video Platform Works
มุมมอง 161วันที่ผ่านมา
Inside TH-cam's Architecture: How the World's Largest Video Platform Works
How does YouTube ensure seamless video streaming across millions of devices?
มุมมอง 22วันที่ผ่านมา
How does TH-cam ensure seamless video streaming across millions of devices?
Why Video Uploads Route Through a Server Before the Encoder ?
มุมมอง 30วันที่ผ่านมา
Why Video Uploads Route Through a Server Before the Encoder ?
System Design of Youtube | PT1 | The Art of System Design
มุมมอง 19714 วันที่ผ่านมา
System Design of TH-cam | PT1 | The Art of System Design
Understanding the Concept of Segments in Map System Design
มุมมอง 9214 วันที่ผ่านมา
Understanding the Concept of Segments in Map System Design
Understanding Scalability in Google Maps System Design | The Art of System Design
มุมมอง 19314 วันที่ผ่านมา
Understanding Scalability in Google Maps System Design | The Art of System Design

ความคิดเห็น

  • @vxsniffer
    @vxsniffer 20 ชั่วโมงที่ผ่านมา

    if software engineering is only writing code, then gardening is only watering plants ;-)

  • @EvanMildenberger
    @EvanMildenberger 20 ชั่วโมงที่ผ่านมา

    Instead of assuming a tool will replace the person who uses the tool, isn't it more reasonable to assume the new tool will make its operator more productive and simply replace the status quo of a developer rather than the role itself? People use to code by punching holes in cards and feeding them into a huge machine. Compilers and source code languages allowed devs to be much more efficient at their real job--solving technical problems. Yes, those tools replaced what it meant to be a developer but developers just adapted to incorporate such tools into their workflows. The idea that a tool will make it so that *anyone* can be a developer now and thus it's no longer a job is silly because anyone can be a developer by just doing it. I read some books years ago and am now building financial tech in Rust for startups--0 formal education because it's all about determination and being willing to truly think logically. The reason why managers hire developers is because they often don't want to be forced to think in logical details (they often prefer high level business concepts) or they just don't think it's worth their time. They probably could make simple projects using Copilot even now, but my managers still think it's worth it to pay me to use the tool because I'm more efficient at using AI tools because I already have experience of computer science. Please don't repeat "AI will replace software engineers" because it sounds very ignorant in the context of computer science history and make it seems like you haven't worked in the industry enough to speak authoritatively on this subject. And remember that tech CEO's opinions are biased because their stock valuations depend on people believing in AI hype.

    • @jakubwawrzynski-p4v
      @jakubwawrzynski-p4v 16 ชั่วโมงที่ผ่านมา

      Agree, especially with the last paragraph

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

    Hey 1st comment! To state that AI will replace mid and junior engineers means that all engineers will be born senior level... which is a fallacy. What AI will do is raise the stakes and change what it means to be a junior level engineer.

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

    Not a bad video, but one suggestion would be to cut your flowchart editing. It would save everybody watching 50% of the time 🙏

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

      Thank you for the feedback and for watching the video! 🙏 I totally get your point-preparing flowcharts ahead of time would definitely save time and make the experience smoother. I’ll work on improving that for future videos. Appreciate your suggestion!

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

    Thank you!

  • @mohamedzakareia-r9k
    @mohamedzakareia-r9k 8 วันที่ผ่านมา

    very helpfull , thank you !

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

      You're very welcome! 😊 I'm glad you found it helpful.

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

    استمر يا بطل. 🚀🎉

  • @isaacernst7569
    @isaacernst7569 14 วันที่ผ่านมา

    How large of a role can Kubernetes play in handling failover mechanism tasks?

  • @gunjanroy8876
    @gunjanroy8876 14 วันที่ผ่านมา

    thank you for this amazing informative video

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep 13 วันที่ผ่านมา

      Thank you so much for your kind words! I'm really glad you found the video informative. Your support means a lot! 😊

  • @shivamnauriyal
    @shivamnauriyal 14 วันที่ผ่านมา

    Which tool are you using to make notes an diagram?

  • @AomDai
    @AomDai 15 วันที่ผ่านมา

    Good video. Some feedback, I noticed your audio was quieter than other videos I'm watching. I had to turn my volume to hear yours and turn down my volume when I got to the next video

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep 13 วันที่ผ่านมา

      Thank you for the feedback and for pointing that out! I'll work on improving the audio levels in future videos to make sure they're consistent and easier to listen to. I really appreciate you taking the time to share this-it helps me improve! 😊

  • @AshishKumar-po1fn
    @AshishKumar-po1fn 16 วันที่ผ่านมา

    Thank you, depth explanation.

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep 15 วันที่ผ่านมา

      Thank you so much! I'm glad you appreciated the in-depth explanation. Your support means a lot! 😊

  • @AnasKhan-pb8tn
    @AnasKhan-pb8tn 16 วันที่ผ่านมา

    Good explanation. Thanks !!!!

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep 15 วันที่ผ่านมา

      Thank you so much! I'm glad you liked the explanation. Your support means a lot! 😊

  • @Thearkillian
    @Thearkillian 18 วันที่ผ่านมา

    Hi, great video please do more as a series. I like to watch leetcode problems from different people as it provides a new perspective on these problems.

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep 17 วันที่ผ่านมา

      Thank you so much! I'm glad you enjoyed the video. 😊 I’m definitely planning to make more videos as part of a series. It’s awesome that you like exploring different perspectives-that’s such a great way to learn! Stay tuned for more LeetCode problems coming soon!

  • @FiacreMargareta
    @FiacreMargareta 19 วันที่ผ่านมา

    Great content, as always! Could you help me with something unrelated: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). What's the best way to send them to Binance?

  • @gunjanroy8876
    @gunjanroy8876 20 วันที่ผ่านมา

    it's a nice informative video. Thank you for helping me understand.

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep 20 วันที่ผ่านมา

      Thank you for your kind words! I'm so glad the video helped you understand. Your support motivates me to keep creating. 😊

  • @ErbertoAune
    @ErbertoAune 21 วันที่ผ่านมา

    You're doing a fantastic job! Could you help me with something unrelated: My OKX wallet holds some USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). How should I go about transferring them to Binance?

  • @AomDai
    @AomDai 22 วันที่ผ่านมา

    Great video!

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep 21 วันที่ผ่านมา

      Thank you so much! I'm glad you enjoyed it. Your support means a lot! 😊

  • @beyondinfinity8858
    @beyondinfinity8858 23 วันที่ผ่านมา

    Well explained my friend but try to use presentation slides it will make things more streamlined

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep 23 วันที่ผ่านมา

      Thank you, my friend! I'm glad you found it well explained. 😊 That's a great suggestion-I'll definitely work on incorporating presentation slides to make things more streamlined. I appreciate your feedback!

  • @KichikDev
    @KichikDev 24 วันที่ผ่านมา

    8 views😩🤦‍♂

  • @MitaliNeerPatel
    @MitaliNeerPatel 25 วันที่ผ่านมา

    honest feed back. 1. Very good knowledge, got to learn things... 2. I realy don't care about your accent as long as I can understand what you saying. but I have request, please keep the slides ready, don't write it on runtime, its time consuming. Prepare before hand and then just copy paste or so.

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep 24 วันที่ผ่านมา

      Thank you so much for your honest feedback-I really appreciate it! 😊 I'm glad you found the content valuable and that my accent isn't an issue for you. I'll definitely work on preparing the slides in advance to make the videos more efficient and engaging. Thanks again for taking the time to share your thoughts-it helps me improve!

  • @saipavanpurella9253
    @saipavanpurella9253 26 วันที่ผ่านมา

    Thanks very informative !! But sound can be a bit loud and more !!

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep 24 วันที่ผ่านมา

      Thank you for the feedback and for finding the video informative! 😊 I'll work on improving the sound quality and volume for future videos. I really appreciate your input-it helps me make things better!

  • @warbz7904
    @warbz7904 27 วันที่ผ่านมา

    Greatly explained !

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep 24 วันที่ผ่านมา

      Thank you so much! I'm glad you enjoyed the explanation. Your support means a lot! 😊

  • @surajrajbhar9812
    @surajrajbhar9812 หลายเดือนก่อน

    Thank you so much for your videos.

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep หลายเดือนก่อน

      You're very welcome! 😊 I'm glad you find the videos helpful. Thank you for watching and supporting

  • @AomDai
    @AomDai หลายเดือนก่อน

    The content of your videos are great. Really well done One suggestion to improve future videos is spending less time making cards, colouring, changing size of text, aligning them etc in the middle of a video. Consider making them before the video starts and drag them into view when you start talking about it Keep up the great work

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep หลายเดือนก่อน

      Thank you so much for the kind words and constructive feedback! I really appreciate it. That's a great suggestion-I’ll definitely work on preparing visuals ahead of time to keep the flow smoother. Your input helps me improve, so thanks for sharing it! 😊

  • @simarpreetsingh7235
    @simarpreetsingh7235 หลายเดือนก่อน

    Cool data structure Thanks for the video

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep หลายเดือนก่อน

      Thanks a lot! I'm glad you found it cool. Appreciate you watching the video!

  • @bahirbahir8034
    @bahirbahir8034 หลายเดือนก่อน

    good explanation

  • @amish_jha
    @amish_jha หลายเดือนก่อน

    Quite helpful 😊

  • @anthonya880
    @anthonya880 หลายเดือนก่อน

    I cannot find the playlist this video belongs to. Plz help.

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep หลายเดือนก่อน

      You can see the Art of system design playlist instead of

  • @marvelousmohitindore5621
    @marvelousmohitindore5621 หลายเดือนก่อน

    Hello brother, I want to connect with you to build something which we can use as TH-cam content + a product which people can use. There will be lot of learning together ❤, waiting for your response

  • @marvelousmohitindore5621
    @marvelousmohitindore5621 หลายเดือนก่อน

    Any reply?

  • @regnatis1
    @regnatis1 หลายเดือนก่อน

    bros mouth breathing so heavily in the mic

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep หลายเดือนก่อน

      Yes you are right This is an old video, can you view the new videos , I believe the problem is solved

    • @regnatis1
      @regnatis1 หลายเดือนก่อน

      @@SoftwareInterviewsPrep Oh wow! I see you have so many helpful videos - thats fantastic! And yes you fixed the mic issue :)

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep หลายเดือนก่อน

      @@regnatis1 thanks

  • @na_mulan06
    @na_mulan06 หลายเดือนก่อน

    بطلي 💙

  • @KeyserTheRedBeard
    @KeyserTheRedBeard หลายเดือนก่อน

    Superb video, Software Interviews Prep. Looking forward to your next upload. I smashed the thumbs up icon on your content. Keep up the fantastic work! Your breakdown of the complexities involved in managing event ordering and error handling was particularly enlightening. How do you recommend addressing the challenges of tracing event flow in a large-scale system?

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep หลายเดือนก่อน

      Thank you so much for the support and kind words! I'm thrilled you found the video insightful, especially on event ordering and error handling. Tracing event flow in large-scale systems can indeed be challenging. Tools like distributed tracing (e.g., using OpenTelemetry) and structured logging with correlation IDs can be game-changers. I'll keep your question in mind for future content-it could make for a great deep dive. Thanks again for the encouragement!

  • @marvelousmohitindore5621
    @marvelousmohitindore5621 หลายเดือนก่อน

    Hello brother, I want to connect with you to build something which we can use as TH-cam content + a product which people can use. There will be lot of learning together ❤, waiting for your response

  • @chetan1149
    @chetan1149 หลายเดือนก่อน

    informative, can you make docs or article

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep หลายเดือนก่อน

      Thanks for finding it informative! That's a great idea-I'll definitely consider making some detailed docs or an article to go along with the video. Stay tuned!

  • @dhruvil_2662
    @dhruvil_2662 หลายเดือนก่อน

    This is so helpful. Thank you so much for such videos ❤

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep หลายเดือนก่อน

      I'm so glad you found it helpful! Thank you for the kind words and support ❤ It means a lot!

  • @salahmo5692
    @salahmo5692 หลายเดือนก่อน

    Thanks for sharing 🙏

  • @tecHSonic
    @tecHSonic หลายเดือนก่อน

    hi you’re videos are great can you please tell which playlist of yours should I follow if I’m starting from scratch learning system design. Thanks

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep หลายเดือนก่อน

      You can view the (art of system design ) play list

  • @ringringlord
    @ringringlord หลายเดือนก่อน

    nicely put.

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep หลายเดือนก่อน

      Thank you! I’m glad you think so. Appreciate the support!

  • @jules-q6n
    @jules-q6n หลายเดือนก่อน

    Thank you so much for this amazing video! I need some advice: I have a SafePal wallet with USDT, and I have the seed phrase. (alarm fetch churn bridge exercise tape speak race clerk couch crater letter). Could you explain how to move them to Binance?

  • @Fight011
    @Fight011 หลายเดือนก่อน

    Good explanation, don't be nervous though 😊

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep หลายเดือนก่อน

      Thank you so much! 😊 I'll keep that in mind. Your encouragement really helps!

  • @jahidem
    @jahidem หลายเดือนก่อน

    u got typo man, it is "length" not "lenght"

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep หลายเดือนก่อน

      Ah, good catch! Thanks for pointing that out. I'll fix it right away! 😅

  • @na_mulan06
    @na_mulan06 หลายเดือนก่อน

    شطور هالولد💙

  • @Someonner
    @Someonner หลายเดือนก่อน

    Cassandra is document store db

  • @ShinAkuma
    @ShinAkuma หลายเดือนก่อน

    That's CAP!!!!

  • @na_mulan06
    @na_mulan06 หลายเดือนก่อน

    يباي هالولد مشطره 💙

  • @na_mulan06
    @na_mulan06 หลายเดือนก่อน

    شطور هالولد💙

  • @EverydayKarma
    @EverydayKarma หลายเดือนก่อน

    Lets gooo legend person ❤️

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep หลายเดือนก่อน

      Let's goooo! 🚀❤️ Thanks for the amazing energy! Really appreciate your support!

  • @EverydayKarma
    @EverydayKarma หลายเดือนก่อน

    Your channel is gold sir. Please keep sharing your knowledge. Don't worry about views and subscribers ; they will find you over the days. Much love.

    • @SoftwareInterviewsPrep
      @SoftwareInterviewsPrep หลายเดือนก่อน

      Thank you so much for the kind words and encouragement! It really means a lot to me. I'll keep sharing and doing my best. Your support keeps me motivated. Much love back to you!