+ compound knowledge + curiosity + active search of technologies + questions => go deeper + what problems solve in an interesting way
@nandomax33 жыл бұрын
In my company I can spend some hours of the week studying. They asked me if I could meet with the interns weekly and share useful knowledge and help them. I found out I'm the one learning the most, it's super fun reading through the docs and preparing those meetings. Last week I spoke about rest, this week we will talk about java streams, predicates and bipredicates
@elijahangelo52563 жыл бұрын
You all probably dont give a shit but does someone know of a way to log back into an instagram account..? I stupidly lost the password. I would love any tricks you can offer me!
@nandomax33 жыл бұрын
@@elijahangelo5256 Just click on recover your password
@SecAllTheWay3 жыл бұрын
agree with you totally - “compound interest of your accumulated knowledge n mish mash of your own interest to seek”
@amoldalwai39613 жыл бұрын
5:33 is what I call "going down the rabbit hole " you are never coming back from that ,there are always more questions to find out from the answer we just got
@JenilCalcuttawala3 жыл бұрын
Interest beats everything else...!
@ssengalanto85863 жыл бұрын
this a perfect example of Aristotle’s quote: The More You Know The More You Realize You Don't Know
@BDGKruger3 жыл бұрын
I was a c programmer for 15 years and ones I new c I didn’t bother to learn anything new because I didn’t need to. In 2018 I started as a Java programmer so I needed to start learning OO concepts, patterns, web services, Spring Framework, docker, Kubernetes. So one thing leads to another.
@ewdlop13 жыл бұрын
@Nick K not 15 years ago for sure.
@ludawig_3 жыл бұрын
With basic knowledge (e.g. JS, HTML, CSS) , I prefer the top down approach. I start with a framework like React, Vue, Laravel, Express. So I can deliver working results pretty fast. After that, to get on an expert level (if I need/want it) the question is, how does it work or how to build it on my own. Most of the time, I can't start from scratch. A customer says, I want x, y, z ... so I have to deliver asap, if I want the job. But I agree with Hussein, basically you should know what you do and why.
@dennysam8293 жыл бұрын
The fact that you can get away with learning something as high level as Django is true from my personal experience. We used to work on Django projects which never had to scale up a lot. But one application was an exception and when we had to scale it up we didn't know where the bottleneck was. It took us a lot of time to get to the bottom of the issue and it was one hell of (learning) ride.
@rajatsharma53603 жыл бұрын
Keep up the good work man... Really like your style of breaking down hard topics in simple relatable language.
@anitsingh93733 жыл бұрын
I think I subscribed your channel like a year ago and started watching your videos only recently and I feel like you're a perfect mentor.
@modhill46903 жыл бұрын
Man, can I say I love you (no homo) , you are God sent. I just discovered you on youtube, and you are asking the same questions in my head. Our beginnings are very similar I and I could've been you in an alternative universe. Thanks for the videos and thanks for the effort.
@hnasr3 жыл бұрын
Sending love back ❤️
@slaltemus3 жыл бұрын
I was the same and I found I surround myself with people who love technologies in software development and I do love it as well and I never got tired of learning as well so for me it was about surrounding yourself with like people and following developer trends. I also love teaching our younger employees and debate ideas with our experienced developers and I love when they challenge me it makes me learn more and then I find myself teaching and debating what I learned from that challenge and then the cycle repeats. The internet is a wonderful thing full of so much information if you want to learn. I do watch trends what popular to at least have basic knowledge of what’s new but you need to be selective or you will be overwhelmed. Your right understand the fundamentals well the rest is icing.
@peco32213 жыл бұрын
This always happens to me 😂 I follow the rabbit hole and just end up with more questions lol
@cringeworthybears55003 жыл бұрын
I related deeply to ~13:00 where you talk about how people won't let you solidify building blocks of learning to start because there is one minor caveat out there
@hnasr3 жыл бұрын
Right? It gets really frustrating and you won’t progress
@pslamba3 жыл бұрын
Compound interest of your own knowledge! Well said!
@elmehdisaniss27313 жыл бұрын
My curiousity bringed me to you and I considere your channel the number 1 for the knowledge I seek.
@dd-px6qh3 жыл бұрын
That's why I am keeping my TODO list on a comfortable key binding so every time, while I am reading something, I can easily pop it up and write down all the stuff I need to further research.
@ishmeetbindra54283 жыл бұрын
While watching this video I got to know so many topics I need to explore🤣
@SujaiSD3 жыл бұрын
I had been asked similar questions in the past and even now. Here are a few reasons I noticed from my experiences. Curiosity it the core. - I read frequently. Atleast one article a day. I follow the tools, frameworks and languages I use and try to understand why they do and how others do it. The history is important. I look to solve problems even when I am not the one delivering it. Try to search for domain solutions and technical approaches over a long period. The above helped me over a period of time.
@adelhishem13 жыл бұрын
Thanks for sharing Hussein, your content is so valuable.
@hnasr3 жыл бұрын
❤️❤️ thanks Adel!
@meny0543 жыл бұрын
I think that the answer is curiosity, it's not about how to do it, but is about who you are. If you are a guy that wants to solve your problem at this moment (the project you are working on) you never know too much, but if you see some technology, even if you are not working now on a similar solution now, you still investigate it because you have a passion to know. Later this technology will come up when you do need it personally, I prefer looking at a technical movie on youtube instead of a Hollywood movie. This is the only way I think there is to know so much. This means that if you want to know much, you need to live like this, and if you don't, don't expect to know too much Hussein, what do you think?
@vonbayernDE3 жыл бұрын
At one stage i read cambridge a level comp science book. Then i feel satisfied. Now i can connect between 1/0 of electronic to IT.
@vadimgoldenko68433 жыл бұрын
Hey Hussein :) You are talking about the diving deeper and deeper vertically to know "how things are work". But the main question here is: what is your motivation to know that things? Why all of those things are make you to ask more questions one by one? Thanks for your effort )
@autohmae3 жыл бұрын
15:30 yes, maybe (!) Old WiFi protocols and older mobile data protocols and GSM, SIM cards, etc. So, please, please, please use TLS for everything, that makes things a lot safer. Recommendation on something you'd want to know: latency of the different systems. And how 5G has 2 modes.
@pablourbanohernandezvizcarra Жыл бұрын
I remember when I learn Kafka and have a problem with the acknowledgment in the consumers, well I ask me how works the acknowledgment and I discovery that works with algorithms and I start to learn about Two Commit, Raft and Paxos algorithms.
@palaniappanrm62773 жыл бұрын
You have inspired me in many ways. Thanks a lot.
@hnasr3 жыл бұрын
My pleasure 😊 thanks!
@ayushagarwal42473 жыл бұрын
can you please list some "first principles" that one should focus on?
@saeedalobidi41953 жыл бұрын
Plz Hussein we want software architecture pattern tutorial Thank u
@abhishek-agarwal3 жыл бұрын
Hey Hussein, great video once again. Have you ever discussed the internal working of TRUNCATE in one of your videos? Really curious about it.
@hnasr3 жыл бұрын
Good idea 💡
@tabrizatayi3 жыл бұрын
You motivate me to learn more. Thanks:)
@vaibhavmaurya1973 жыл бұрын
Bro can u add subtitles also if possible. I want to suggest ur channel to others and they are just okay in English.
@CyberAbyss0073 жыл бұрын
Thanks for the video! Good timing. I just picked up a new project at work yesterday and I have a ton to learn an application related to PCI compliance and Treasury really quick. LOL I have to learn Angular, Kendo UI Grid and NodeJS that got wrapped in to a C# project. OMG. Vendor quit or was fired and I'm picking up the code base. No pressure, right?
@nandomax33 жыл бұрын
No pressure
@mosup50073 жыл бұрын
Thank you for this advice ❤️
@vonbayernDE3 жыл бұрын
Some ppl like to use complicated jargon/concept to show off that he is clever. And when you ask further, he is angry. Avoid this people. And the best part, when you try to explain with simple concept, he interrupts the conversation(he wasnt part of the discussion). If you meet this ppl, dont ask anything. It will demotivate you.
@parasmaniseth78733 жыл бұрын
See...in short... curiosity to know stuff increases your knowledge base End of discussion
@Dontcaredidntask-q9m3 жыл бұрын
The answer is: time
@Muaddibkhan3 жыл бұрын
Great chat 👍
@supersu61383 жыл бұрын
Breaking the abstraction that's what you meant
@NH-ly7zc3 жыл бұрын
The content of your videos are extremely helpful! If i could suggest condensing them into shorter, more concise videos that would be great! This is an example of a video that could have been summarized in much less time. I find the AMOUNT of content to consume staggering and a lot of videos tend to waste more time than is necessary. Sometimes text is much easier to navigate as you can at a glance discern what is more important and ignore the fluff but with videos this is much more difficult
@fuadnafiz983 жыл бұрын
This is why I want to move abroad :)
@valencefredrick74953 жыл бұрын
Hi Hussein, Can you suggest me a resource where I will learn computer architecture and organization that explains staffs in common words and with good flow from the atomic basics to advanced concepts?
@aakarshan46442 жыл бұрын
is OReilly subscription useful in upskilling?
@shredder_plays3 жыл бұрын
How do you manage your office work and learning stuff
@testtest92733 жыл бұрын
Some times god led you to the end of the road , you thought this is the end and you will fall down , but be sure he will catch you , or he will tech you how to fly ❤️
@ijaz20203 жыл бұрын
5:56 then I will forget that and search for answers for new questions
@ajaybhagchandani33073 жыл бұрын
16:03 WTF, I know django, I work as a Django Developer for 2 years now, but I never had a hands-on flask.. Am I a bad engineer now? 😂🤭🤭
@MrRicharddaniel3 жыл бұрын
Thank you so much
@zamiramiri47843 жыл бұрын
and don't be like me who learn whole CCNA topics just for cloud and cloud subnetting 😐
@sanjarcode3 жыл бұрын
"What I cannot create, I do not understand"? - Richard Feynman PS: aether does not exist 🙃
@indrajeetgour3 жыл бұрын
we long your long video #Hussein do not be sorry for that
@neuron81863 жыл бұрын
15 years of experience
@hanzladev3 жыл бұрын
yar ap urdu ni bolty? my beloved bro do you speak urdu? if so please create Playlist for Pakistan and indians too
@conspirisi3 жыл бұрын
is the answer Musashi? :-)
@mohammadmohammadalian26113 жыл бұрын
this is your 555th video.
@emanwamda44463 жыл бұрын
بالأحرى
@youcannotsaypopandforgetth76093 жыл бұрын
"IPFS ON BLUETOOTH" 😂
@shredder_plays3 жыл бұрын
Check out coding tech KZbin channel and thank me later