Why I focus on patterns instead of technologies

  Рет қаралды 199,794

NeetCodeIO

NeetCodeIO

2 ай бұрын

🚀 neetcode.io/ - A better way to prepare for Coding Interviews
🧑‍💼 LinkedIn: / navdeep-singh-3aaa14161
🐦 Twitter: / neetcode1
⭐ BLIND-75 PLAYLIST: • Two Sum - Leetcode 1 -...
#neetcode #leetcode #python

Пікірлер: 334
@nanonkay5669
@nanonkay5669 2 ай бұрын
Pattern recognition is almost the last step to being an expert. And this applies to any discipline
@edwardmitchell6581
@edwardmitchell6581 2 ай бұрын
For me, it's always been the first an only step. Discipline is the last step.
@darshandev1754
@darshandev1754 2 ай бұрын
@@edwardmitchell6581 cannot be the first step, its somewhere in the middle, how do you even find patterns if all you have worked with is python or html
@dasezo
@dasezo 2 ай бұрын
7 years of SE explained in 7 minutes, thank you brother
@caiomucio9237
@caiomucio9237 2 ай бұрын
What SE means?
@nwseooo
@nwseooo 2 ай бұрын
​@@caiomucio9237 software engineering i think?
@caiomucio9237
@caiomucio9237 2 ай бұрын
@@nwseooo thanks bro
@justcurious1940
@justcurious1940 2 ай бұрын
Ok.
@edwardmitchell6581
@edwardmitchell6581 2 ай бұрын
He needs a 10-page book of cheat sheets. I'd pay $49 for it.
@MaxPicAxe
@MaxPicAxe 2 ай бұрын
"Patterns are pretty difficult to forget" great quote
@removed107
@removed107 2 ай бұрын
It hit me so hard... It's unbelievable that he's right about this.
@scapegoat079
@scapegoat079 2 ай бұрын
as is a special woman....
@QuangNguyen-vf3nz
@QuangNguyen-vf3nz 2 ай бұрын
Basically all the variation of SQL commands in different SQL platforms, they may be worded differently but the principle behind each concept is still the same
@MaxPicAxe
@MaxPicAxe 2 ай бұрын
@@scapegoat079 Yeah
@ragsbigfella
@ragsbigfella 2 ай бұрын
Wow.. need a detailed video on identifying each of these patterns.. thank you
@machoToni
@machoToni 2 ай бұрын
I think he has a course on his website. Now I'm more tempted in actually buying lifetime access, since I want to get stronger in this and DSA. If anyones does have any videos out there drop the links, much appreciated.
@natescode
@natescode 2 ай бұрын
Just Google design patterns.
@johnsoto7112
@johnsoto7112 2 ай бұрын
experience, same as leetcode
@ryiv1848
@ryiv1848 2 ай бұрын
there are also books about design patterns
@h0ph1p13
@h0ph1p13 2 ай бұрын
@@natescode "seeing patterns" as he explains it is one thing. OOP design patterns are whole another valley. Just saying. Don't confuse the two things. OOP design patterns are just "some patterns" and definitely NOT the most important ones.
@gousiatantray
@gousiatantray 2 ай бұрын
This is pure gold. when you do look at things as concepts or patterns, a lot of things become very clear. Thank you
@sungjuyea4627
@sungjuyea4627 2 ай бұрын
I guess this channel becomes more like the primetime with less jokes but more infos - love it
@headlights-go-up
@headlights-go-up 2 ай бұрын
love these types of videos! im a noob and have tried to make it a point to always prioritize patterns and fundamentals, the things I can take anywhere. Sometimes I'm a bit confused because I get lazy and wish there was some master list lol.
@natescode
@natescode 2 ай бұрын
Microsoft has a list of design patterns. Many many resources exist already. Just takes practice
@RamiroAsincrono
@RamiroAsincrono 2 ай бұрын
Please dive deeper into this video! A hour long video in this subject would be amazing!!
@mdk1983
@mdk1983 2 ай бұрын
I love your passion and energy, and the willingness to convey this on KZbin. Well said.
@CaptTerrific
@CaptTerrific 2 ай бұрын
This was a moment of epiphany for me as well, and I can't point to exactly when I started thinking this way. However, in much the same way, there was a time when everything "clicked" yet again, and I began thinking about technologies which were better suited to the patterns I wanted to implement. This helped not only in tech selection, but in allowing me to more deeply understand the tech stack I was often stuck with for a given project, and work around those limitations. It's a continuous cycle of learning :)
@tk_kushal
@tk_kushal 2 ай бұрын
Incredible video man! I don't usually comment on videos but you deserved it, keep it up 👍
@immanuelt613
@immanuelt613 Ай бұрын
I love how short and precise your videos are. Straight to the point, and full of wisdom.
@adamhaney9447
@adamhaney9447 2 ай бұрын
Fantastic video. A key milestone of developmemt in any discipline is gaining enough fundamental knowledge that you can zoom out and consider the entirety of the problem, rather than being stuck at ground level in the implementation details.
@ahmadhameed3879
@ahmadhameed3879 2 ай бұрын
I agree 101%. I for the past two years have been trying to learn multiple languages C, C++, C#, JAVA, Javascript, HTML,CSS,Javascript, React, Angular, Vue, React Native, Flutter etc.... But what i found out is that i have just wasted my time trying to memorize the syntax. Syntax doesn't matter that much (of course it does but ....). Jumping from this lang to that lang did nothing but waste my time. I don't even the basic fundamentals building blocks of programming in general and I went to sticking syntax in my mind. You are a genius bro...!
@takeuchi5760
@takeuchi5760 Күн бұрын
why would you even try to learn C, C++, C#, JAVA, and React at the same time
@muhwyndham
@muhwyndham 2 ай бұрын
Finally someone can make what I observe into coherent words. I got this particular eyes open when I was forced to learn backend due to business circumstances and switch language and platform from Kotlin to Go. It opens my eyes because recognizing pattern is my only handholding when doing the switch. But now? Yeha I'm flying. I even have personal codebase that compiles into 1 portable binary but have 4 different language in it and use incredibly esoteric stack. But it still boils down to just MVC.
@OzzyTheGiant
@OzzyTheGiant Ай бұрын
Yep, with backend frameworks, they're all pretty similar: The app listens for requests, dispatches them to the appropriate request handler, runs some tasks for that request, then sends back a response. You might have additional services that need to be handled before or after the request is dispatched, so depending on your language and programming paradigm, this is handled either with middleware functions or dependency injection in OOP. That, and knowing the HTTP spec is pretty much all you need to know at a high level. Maybe you might need to learn concurrency using coroutines, threading, spawning processes for high performance tasks but there's not a lot to know at that level.
@codenamemoe9337
@codenamemoe9337 2 ай бұрын
Man, this was so needed. Thanks for breaking this down so simply.
@bgill7475
@bgill7475 2 ай бұрын
Never thought about it like this but it makes perfect sense. Thank you.
@SimGunther
@SimGunther 2 ай бұрын
2:15 Even when you take away patterns from a language (programming or otherwise), you have a feeling that eventually can be expressed in a combination of other features used in a specific order. That's 1984 (and learning about software engineering) in a nutshell.
@HumanoidTyphoon91
@HumanoidTyphoon91 2 ай бұрын
This was a banger! ngl, I was worried it's gonna be another "1" + 2 video, but it really was great! You should do more design patterns, software architecture, system design videos, this video was gold and you explained things really well.
@victoiret6335
@victoiret6335 2 ай бұрын
A really helpful advice for someone who is "stacking" leetcode problems. Thanks!
@Artofnatiee
@Artofnatiee 2 ай бұрын
Great video brother! Concise, informatuve & clear guidelines to becoming a software engineer. I look for ward someday to a fantastic conversation with you. Have a good one, cheers!
@ingmarbm
@ingmarbm 2 ай бұрын
Awesome vid! Just learning OO design patterns and I'm hungry for more of what you just said
@isaacqadri
@isaacqadri 2 ай бұрын
Well done!. one of the most amazing and informative videos i watched.
@MelvinMichaelPimentel
@MelvinMichaelPimentel 2 ай бұрын
This is golden knowledge. Thank you for sharing!
@everyringisgood
@everyringisgood 2 ай бұрын
Wow very deep take! Thank you Neet!❤
@Ari-pq4db
@Ari-pq4db 2 ай бұрын
Thank you , keep em coming ❤
@karthikgowda9530
@karthikgowda9530 2 ай бұрын
need more videos like this, I mean you could have kept going, but honestly my fundamental understanding of this stuff..... supper shaky!!!!, This helped a lot, Thanks bro
@mprasanth18
@mprasanth18 2 ай бұрын
Please make separate videos for each patters, it will help a lot.
@h0ph1p13
@h0ph1p13 2 ай бұрын
Just learn two programming languages. You will start seeing the pattern.
@DhavalAhir10
@DhavalAhir10 2 ай бұрын
​@@h0ph1p13Yes, I have 2 year experience in Python /Javascript. Now I am Learning Golang... I found it's pretty easy to switch once you know the patterns.
@meowrbius
@meowrbius 2 ай бұрын
C : Static, Weak, Non-GC, Manual-mem Rust : Static, Strong, Non-GC, Mem-safe Java : Static, Strong, GC Python : Dynamic, Strong, GC JS : Dynamic, Weak, GC
@5958637
@5958637 2 ай бұрын
What's GC mean?
@jamesull
@jamesull 2 ай бұрын
@@5958637 garbage collector
@C0braGameplays
@C0braGameplays 2 ай бұрын
Good question. I also want to know @@5958637
@DhavalAhir10
@DhavalAhir10 Ай бұрын
​@@5958637 Garbage Collector.
@mazymetric8267
@mazymetric8267 Ай бұрын
@@5958637 Garbage collection. Garbage collection basically manages the memory automatically.
@tiquortoo
@tiquortoo 2 ай бұрын
This is why I push back on the "What's your stack?" question. It's fine if you're asking where your primary dev experience is, but it loses meaning as you gain experience.
@obelusstem199
@obelusstem199 2 ай бұрын
Same goes for any programming language, when you undesrstand the problem pattern and you already know how to solve it, the rest is translating your thoughts to the progtamming language
@hroman_codes
@hroman_codes 2 ай бұрын
This was a much-needed video thank you. The computational thinking model has reference to pattern recognition as one of its 4 elements 👍
@ScottzPlaylists
@ScottzPlaylists 2 ай бұрын
What your calling patterns which is so generic, you could call it similar concepts, Iike Features, Capabilities, etc. 👏 Similar concepts exist in many Technologies. Organize them into Tables, Trees, Mind Maps, etc. 💡 Data is beautiful. I like to gather and organize information as I learn 👍 Graph Knowledge Bases seem like the best way to make sense of it all, it gets so complicated. Nodes represents Named Entities (Languages, Databases, Paradigms, Features, etc) Edges (lines between the Notes) represent relationships. Ex: [Python]------>> has paradigm >>-----[OOP-Object oriented programming, Functional Programming, etc ] ❤
@m04d10y1996
@m04d10y1996 2 ай бұрын
Thanks a lot of this video. Please make more content like this
@user-ir7ce5rd7t
@user-ir7ce5rd7t 2 ай бұрын
Thanks man, very informative 🎉
@zabsetu4964
@zabsetu4964 Ай бұрын
Loved this video as a cs undergrad 😊! Thanks @NeetCode. Can you possible list the themes you're mentioning in this video as I'd like to dig deeper and learn these patterns myself in my personal time please?
@UIEngineering101
@UIEngineering101 2 ай бұрын
One similar pattern that has helped me level up is declarative vs imperative programming. Declarative programming paradigms like SQL, CSS, HTML makes writing and reading code so much easier OR the reason why React has superior DX compared to other frameworks. Similarly, IOC or Inversion of Control principle. It took my so much time to realize why it is so fundamental and important. It has helped me design better APIs when I'm authoring a library.
@widrolo
@widrolo 2 ай бұрын
2:45 personally, i too can look at C code and immediately see what they are trying to achieve. I feel like it kind of enabled me to program a whole lot faster, since i can just write C code like im speaking my ideas, instead of trying to figure out why i doesnt compile or whatever.
@shs4293
@shs4293 2 ай бұрын
We really need something like this.
@abdorizak
@abdorizak 2 ай бұрын
Great Explanation 🎉
@amadzarak7746
@amadzarak7746 2 ай бұрын
This is so true brother. Understanding these concepts has made me almost “language agnostic” in my career. Yes I have preferences. But if u locked me in a room, and said I could not leave until I finish an app in a programming language I’ve never written in, I would eventually make it out.
@trailblazer555
@trailblazer555 2 ай бұрын
well said...everything in this world is followed by patterns and inspiration
@njengah
@njengah 2 ай бұрын
Awesome..spot on 💯
@mayanksaurabhmayanksaurabh9271
@mayanksaurabhmayanksaurabh9271 2 ай бұрын
Awesome video, thanks for sharing this
@moardub
@moardub Ай бұрын
I think this explains what I've been experiencing recently. I'll learn something new and be like "wait but isn't that just like x, but a little different" and its because of this exact scenario where patterns are repeating in different, but similar ways. Thanks for this video!
@iyadzac
@iyadzac 2 ай бұрын
great summary bro bro where can we find a course teaching these stuff in details please? we want to level up.
@artemabharian8131
@artemabharian8131 2 ай бұрын
Great premise and video!!! Although one thing needs to be corrected - you can set up schema on each collection in MongoDB (using jsonschema format) and it will automatically perform types validation. It will be much faster than validation on application side but there a possible downside - possible unnecessary roundtrips to db.
@orangeman3434
@orangeman3434 2 ай бұрын
This is exacly what I wanted, I been doing projects with angular node and mongo, but I wanted to learn more because when I tried to learn React I felt like I was missing something , felt like the need to ask why are they doing it certain way and not the other way well I guess it has to do with patters, is there a book that teaches you this stuff? Someone knows?😄
@calmhorizons
@calmhorizons 2 ай бұрын
Sanity. Great video. Also, strong static typing is life. :D
@khadijaasehnoune351
@khadijaasehnoune351 2 ай бұрын
An hour-long video on this subject would be great and a life saver for beginners in CS
@cryptonative
@cryptonative 2 ай бұрын
Now try Rust
@myxail0
@myxail0 2 ай бұрын
or haskell
@ajml_hnter
@ajml_hnter 2 ай бұрын
It introduces new concepts that's why Someone who know haskell finds rust easier or vice versa, coz there's some similarities and functional patterns in these languages
@cryptonative
@cryptonative 2 ай бұрын
@@ajml_hnter I’ve been working almost solely with Rust for about 2 years now and most hurdles didn’t come from functional patterns but from the ownership model. You can’t really not understand it in depth to work with the language. Maybe that’s just my experience and what I’ve work with before.
@ajml_hnter
@ajml_hnter 2 ай бұрын
@@cryptonative Yeah it's a pretty different model than other languages, most languages are garbage collected and rust brings a new way to think about things, there's a lot of other things that really different in rust. I think future programming languages will adopt the good concepts in rust and it will turn in to more of a pattern
@giovanni_rbn
@giovanni_rbn 2 ай бұрын
Now try c
@WebSurfingIsMyPastime
@WebSurfingIsMyPastime Ай бұрын
Great content bro!
@thad33
@thad33 2 ай бұрын
You are a master in coding
@egor.okhterov
@egor.okhterov 2 ай бұрын
I dare you to make a video on one of the consensus algorithms 😅 For example, Paxos or Raft :) Then consistent hashing. Distributed transactions, 2-way, 3-way commits, saga pattern. Jitterred retry to avoid thundering herd problems. Rate limiting using token buckets. Short circuiting. ...
@d3vilscry666
@d3vilscry666 2 ай бұрын
Very informative. Wow.
@user-ub2hn5rk8x
@user-ub2hn5rk8x 2 ай бұрын
Please make more videos like this one 🙏
@compilejs110
@compilejs110 2 ай бұрын
Can you give more examples of pattern? I really like the way you explain webhooks.
@shallanrambaran7090
@shallanrambaran7090 2 ай бұрын
Yes, this is usually the first thing a programming lecturer informs you about - that as you learn different languages you will eventually reach the conclusion that patterns do exist and thereby upon this realization you will find that learning other languages do get easier and faster. It is also noteworthy to mention that there are many books regarding design patterns whereby the concepts of the general patterns you mentioned actually borrow from system design patterns (e.g. Observer pattern in OOP, pub-sub 'publisher-subscriber' pattern in distributed systems). It is for this reason that different programming languages fundamentally share these 'common' patterns simply because these patterns are in fact well documented (and in great detail). Happy learning everyone!
@harshnaik6989
@harshnaik6989 2 ай бұрын
which books need to learn to get overview patterns ? please suggest sources
@sylvereleipertz955
@sylvereleipertz955 2 ай бұрын
You just described experience
@aminhlel7241
@aminhlel7241 2 ай бұрын
nate can you mention please resources to learn those ? thanks ^^
@shrirambm9527
@shrirambm9527 2 ай бұрын
7:15 I agree with you bro
@agoogleuser2942
@agoogleuser2942 2 ай бұрын
Bro more on the patterns you mentioned please.
@TheLummen.
@TheLummen. 2 ай бұрын
You have done some recreational stuff... ! Opened that third eye. I trust you.
@The-Untitled-One
@The-Untitled-One 2 ай бұрын
Your video is not long enough. Talk more about these patterns please. This literally opened my mind on what programming language should I use for a specific project and WHY I should use it. Also this video can be a "great divider" - to divide people into two categories: A Junior Software Developer/Networker/Engineer and a Senior Software Developer/Networker/Engineer.
@natescode
@natescode 2 ай бұрын
There are tons of blogs and resources on design patterns.
@flatmapper
@flatmapper 2 ай бұрын
What Neetcode Pro includes besides free content? I mind buying it but have no clue what’s inside it
@adrian333dev
@adrian333dev 2 ай бұрын
Awesome courses! I had one year subscription, which recently ended, and It was definitely worth it.
@NeetCodeIO
@NeetCodeIO 2 ай бұрын
All of the courses and pro coding problems. Will be adding at least 4 more courses this year and more coding problems this year.
@hellowill
@hellowill 2 ай бұрын
Yeah it's cringe when people say they know 5 programming languages as if that's like learning a real language. Programming languages are just tools we use. Engineering is more about general problem solving. Writing code is the easy part. It's also why I say AI isn't a threat; it's just going to improve/speed up the writing code part.
@disidentehun
@disidentehun 2 ай бұрын
This was a great video. Thank you so much for that. I'm a junior developer and struggling to just keep learning new languages, but after watching this, I think I should focus on learning about patterns instead of new languages. Where can I find material about this? Can you help me?
@aspiesoft
@aspiesoft 2 ай бұрын
I see 2 patterns: 0 and 1 the thing that generally annoys me about people obsessing over strong vs dynamic types, is that at the end of the day, all that's being stored is 0s and 1s. The physical hard drive doesn't care about data types. While you can use prefixes to represent a data type in the hard drive, and it is helpful when programing to know what kind of data you are dealing with, it's still just being stored as 0s and 1s. It's also being sent over the internet as 0s and 1s. at the end of the day, the client using the website doesn't care whether I used javascript, python, or c++, as long as the content loads fast enough from their perspective and looks good. This is also why I'm starting to spend more time with learning front-end development, because that's what the user will actually see and care about. That and AI will probably have the advantage on taking back-end jobs, compared to front-end jobs where creative design has an advantage.
@calmhorizons
@calmhorizons 2 ай бұрын
Is this bad satire?
@roccociccone597
@roccociccone597 2 ай бұрын
I’d say it’s still good to know the oddities of each language you use and also learn how to write the code according to the conventions. Don’t write Go as if it was Typescript and vice versa.
@anasouardini
@anasouardini 2 ай бұрын
IDK why, but I feel like static types are way effective at preventing me from silly mistakes than dynamic ones!
@calmhorizons
@calmhorizons 2 ай бұрын
It's no coincidence. Strong, static typing means things have to be well defined when the program compiles - it is quite literally a barrier to many silly mistakes that human brains are prone to make. I write most of my code in C# or SQL for work, but occasionally I have to use Python. And much as I love its simplicity for a quick script, building anything large or complex in it is poison to me. So many silly bugs that you have no chance of spotting without a lot of tedious testing. Strongly Typed for life. :D
@nang88
@nang88 2 ай бұрын
Too good Mr neet
@deez6005
@deez6005 2 ай бұрын
Excellent video 😊
@andreas_tech
@andreas_tech 2 ай бұрын
Hi, Could you make a Cheat sheet Overview of this? Thanks
@JayShah910
@JayShah910 2 ай бұрын
Anyone know a book that covers these topics or courses?
@pasinduvinsuka
@pasinduvinsuka 2 ай бұрын
This is soooo truee 💯💯
@T1Oracle
@T1Oracle 2 ай бұрын
In the MBTI this is intuitive vs sensing. Intuitive personalities zero in on patterns. Sensing personalities absorb and analyze details. The clash between the two can be frustrating. When I see the pattern, I don't want to go over every last detail. That's how I learned over 30 programming languages. I stopped worrying about the details and now I can make usable software in so many different technologies. Sure, a code review may have 1000 nitpicks (if it's something I'm less experienced with), but the end user is never going to care about those.
@henrynguyen911
@henrynguyen911 2 ай бұрын
this is a banger of a CS vid
@ShivamSharma-dq4pu
@ShivamSharma-dq4pu 2 ай бұрын
is there any course r courses on udemy to earn this
@aritzolaba
@aritzolaba 2 ай бұрын
This is the best advise someone could give you relating web dev and also the most difficult one to achieve. Just let experience work for you: be patient and have this main idea always in mind and keep going. You won't get a third eye though :p
@Leo-lk4jc
@Leo-lk4jc 2 ай бұрын
he is literally me as a older version
@Felix-og7pd
@Felix-og7pd Ай бұрын
webhook pattern gRPC(protobut) vs JSON | static vs dynamic
@nathanhedglin931
@nathanhedglin931 Ай бұрын
THIS! This is why I don't care if I don't know X technology. I can pick it up very quickly once I understand the fundamental concepts that tool uses.
@Nonsense116
@Nonsense116 2 ай бұрын
"A linter such as typescript" THANK YOU
@yashdesai8372
@yashdesai8372 2 ай бұрын
You can define schema in MongoDB as well
@yami_curr
@yami_curr 2 ай бұрын
and how do I have to learn patterns?
@chaudiep8274
@chaudiep8274 2 ай бұрын
i'm a fresher data analyst and just know SQL and Python. I solve coding problems by imagination and don't know if this method is seen as "pattern" that he said. I really want to understand what's exactly "pattern" but cannot get what he said since i have no idea of other programming languages.
@nan5715
@nan5715 Ай бұрын
Can’t memorize anything either but the big picture concepts help you find the way and you can google the crap out of syntax and tools.
@mj2068
@mj2068 2 ай бұрын
few truer words ever been said
@jsonslim
@jsonslim Ай бұрын
2:00 a linter such as Typescript?
@bhavyasingh5234
@bhavyasingh5234 2 ай бұрын
Naviiiiiii!!!!!! You are the best!
@NeetCodeIO
@NeetCodeIO 2 ай бұрын
Appreciate it! :)
@bhavyasingh5234
@bhavyasingh5234 2 ай бұрын
@@NeetCodeIO o my god you replied. I am just binge watching all your videos. Bought the neetcode pro today as well. This is like one stop shop for all you need and you don’t have to look anywhere else. Currently streaming tcp/udp system design course in my bed time. Haha! I really appreciate the good work you are doing. Thank you!
@PieterWigboldus
@PieterWigboldus 2 ай бұрын
JavaScript, it is not a bug, it is a feature you have to know, then you can work with it. Knowing quirks of the language is the most important to prevent unexpected results
@dimii27
@dimii27 Ай бұрын
Plato's theory of ideas and allegory of the cave goes well with this video
@aben6717
@aben6717 2 ай бұрын
Thanks!
@ally2502
@ally2502 2 ай бұрын
You earned new sub 👷
@chillsjiujitsu
@chillsjiujitsu 2 ай бұрын
Any good books on the subject that you recommend??
@egor.okhterov
@egor.okhterov 2 ай бұрын
Head First Design Patterns
@mrdeadrim310
@mrdeadrim310 2 ай бұрын
It work for biggener's, if you are working on advance language,you scratch your head especially if the code refracted.
@marcuswaterloo
@marcuswaterloo 2 ай бұрын
Yes Type JSON
@thad33
@thad33 2 ай бұрын
The best
@ObaidKnight
@ObaidKnight 2 ай бұрын
You should become a philosopher, good stuff
Score After Flipping Matrix - Leetcode 861 - Python
22:30
NeetCodeIO
Рет қаралды 6 М.
20 System Design Concepts Explained in 10 Minutes
11:41
NeetCode
Рет қаралды 832 М.
ISSEI funny story😂😂😂Strange World | Magic Lips💋
00:36
ISSEI / いっせい
Рет қаралды 108 МЛН
Зу-зу Күлпәш. Стоп. (1-бөлім)
52:33
ASTANATV Movie
Рет қаралды 730 М.
I Quit Amazon after 2 Months | Reaction
29:29
NeetCodeIO
Рет қаралды 64 М.
8 Design Patterns EVERY Developer Should Know
9:47
NeetCode
Рет қаралды 972 М.
Programmers in 2024 have no Deep Knowledge
8:38
NeetCodeIO
Рет қаралды 131 М.
Do NOT do this when learning to code
6:44
The Tech Dad
Рет қаралды 6 М.
GPT-4o Is Here And Wow It’s Good
16:57
AI For Humans
Рет қаралды 2,3 М.
New GPT-4o VS GPT-4 - Ultimate Test (Prompts Included)
13:52
Skill Leap AI
Рет қаралды 5 М.
Creators of Devin AI are genius competitive programmers?
20:23
NeetCodeIO
Рет қаралды 149 М.
How Senior Programmers ACTUALLY Write Code
13:37
Healthy Software Developer
Рет қаралды 1,3 МЛН
Projects Every Programmer Should Try
16:58
ThePrimeTime
Рет қаралды 327 М.
ISSEI funny story😂😂😂Strange World | Magic Lips💋
00:36
ISSEI / いっせい
Рет қаралды 108 МЛН