Sourav Singh Diaries
Sourav Singh Diaries
  • 75
  • 887 348
AI is Changing Software Engineering ! How to stay relevant in 2025 ? New Year Wake Up Call
The future of software engineering is changing fast, and AI is at the center of it all. In this video, we’ll explore what’s coming in 2025, how AI is reshaping the industry, and what you can do to stay ahead.
These are my insights and understanding, hope it adds some value in understanding the current AI landscape.
Future of software engineering in 2025
How AI is changing coding careers
Essential skills for software engineers
AI tools for developers
Prepare for AI-driven software engineering
How to stay relevant as a coder
What software engineers need to know about AI
Connect :
LinkedIn : www.linkedin.com/in/sourav-singh-6b57b5101/
Instagram : sourav_singh_diaries
For career consultations :
topmate.io/sourav_singh11
🌍💻 I am a software engineer working at Amazon, previously worked at Disney+Hotstar with an overall experience of around 7 years. Welcome to Sourav Singh Diaries 🪄
For business queries : singhsourav206@gmail.com
มุมมอง: 5 679

วีดีโอ

Lesson 8 : Topological Sort in Javascript | Usecases in Frontend | Uber, Swiggy Interview Problem
มุมมอง 18614 วันที่ผ่านมา
In this video, we dive deep into Topological Sort, a fundamental concept in computer science, and explore its practical use cases in frontend engineering. From dependency resolution in module bundlers like Webpack to task scheduling systems, Topological Sort plays a pivotal role. Chapters : 00:00 Intro 00:52 What is Topological Sorting with example 06:44 Approach DFS Intuition Dry Run 12:12 Liv...
How to plan a Perfect trip to DUBAI in Winter | 7 Days Itinerary | Visa | Must Visit Spots
มุมมอง 642หลายเดือนก่อน
Planning the perfect trip to Dubai? Look no further! In this video, I’ve got you covered with a detailed 7-day itinerary to explore the best of Dubai. From iconic landmarks like the Burj Khalifa and Palm Jumeirah to thrilling desert safaris and shopping at Dubai Mall, this guide is packed with tips for an unforgettable vacation. Here’s what you’ll find in this video: ✔️ Day-by-day itinerary for...
Lesson 7: Cycle Detection in DIRECTED Graph | Javascript | Graph Series
มุมมอง 186หลายเดือนก่อน
Lesson 7: Cycle Detection in Directed Graph | Javascript | Graph Series Welcome to Lesson 7 of our Graph Series! 🎉 In this video, we dive deep into Cycle Detection in an Directed Graph in JavaScript. Understanding cycle detection is a fundamental skill in graph theory and crucial for solving complex real-world problems like deadlock detection, network connectivity, and more. Code Link : github....
Lesson 6 : Cycle detection in Undirected Graph | Recursive + Iterative | Javascript | Graph Series 🚀
มุมมอง 109หลายเดือนก่อน
Lesson 6: Cycle Detection in Undirected Graph | Recursive Iterative Approach | Graph Series Welcome to Lesson 6 of our Graph Series! 🎉 In this video, we dive deep into Cycle Detection in an Undirected Graph using both Recursive and Iterative Approaches in JavaScript. Understanding cycle detection is a fundamental skill in graph theory and crucial for solving complex real-world problems like dea...
Lesson 5 : DFS using Recursion | JavaScript | Node processing | Custom Stack vs Recursion
มุมมอง 126หลายเดือนก่อน
In this tutorial, I explain the concept of Depth First Search (DFS) in graph traversal, emphasizing the use of a Recursion based approach. You'll learn how DFS works step-by-step, both conceptually and in code, with clear, beginner-friendly explanations. This lesson is perfect for anyone preparing for frontend engineering interviews or strengthening their JavaScript fundamentals. During the ses...
Lesson 4 : DFS using Stack | Javascript | Depth First Search | Live Code
มุมมอง 120หลายเดือนก่อน
In this tutorial, I explain the concept of Depth First Search (DFS) in graph traversal, emphasizing the use of a stack-based iterative approach. You'll learn how DFS works step-by-step, both conceptually and in code, with clear, beginner-friendly explanations. This lesson is perfect for anyone preparing for frontend engineering interviews or strengthening their JavaScript fundamentals. During t...
Lesson 3 : Breadth First Search in Javascript | Graph | Intuition to Code | BFS Traversal
มุมมอง 2762 หลายเดือนก่อน
Welcome back to our series on graph algorithms! In this lesson, we dive deep into the Breadth First Search (BFS) algorithm, a fundamental technique for traversing graphs and trees. Whether you’re preparing for coding interviews or looking to enhance your problem-solving skills, understanding BFS is crucial ! 00:00 Intro 00:52 What is BFS traversal / Levels 04:10 Intuition 1 behind using Queue 0...
Lesson 2 : Graph Database vs In-memory graphs | Why do we learn graph data structure ?
มุมมอง 1902 หลายเดือนก่อน
Welcome to Lesson 2 of our Graph Data Structures series! 🎓 In this video, we explore some differences between using a Graph Database and managing In-Memory Graphs in your applications. We'll also dive into why mastering graph data structures is crucial for modern software development. What you'll learn: - Graph Databases: What are they? - In-Memory Graphs - The pros and cons of using graph data...
Lesson 1 : Graphs Representation in JavaScript | Adjacency List and Matrix | Concept | Live Code
มุมมอง 5382 หลายเดือนก่อน
Welcome to Lesson 1 of our Graph Data Structures series! 🚀 In this video, we dive into the fundamentals of graph representation in JavaScript. We'll cover two popular approaches for representing graphs: Adjacency Lists and Adjacency Matrices. What you'll learn: The basics of graphs and how they're used in computer science. The difference between adjacency lists and adjacency matrices. Step-by-s...
From 3 LPA to 60+ LPA! Cognizant to Uber 🚀 | How he cracked the tough tech interview at Uber ?
มุมมอง 6K3 หลายเดือนก่อน
In this episode, I sit down with my friend, a software engineer now working at Uber, to discuss his inspiring journey from a service-based company (Cognizant) to landing a coveted role at one of the top tech giants, Uber. He shares how he went from earning ₹3 LPA to an big ₹60 LPA! We talk about the strategies he used, the mindset shifts, and how he cracked the interview process at a Tier 1 pro...
How to get a Tech Job in this Tough Market ! Winner Mentality 🔥 | My Resume, Cold DMs
มุมมอง 1.9K3 หลายเดือนก่อน
In this video, I share my resumes, cold DMs, and some underrated advice I’ve learned along the way. If you’re a someone looking to break into competitive tech roles, this video is for you ! I'll also dive into the current job market, how to stand out even when opportunities are tough, and tips to keep a winner's mentality throughout the process. 💡 What You’ll Learn: Where to build resumes Cold ...
Facebook's first contribution to Browser API | Event loop fix | Deep Frontend Series | Episode-1
มุมมอง 1.2K4 หลายเดือนก่อน
Welcome to the first episode of the Deep Frontend Series! 🎉 In this video, we explore Meta's (then Facebook's) first ever contribution to the browser ecosystem with the isInputPending API, designed to improve responsiveness to user input. The time it takes for an interaction to go from the user input event (such as clicking a button or typing in a box) that triggered it to being completely rend...
Master the Famous 2-Sum Problem in JavaScript | Asked in Amazon, Google | Visualize and Live Code
มุมมอง 6124 หลายเดือนก่อน
The Two Sum problem solved in Javascript. You will be able to visualise and live code couple of variations of the problem. Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer in any order. 00:0...
How to traverse DOM tree 🔥 | Meta Interview Question | Big frontend dev | DSA in Javascript
มุมมอง 1.2K5 หลายเดือนก่อน
This problem will help you understand how DOM Tree traversal can be done. The variation and the same problem has been asked in Meta. Question : Given two same DOM tree A, B, and an Element a in A, find the corresponding Element b in B. By corresponding, we mean a and b have the same relative position to their DOM tree root. Question practice link on bigfrontend dev : bigfrontend.dev/problem/fin...
How to create Event Emitter in JS | Asked in Meta, Microsoft | JS Coding | DSA in JavaScript
มุมมอง 1.3K5 หลายเดือนก่อน
How to create Event Emitter in JS | Asked in Meta, Microsoft | JS Coding | DSA in JavaScript
How to create Linked List in Javascript | DSA in Javascript Series
มุมมอง 6745 หลายเดือนก่อน
How to create Linked List in Javascript | DSA in Javascript Series
Arrays in Javascript (1D and 2D) | DSA in Javascript Series
มุมมอง 1.1K5 หลายเดือนก่อน
Arrays in Javascript (1D and 2D) | DSA in Javascript Series
Biggest Tech Outage | Basics explained | Microsoft | Crowdstrike
มุมมอง 7815 หลายเดือนก่อน
Biggest Tech Outage | Basics explained | Microsoft | Crowdstrike
How I cracked Frontend Engineer Interviews at Amazon, Disney+ Hotstar, Swiggy and more
มุมมอง 132K5 หลายเดือนก่อน
How I cracked Frontend Engineer Interviews at Amazon, Disney Hotstar, Swiggy and more
How Much Do Youngsters Spend in Bangalore? | Lifestyle & Expenses Revealed | Part-1
มุมมอง 38K6 หลายเดือนก่อน
How Much Do Youngsters Spend in Bangalore? | Lifestyle & Expenses Revealed | Part-1
From Engineer to Actor, Director, Content Creator | Bangalore | Passion to Profession
มุมมอง 4.4K6 หลายเดือนก่อน
From Engineer to Actor, Director, Content Creator | Bangalore | Passion to Profession
Asking strangers their Salary and Profession in Bangalore - Part 1
มุมมอง 317K6 หลายเดือนก่อน
Asking strangers their Salary and Profession in Bangalore - Part 1
People’s opinion on Bangalore | What Do You Like About Living in #bangalore ?
มุมมอง 17K7 หลายเดือนก่อน
People’s opinion on Bangalore | What Do You Like About Living in #bangalore ?
Unlimited Mango Meal in Malleshwaram | Closes after May month #malleshwaram #bangalore #mangomela
มุมมอง 3.4K7 หลายเดือนก่อน
Unlimited Mango Meal in Malleshwaram | Closes after May month #malleshwaram #bangalore #mangomela
Asking strangers their RENT in Bangalore | MG Road Edition
มุมมอง 271K7 หลายเดือนก่อน
Asking strangers their RENT in Bangalore | MG Road Edition
Exploring HSR LAYOUT BENGALURU | Vada Pao | Misal Pao | Chaitini x Gavran Misal #hsrlayout #vadapav
มุมมอง 4K7 หลายเดือนก่อน
Exploring HSR LAYOUT BENGALURU | Vada Pao | Misal Pao | Chaitini x Gavran Misal #hsrlayout #vadapav
Famous 4AM Biryani in Hoskote - Mani Dum Biryani - Full Video #hoskote #hoskotebiryani
มุมมอง 6887 หลายเดือนก่อน
Famous 4AM Biryani in Hoskote - Mani Dum Biryani - Full Video #hoskote #hoskotebiryani
Exploring Phoenix Mall of Asia | Asia's Largest Mall | Bangalore | India | Vlog | 4K | Walking Tour
มุมมอง 1.1K7 หลายเดือนก่อน
Exploring Phoenix Mall of Asia | Asia's Largest Mall | Bangalore | India | Vlog | 4K | Walking Tour
Early Morning Cricket 🏏 🔥 | Bangalore | Mini Vlog | Sunday | Aaj milwata hoon kuch dosto se
มุมมอง 4487 หลายเดือนก่อน
Early Morning Cricket 🏏 🔥 | Bangalore | Mini Vlog | Sunday | Aaj milwata hoon kuch dosto se

ความคิดเห็น

  • @americaksushantkinazarse5747
    @americaksushantkinazarse5747 9 ชั่วโมงที่ผ่านมา

    I thought he was doing Shah Rukh Khan pose.

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

    Reality Check

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

    Can you ask any doc's,,,,, then software's

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

    i live in varthur, i pay 11k per month 1 bhk home, with kitchen, wardrobe, bathroom, geyser, eletrcity bill , maintenance all included in 11k. Damn these guys are paying 25k, too expensive bro.

  • @RohitRaj-sh5jb
    @RohitRaj-sh5jb 3 วันที่ผ่านมา

    I have seen so much video could you please tell me how to ace recursion because its the most difficult topic i have even seen. please share some resource also

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

    Get lost

  • @saidurgesh.v
    @saidurgesh.v 6 วันที่ผ่านมา

    Please make videos in English

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

    None of the salaries seems to be a lie. 1st of all entry level salary depends whether you come from college recruitment again depends on which tier college. People from NITs or similar get 15-20LPA easily. Again people from tier 3 college joining service based companies like infosys and wipro get 3-5LPA. Coming to >3YOE in good product based companies you can easily expect 4-6 times of experience. So don't be surprised if a person with 5 YOE is getting 30LPA. Where as in service based company 2times of experience is too much. Again depends on the frequency of switches. A person with 6YOE if has switched 3-4 times then definitely he will be earning lot more than a person with minimum switches. My POV : Take inspiration and try to reach your desired salary. In life no one will be satisfied ever. People earning 5LPA will think 15LPA is limit once I reach there I will be happy but once you reach there you will compare with others and look to get 30LPA. Search for balance in terms of salary, family, work expectations,etc. Once you are able to pay your EMIs and do sufficient savings and take care of your family, after that salary will not matter.

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

    He has only picked high salary individuals. Please show all people that you interviewed :)

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

    Thanks for your efforts.

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

    Let the water get over 😂...

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

    4:54-Yours is 10 k more almost double of his friend .

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

    For God so loved the world that he gave his one and only Son, that whoever believes in him shall not perish but have eternal life. - John 3:16. Merry Christmas🎁🎁

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

    Good advice , subscribed

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

    Helpful thoughts bro

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

    Let me make everyone more optimistic how I look AI. People are getting more scared that AI will take our jobs, it's not like that yes it will take the jobs but it will create more jobs too. Either learn AI or Learn more advance things than AI

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

    One thing I want to tell As most of people are learning Frontend/Web Development so how should we make ai project. Didn't we have to learn Python for that? After learning react we have to switch to python what the hell

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

      Damn. Even react is so hard. Than node, express, Mongo. One way you learn and forget other way. How can you learn more languages?

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

      As I say may be learn JS well, both on frontend and backend. With JS learn fundamentals of backend as well. From there, you should be ready to take on any language and work. You don’t need to wait to learn it completely to start writing python. Python again is just a language, fundamentals of backend is same. If you are given a task in python at your work, you should not say “wait till I learn it completely and then start the task”. Businesses will fail if you say so. It’s not tough to write code in this era given you atleast understand the fundamentals of backend and frontend atleast via one language. Slowly slowly as you do, learn python and may be master it.

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

      @@madrauchia1913 Along with that, don’t worry on learning everything at once, The best thing is to start to learn how you can leverage LLM APIs give it a prompt and get the response from the model. Integrate it in your system. You don’t need to build a model from scratch as of now. See what you can build with just using the LLMs programmatically. I have a new video coming on this and I am sure it will help you understand what I mean

  • @nursingfactory5882
    @nursingfactory5882 11 วันที่ผ่านมา

    I'M living in Chandigarh in 1 bhk Paying 10k that's inexpensive so

  • @m.i.548
    @m.i.548 11 วันที่ผ่านมา

    Last guy...how you getting free stuff!!!

  • @coder3842
    @coder3842 11 วันที่ผ่านมา

    After seeing this I started hunting job 😊

  • @TellaTrix
    @TellaTrix 11 วันที่ผ่านมา

    I guess you have explained this AI things very well and real use case in developer, architecture, system design. I guess system design is the main takeaway of this video. Any way thank you for this

  • @chandrashekharahchandan4577
    @chandrashekharahchandan4577 11 วันที่ผ่านมา

    I'm village boy completed Mcom working finance field company name Tvs credit sale role my salary is only 15600 per month three year exp my situation is 🙆🙆🙆🙆

  • @sunny20rocky
    @sunny20rocky 11 วันที่ผ่านมา

    All are inflated . I m into IT industry. If you are 10 years exp, u can expect 30 to 40 exp in good product companies. Entry level it is less than 6 for the majority. All are hyped

  • @kakashi_vladivostok
    @kakashi_vladivostok 11 วันที่ผ่านมา

    Bro.... I have good barber friend...i can refer you😂😂..... Jokes aside ..What about security measures in implementing AI in MNC's? I agree tomorrow or 10 years later AI will spread it's tentacles in every fields...

    • @sourav_singh_diaries
      @sourav_singh_diaries 11 วันที่ผ่านมา

      @@kakashi_vladivostok Haha, I got some grooming tips from AI today. I made this video late at night so very unpresentable But, there’s already measures being implemented and guidelines around AI so that it’s safe reliable and ethical. I have seen acts coming up and new standards from IEEE and ISO

  • @keepgrow25
    @keepgrow25 11 วันที่ผ่านมา

    Hello sir good night. Can you suggest me? Currently I am completed bsc computer science from pune university. Should i go for mca ? I am confused. That time I am facing financial problems in my family. I am interested in front-end development. Also I am learning web development. I hope you will suggest me thank you.sir

  • @dankhindu251
    @dankhindu251 12 วันที่ผ่านมา

    Give me some advice what would i have to learn??

    • @sourav_singh_diaries
      @sourav_singh_diaries 12 วันที่ผ่านมา

      @@dankhindu251 only advice I have for us and myself is to be better at multiple areas and be best at atleast 1 area. And building real world products is important. The Sofware interviews aren’t changing a lot but try to prep well and focus on projects. If you want to be frontend engineer be a really good one and learn about other sides as well. Don’t be blindfolded, specialise in one area and have an understanding of everything. Knowing context and business is important

  • @jessepinkman9102
    @jessepinkman9102 12 วันที่ผ่านมา

    Bro one suggestion, Please make the video in English

    • @sourav_singh_diaries
      @sourav_singh_diaries 12 วันที่ผ่านมา

      I will try to. The thing is I have gotten feedback from other side as well. So experimenting what works best for all of you guys. I note your suggestion

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

      ​@@sourav_singh_diaries Hindi also works well

  • @ujalapathak5699
    @ujalapathak5699 12 วันที่ผ่านมา

    Can you tell me in which lang did you do your dsa ?

  • @yuvrajsoneja5270
    @yuvrajsoneja5270 12 วันที่ผ่านมา

    Please share your thoughts, its been 4 years since i started software engineering ( started in 11th class) and now i can CONFIDENTLY say that i can build and deply scalable and advanced full stack software. I created a personal full stack micro services video streaming application ( and also have 3-4 advanced full stack apps). Now i have 6 months left until i graduate. I am focused on off campus. Should i focusly mainly on system design or dsa ( i don't have much knowledge of Leetcode only solved like 100 problems)?

    • @sourav_singh_diaries
      @sourav_singh_diaries 12 วันที่ผ่านมา

      You are a fresher so build projects, be good at DSA, solve and practice the problems you solved already because interview pattern are not changing drastically. Your prep quality is gonna be better with AI assistants so try to be good at DSA. And know your projects well. Core system design based interview doesn’t happen for freshers. Just know how your projects work end to end which you have built.

  • @mayankpatni5639
    @mayankpatni5639 12 วันที่ผ่านมา

    Data engineer vs python backend developer which has more packages

  • @mdnesad4244
    @mdnesad4244 12 วันที่ผ่านมา

    In 2025, what is the demand of front end development and mern stack. How to adapt them with AI for getting a job? Do you have any suggestion and guideline for me?

    • @sourav_singh_diaries
      @sourav_singh_diaries 11 วันที่ผ่านมา

      Projects Projects and Projects. Build projects which is impactful even if it’s not unique, showcase you can deliver a product. Don’t ignore backend, have a view of end to end how the architecture looks and how backend works.

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

      @sourav_singh_diaries If l learn firebase, next js (backend + mongoDB) and have 2-3 full stack project project like E-commerce, Blog and employees management. Is it enough to shoe end to end Skills? One more question please. If I achieve front end with basic of backend then can I apply for full stack role or front end role as a beginner?

  • @bharth_yadav
    @bharth_yadav 12 วันที่ผ่านมา

    Take away from the video : don't do mechanical or civil shit man

  • @Swooshii-u4e
    @Swooshii-u4e 12 วันที่ผ่านมา

    English please

  • @AnkitSrivastava-z9c
    @AnkitSrivastava-z9c 12 วันที่ผ่านมา

    Miko

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

    Mostly people exaggerated it, last one and drone engineer has been genuine

  • @AS-if5jg
    @AS-if5jg 13 วันที่ผ่านมา

    Big fan Sourav. Had 1 question, when you say specialize in one domain and have knowledge of other. Can frontend/backend be such domain? Im just curious to know what domain refers here

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

      aree bhai tu itna curious hota to uske discription m uska linkedin profile mil jata

    • @sourav_singh_diaries
      @sourav_singh_diaries 12 วันที่ผ่านมา

      Yes frontend backend devops distributed systems, mastering all of them takes time so have a holistic view of everything and have the context. Thats when you will be able to use AI smartly and not feel dumb in front of it. And specialising in atleast one, that gives you upperhand and it’s for your confidence

    • @AS-if5jg
      @AS-if5jg 12 วันที่ผ่านมา

      @@Itsnanditaa lol...came to blabber unnecessarily? How can a Linkedin profile answer my question? Fresher ho kya lol?

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

    College : NIT Branch : Data Science (3rd year) Have completed the 500 DSA questions in C++(but 1000 rating on codeforces only, know the python, done with neural networks and machine learning learning deep learning etc. know basics of react and express............ just lacking in real world projects 😕 if someone have idea and resources can please share.........😢also slightly depressed as not able to clear single OA for summer intern in 3rd year 😊 but hope for best for final year. Goal: Get the job in Data Role and gets promotions and lead a whole data role team in an MnC

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

      @@pranavmittal9619 Your coding and problem solving ability would be pretty good and least of a concern since you have solved lot of problems. Fill the gap by building projects and I shall create many resources videos on this channel for that. Try building full stack apps, end to end chat app, automated TH-cam chapters etc. lot of examples

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

    bhrother i am eklak from bihar chapra i need your help like i am completed frontend with reactJs and backend with java and bhro what should i learn next dsa, devops, reactnative(app dev) or anything else and brother and i need to do intern where should i apply linkdin or where?

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

    great video ,helpful insights .

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

    Recently watched one movie CTRL...must watch!

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

    Can you suggest resources to learn system design step-by-step, from beginner to advanced, using real-world scenarios? I want to implement it in my projects effectively.

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

      @@sakshinarkhede3854 Right question and soon a video is coming on designing a real world interesting problem.

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

      @@sakshinarkhede3854 For resources, read articles blogs and build basics, use LLMs to build yourself and clear any doubts. I suggest Data intensive system design book. And learn to use cloud services and where to use service. For all this I shall create videos here to explain it in very easy way.

  • @SudhanshuPatel-tech-nitrr-21
    @SudhanshuPatel-tech-nitrr-21 13 วันที่ผ่านมา

    AWS,GCP... which cloud service to learn,sir.

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

      Bit opinionated, But use AWS for building projects. But I am sure grass is greener on other side as well

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

    Nothing 😂😂😂😂😂😂not that much 😂😂😂😂

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

    HaHa, he is asking bachelor's who are either sharing room / flat rent or living in studio type pigeon hole flats. The actual rent for families for reasonable size 3bhk/4bhk in decent societies in Bangalore varies between 75K - 1.5L per month all inclusive. 20K is a rent for pigeon hole rooms in crap societies.

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

    The rent they pay is average salary for many IT professionals.

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

    As a fresher in front-end development, what should I do? What will companies expect?

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

      @@akshaybhasin5778 Raise the prep bar. Use AI tools as mentors to get better at these technologies, build great projects and do human communication and networking with the recruiters over LinkedIn. I am sure you need to do this extra bit, and you should be good.

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

      ​@@sourav_singh_diaries Can you suggest me any 2-3 projects to stand out?

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

      @@akshaybhasin5778 An example : Try to build AI based Chat App doing some sentiment analysis like personalised mental health chat bot. Groom requirement with LLM. Another one is Automated AI based TH-cam chapters detection. This is slightly more work on backend side / using AWS. New video on this soon on my channel

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

    kaam karne se matlab hai , our paisa se , jo hoga karenge

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

      Konsa kamm karoge bhi .. App computer science student ho?

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

    I also have same thoughts bhai

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

    Name change kro naam yaad nhi rhta

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

    Bhaiya i am getting very negative thoughts just started carrier in it as Frontend and Little bit backend as 50 people based small startup ? Feels like no job security in future and somewhere i feel i lagging behind lot of people in terms of knowledge and all how do i overcome get good ?

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

      As I said, Master your business logic, have overall end to end picture and don’t worry, work on your skills, be better at soft skills. Then everything shall work in favour of you. It’s normal to feel that you lag. The change in landscape is very new and everyone is at same place. Specialise in one area and don’t ignore the other side as I said. Learn atleast how these AI models work..in high level