- Видео 59
- Просмотров 38 832
slazysloth
Индия
Добавлен 29 мар 2024
Welcome to slazysloth! 🎉
Do you want to learn more about software development? You're in the right place!
On this channel, you’ll find videos about:
🔹 System Design: How to create big, efficient software systems.
🔹 Low-Level Design: Step-by-step guides on designing software parts and using design patterns.
🔹 High-Level Design: How to plan the overall structure of software, like using microservices and different system types.
🔹 Data Structures and Algorithms (DSA): Easy-to-follow lessons on important data structures and algorithms with examples.
🔹 Backend Development: How to build strong backend systems, including servers, databases, and APIs.
Whether you’re a student preparing for job interviews, a professional wanting to improve your skills, or just love tech, our videos will help you learn and grow. Subscribe and join our community to keep up with our latest videos and discussions!
Do you want to learn more about software development? You're in the right place!
On this channel, you’ll find videos about:
🔹 System Design: How to create big, efficient software systems.
🔹 Low-Level Design: Step-by-step guides on designing software parts and using design patterns.
🔹 High-Level Design: How to plan the overall structure of software, like using microservices and different system types.
🔹 Data Structures and Algorithms (DSA): Easy-to-follow lessons on important data structures and algorithms with examples.
🔹 Backend Development: How to build strong backend systems, including servers, databases, and APIs.
Whether you’re a student preparing for job interviews, a professional wanting to improve your skills, or just love tech, our videos will help you learn and grow. Subscribe and join our community to keep up with our latest videos and discussions!
Why Are Programmers Always Sad? 💻😢
Ever wondered why programmers often seem stressed or sad? In this video, we dive into the challenges programmers face daily, from impossible deadlines and technical debt to the constant need to learn new technologies. Let’s explore the human side of coding.
#programminglife #techstruggles #developerhumor #codingproblems #programmerlife #mentalhealthIntech #techrealities #codeandcry #leetcode #faang #coding
#programminglife #techstruggles #developerhumor #codingproblems #programmerlife #mentalhealthIntech #techrealities #codeandcry #leetcode #faang #coding
Просмотров: 416
Видео
Two Dishes | Data Structure And Algorithms
Просмотров 130День назад
Struggling with the "Two Dishes Problem"? In this video, we dive deep into this exciting DSA problem where you must choose two dishes within a given budget. Learn how to optimize your approach, understand the logic behind the solution, and apply it to real-world scenarios. Whether you're a coding beginner or prepping for interviews, this guide has got you covered. Don't miss it! #twodishesprobl...
Microservices are Technical Debt
Просмотров 49621 день назад
Microservices have revolutionized software architecture, promising scalability and flexibility. But are they secretly piling up technical debt in your system? In this video, we explore how microservices can lead to unmanageable complexity, increased maintenance costs, and hidden risks. Learn the pitfalls and strategies to avoid turning your microservices into a ticking time bomb. Key Takeaways:...
Scams In Software Engineering
Просмотров 4 тыс.Месяц назад
00:00 Intro 00:15 Computer Science Degree 01:06 Clean Code 01:39 LeetCode 02:08 Agile/Scrum 02:48 Performance/Practicality 03:14 FrontEnd Development 03:40 Outro Software engineering is one of the most innovative fields, but it’s not without its pitfalls. In this video, we uncover common scams in the industry-from fake job offers to overpromised and underdelivered projects. Learn how to spot th...
How to build an AI Agent
Просмотров 835Месяц назад
00:00 Introduction 00:30 What is an AI Agent 01:10 Problems with using Chatgpt and Gemini 01:13 Cost 01:27 Inconsistency 01:34 Slow Response Time 01:40 Generalisation 02:10 Steps to build an AI Agent 02:14 Fight the Right Problem 02:35 Breaking down the choose Problem 02:57 Gather and Verify Your Data 04:09: Create Your Model 04:40 Create Your AI Agent Curious about creating your own AI agent? ...
Escaping the Technical Debt Trap
Просмотров 1,1 тыс.2 месяца назад
In this video, we dive deep into the concept of technical debt and explore why taking shortcuts in code or architecture can cost more than you expect. Learn what technical debt is, how it accumulates, and the common pitfalls that lead teams into a technical debt trap. We'll also discuss practical strategies for managing and reducing technical debt so you can keep your project running smoothly. ...
Machine Learning Explained: Understanding the Basics
Просмотров 2142 месяца назад
In this video, we break down the fundamentals of machine learning by drawing parallels to mathematical functions. Learn how machine learning models, like functions, take input data, apply a set of rules, and produce useful outputs. We'll dive into how these models learn from data to make predictions or decisions without being explicitly programmed. Perfect for beginners looking to grasp the cor...
Simulating a Self-Driving Car : Path Finding | A* Algorithm
Просмотров 3842 месяца назад
Autonomous Agent Series: ruclips.net/p/PLjBX7h5JCezI1B7yvgBjMjr3cyMZiApM6 Discord Link : discord.gg/5VVeRvYz In this video, we dive deep into the A* algorithm, one of the most popular and efficient techniques for finding the shortest path in a grid or graph. Whether you're working on game development, robotics, or AI, this tutorial will guide you through the theory and practical implementation ...
Why Good Programmers FAIL Coding Interviews
Просмотров 7853 месяца назад
Google Form: docs.google.com/forms/d/1wH6ZTP8t_2RcTgUmkt5u3bqSdacPMipbm-G3AJ5tLhk/viewform?edit_requested=true Discord : discord.gg/ntHxZbbK In this video we have discuss the strategy to improve the chances of acing the interview. #interviewpreparation #faang #codingtips #programming #techeducation #leetcode #slazysloth
Is it too late to become a software engineer? (OpenAI o1 reaction)
Просмотров 5583 месяца назад
Here's quick run down of OpenAI's new model o1 series, that includes o1-preview and o1-mini that is available now for you to use.
Resolve CORS Issue under 4 min With Complete Explanation
Просмотров 3113 месяца назад
Github Url: github.com/slazyslother/yt_videos Discord Url: discord.gg/sWpGjKj4 "Are you struggling with CORS errors in your web applications? This video will walk you through everything you need to know about Cross-Origin Resource Sharing (CORS). We'll cover what CORS is, why it happens, and various ways to resolve it on both the client and server sides. Whether you're working with APIs, server...
My First Product | Gemini Ai | AWS | Python | Nodejs | React
Просмотров 843 месяца назад
Website Link: main.d356sai2mwwryj.amplifyapp.com Discord Link: discord.gg/jzfY6VBH 00:00 Intro 00:30 Demo 00:35 Leetcode 02:57 Assignments 06:27 Core Subjects 7:27 Upcoming features 9:08 Target Audience 10:23 Final Goal
Simulating a Self-Driving Car : Lane Detection
Просмотров 1614 месяца назад
In this video we will cover the lane detection. Discord Link: discord.gg/jzfY6VBH Previous Video: ruclips.net/video/k-08Kzcsk6M/видео.html
Learn Any Tech with Effective Prompts
Просмотров 1374 месяца назад
In this video, I'll show you how to learn any technology quickly using effective prompts. Whether you're diving into a new programming language, exploring a framework, or mastering a tool, the right prompts can dramatically speed up your learning process. I'll share practical tips, examples, and strategies that will help you unlock your potential and accelerate your tech journey. Don't waste ti...
Master React in 6 Hours: Comprehensive Guide for All Levels
Просмотров 2464 месяца назад
Dive deep into the world of React with this 6-hour comprehensive tutorial designed for both beginners and experienced developers. In this course, you'll learn the fundamentals of React, how to build dynamic user interfaces, manage state, handle routing, and much more. Whether you're just getting started or looking to sharpen your React skills, this tutorial provides practical examples and real-...
Escape Tutorials : Self taught programmer 2024
Просмотров 2034 месяца назад
Escape Tutorials : Self taught programmer 2024
Simulating a Self-Driving Car : Lane Detection, Pathfinding & Steering Behaviour
Просмотров 2,1 тыс.4 месяца назад
Simulating a Self-Driving Car : Lane Detection, Pathfinding & Steering Behaviour
How to master Data Structures and Algorithms : 15 Min Strategy
Просмотров 8 тыс.5 месяцев назад
How to master Data Structures and Algorithms : 15 Min Strategy
Is Data Structure and Algorithms required in 2024 ?
Просмотров 1,3 тыс.5 месяцев назад
Is Data Structure and Algorithms required in 2024 ?
how to learn coding fast: Tips for Continuous Productivity
Просмотров 11 тыс.5 месяцев назад
how to learn coding fast: Tips for Continuous Productivity
Git Config: Git & VCS Tutorial Series Part 3
Просмотров 405 месяцев назад
Git Config: Git & VCS Tutorial Series Part 3
Git Workflow: Git & VCS Tutorial Series Part 2
Просмотров 365 месяцев назад
Git Workflow: Git & VCS Tutorial Series Part 2
Consistent Hashing | How To Scale Cache Servers
Просмотров 515 месяцев назад
Consistent Hashing | How To Scale Cache Servers
beautiful mate well said
Thanks
🥲🥲🥲🥲
Too relatable
🥲
This is the technique I use but I was not able to articulate like you did! You literally gave words to my thoughts!!
🥰
Very Honest video.
Hi , can u help me turn my idea into a real project ,I'm a big fan of your channel and really enjoy your vedios. I have an idea for a video tool that I think your viewers might find interesting.
Dm me on discord
real bhadas coming at 1:39 🤣🤣🤣🤣🤣🤣🤣
🥲
exactly bro when i saw many youtuber saying that web dev karo uske baad dsa dekho system design fir jinko lagta ai ml ke liye they should start python i was like sab ye ek banda karega fir baki ka kuch toh kaam rehta hoga na!!! when i saw that firstly i was like ye kya bak raha hai , after that like, yeahhhh in sab ki mkc 🤣🤣🤣🤣
😛😛
only if you over use them, there's a balance
Correct
Strong opinions.. no bs.. straight to the point.. calling out bs.. Im so glad the algorithm suggested ur channel to me
🤝
Feels like indian fireship. Keep it pumping 👍👍
🥰
Hi bro! Make more short content like this! Good content
Thanks! Will do!
ruclips.net/video/LcJKxPXYudE/видео.htmlsi=tDZMfLhRbbtysob4 english content ko hindi mein translate krra h bs
Hindi mai translate?
lol
le bhai subscribe button daba diya
Dhnyawad bhai
Informative hai😇
Thanks
You make me subscribe to you .
Bring this type of content without any distraction more.
Yes my friend
❤
Nice
Thanks
Good
Thanks
Wtf this semester i have compulsory environmental studies for bsc computer science... education system is beyond science...
Maybe Environmental Studies will surprise you-it’s all about finding unexpected connections. For example, think about how tech impacts sustainability or how green computing is shaping the future.
I don’t think are scams, it’s just dumb people will do dumb things it’s their own fault there’s a balance in all things and use the right tools for the right jobs
Nice way to interpret
Thanks for clearing these doubts it's too messy to think what to do nowadays..🙂
My pleasure 😊
i genuinely enjoyed the video !! it gave me a good laugh while providing the insights 🤣
damn ❤ didn't expect this video to be this good keep it up lad <3
Great video brother 😂❤ Enjoyed alot and hope to see such more in future 🙌 Rooting for your growth ✨️
Thank you so much 😁
to the point brother
Thanks
good brother
Thanks brother
Are you copying The Coding Sloth?
I try to mimic fireship
bro i thought i was tripping
i mean all he got is a sloth he not copying him he got his own unique insights
Bro, enjoyed the video, which actually gives idea what is software Engineering and what are things that are just hyped. Bro keep making such videos.
Thanks nishant bhai
Best way to learn coding don't watch these type of videos
Baat to shi kh rha
Thanks man
Your welcome
bro aap kitna hrs code kar tai hai
Kitne krne par subscribe krega ?
This is absolutely amazing brother!
Thanks
No faltu giri, no bakwas. Direct on the point. Nice Brother.
Thanks bhai
Very best information ❤.
Thanks bhai
Thanks bro ❤
Your welcome
It would've been better if you added the thinking process (ReAct) type of agents. It is a good step to reason how and why
Hmm right
nice illustrations
Thanks himanshu
Great video ❤
Thanks Aakash
Impressive😊
Thanks
Bro you are crazy 😧
😀
Brother, try a different approach. Use hashmap for storing complement of sum with nums[I] with key value and find it and return it
Big brain
You should have used y for x^2. It confuses a lot x = x^2
😞
this video creepily recommended at perfect time ever 😬 , now i know that i am not alone
Excellent video😮
Fix your pronounciation first then make videos saar
nice video
Thanks ❤
I think the company culture plays a huge role in how much technical debt you have. Sure, it is very important to remain pragmatic while building features as you have a business to cater to that pays the bills. But an intelligent company realises that your software is not a “cost centre” but a piece that can create immense value. Having some sort of baseline quality requirements in your programs costs in three short run, but saves so much over time.
Kindly sir make a video on vs code error every new learner face like [Running ], [Build ], lauch.json, task.json, gcc not recognized, undefined etc. Every time when i usw vs code it show me numerous error in a confusing manner. Please make just one vdo to resolve this issue.
Ok boss, no worries, I will make a video on this