3 Developer Roadmaps That Actually Work

  Рет қаралды 421,454

Sahil & Sarra

Sahil & Sarra

Жыл бұрын

1. How to learn coding?
2. How to learn Python?
3. How to learn Web Development?
4. How to learn Java?
5. How to crack coding interviews?
6. How to learn Math for Programming?
7. How to use Leetcode efficiently?
I will answer all these questions in this video.
► FREE resources:
1. Python Roadmap: • FASTEST Way to Learn C...
2. Java Roadmap: • How I would learn to c...
3. Web Development Roadmap: • FASTEST Way to Learn W...
4. DSA Roadmap: • How I mastered Data St...
5. Math Skills: • 5 Math Skills Every Pr...
6. Free Math Course: • Lec 1 | MIT 6.042J Mat...
7. Leetcode Roadmap: • I solved 541 Leetcode ...
► For more content like this, subscribe to our channel: / powercouple26
► Follow us on Linkedin:
/ gabag26
/ sarrabounouh
► Let's be FRIENDS! / power_couple26
► For business inquiries, reach us on: powercouplejourney@gmail.com
#coding #python #javascript #java #webdevelopment
DISCLAIMER: All opinions shared on this channel are our own and don't express views or opinions of our employers. We only use our experiences and public knowledge to make our content. NO CONFIDENTIAL INFORMATION of our employers is used or shared on this channel. This is not a Professional Coaching channel, it only highlights the public resources that have worked for our careers.

Пікірлер: 454
@samuelchinonsoarchibong1477
@samuelchinonsoarchibong1477 Жыл бұрын
I love your analysis because you are right. I can build a web app using django [traditional and rest], i know javascript [react, vue, angula] but I struggle to solve code challenges. Now I am learning java and its like my brain has been open to solving problems and writing optimized codes. Thank you for sharing!
@sahilandsarra
@sahilandsarra Жыл бұрын
Good luck Samuel 👍
@mayurkukade8902
@mayurkukade8902 Ай бұрын
same i am doing right now
@satendrabais2806
@satendrabais2806 Жыл бұрын
Sir you are a blessing for people like us.. Who are starting. Please make a video regarding App development roadmap.. Describing each aspect as discussed in this video including skills dsa and maths level. Please🙏
@hanumantshinde5652
@hanumantshinde5652 9 ай бұрын
The BEST video for beginners it gives you everything you need to start. I have gone through lot of videos but all confusing and was nt able to understand basics of data project. Thanks a lot man.
@naveen12
@naveen12 Жыл бұрын
His entire youtube playlist summed up in one video! Haven't missed any of your video, it is always exciting for me to see your videos.. Thank you Sahil!
@MeisaCarrotFarm
@MeisaCarrotFarm Жыл бұрын
Your words are actually true. I failed my C programming subjects because on my first year I’m not practicing enough and just trying to find motivation. After I talk to my consultant professor on my studies. I stopped asking for motivations and solving code problems from my professor as much as possible without any complain. I do it enough that I can’t sleep without thinking about code before bed. Today I passed my midterm and I would say I feel 200% different from the that day when I’m on my first year. Certainly I’ll practice more and more. My time with solving problems are the key for me.
@sahilandsarra
@sahilandsarra Жыл бұрын
Seems like you’re making a great progress. Keep going. I wish you all the luck 👍
@piyaphummuetkhambong768
@piyaphummuetkhambong768 11 ай бұрын
เหมือนกันพี่ตอนผม ปี 1 เทอม 1 เกือบไม่รอด Python มิดเทอมเพราะติดเล่นไปหน่อย ตอนนี้กำลังจะปี 2 ผมคิดจะไปสาย Web Dev ตอนนี้ก็เรียน HTML, CSS, JS ไปก่อนเปิดเทอม
@MeisaCarrotFarm
@MeisaCarrotFarm 11 ай бұрын
@@piyaphummuetkhambong768 สู้ๆ เป็นกำลังใจให้
@user-ek6to2wf2u
@user-ek6to2wf2u 10 ай бұрын
Data structures are fundamental concepts in computer science that enable efficient organization and manipulation of data. They provide a way to store and manage data in memory, allowing for efficient searching, sorting, and retrieval of information. Here's an overview of data structures and their importance: Arrays: Arrays are a basic data structure that stores elements of the same type in contiguous memory locations. They offer constant-time access to elements and are useful for storing and retrieving data with known indices. Linked Lists: Linked lists consist of nodes connected by pointers, forming a chain-like structure. They provide dynamic memory allocation and efficient insertion and deletion of elements. Linked lists are suitable for scenarios where frequent insertions and deletions are required. Stacks: Stacks follow the Last-In-First-Out (LIFO) principle, where the last element added is the first one to be removed. They are commonly used for managing function calls, undo operations, and solving problems that involve a depth-first search. Queues: Queues follow the First-In-First-Out (FIFO) principle, where the first element added is the first one to be removed. They are used in scenarios such as scheduling, buffering, and handling requests in a sequential manner. Trees: Trees are hierarchical data structures consisting of nodes connected by edges. They offer efficient searching, insertion, and deletion operations. Common types of trees include binary trees, binary search trees, and AVL trees. Trees are useful for representing hierarchical relationships and are the foundation for more advanced data structures like heaps and decision trees. Graphs: Graphs are a collection of nodes (vertices) connected by edges. They are versatile data structures used to represent networks, relationships, and dependencies. Graphs enable efficient traversal algorithms, such as breadth-first search (BFS) and depth-first search (DFS). Hash Tables: Hash tables use a hash function to map keys to array indices, allowing for efficient retrieval, insertion, and deletion operations. They are used in scenarios that require fast key-value lookup, such as caching, indexing, and symbol tables. Now, regarding "gildware technologies," as mentioned earlier, the term "gildware" is not widely recognized in the software development field, and its importance is unclear. If you have any other topic or technology you'd like to discuss or if you can provide further clarification on "gildware technologies," please let me know, and I'll be happy to assist you accordingly.
@atultripathi9098
@atultripathi9098 Жыл бұрын
you also need to learn cloud like aws or azure.Full stack development also means learning a bit of devOps and maybe more. Unless you have them,the roadmap in this video will not guarantee that your resume raises eyebrows in all the companies you apply.
@jasonmurray8777
@jasonmurray8777 Жыл бұрын
I have been in IT, coding, or IT management for 25 years with a six-figure income for half of those and near 100% remote employment for most of the last 10 years. I have survived foremost on my adaptability and the ability to figure things out. As for skills it has been SQL, BI report writing, Data Visualization, Project Management, Windows Sys-Admin, Systems-Engineering, understanding the basic of networks, and research ability when I don't know that has kept me employed. Being able to understand what you are building in context of the larger system is a critical business analyst skill that gives you value to management beyond the ability to code. That said, DO THE WORK TO STAY RELEVENT AND NEVER REST ON YOUR LAURELS is perhaps the best thread of advice common throughout all your videos and that is why I subbed. That is the straight truth.
@AbdullahMuhammad-ks8rh
@AbdullahMuhammad-ks8rh 4 ай бұрын
Hi, i have 10+ years of experience, but from the last 6 years i worked in a company where i was mostly interacting with clients, transforming their problem to software solution and implement from developer, thats why i become behind in tech and coding, now company is closed, can you please advise me how to again learn new things, i am .net developer, and how much time it will take me, i am feeling very demotivated
@Jammal15
@Jammal15 11 ай бұрын
I agree, but, unfortunately, it’s very hard to predict what the companies wants and when they will change. Like, right now, they want SQL and Power BI in most of non experience Data jobs. Python or R doesn’t seems that much important now. But few years ago, when instead of dead, " data science " were sexy, they getting more demanding, even for beginners roles.
@varunpalsingh3822
@varunpalsingh3822 Жыл бұрын
Thanks sahil for your valuable advice, I'm consistent in programming because of you 👍
@aswinvignesh3985
@aswinvignesh3985 Жыл бұрын
added many videos from this channel to my playlist, i find at most everything is useful that is posted from the day i subscribed . And this is my 3rd comment to the channel ✌️ . Great work once again. Much needed clarity and motivation for me at this instance. Keep going ✌️
@sahilandsarra
@sahilandsarra Жыл бұрын
Thanks Aswin. 🙌
@nikhil7947
@nikhil7947 Жыл бұрын
Your videos are always knowledgeable bro without any unrealistic stufffs ,it motivate us to do more practice again thank a lot and keep it up 😀😀
@sahilandsarra
@sahilandsarra Жыл бұрын
Thanks Nikhil 🙏
@markornido
@markornido 10 ай бұрын
Seen 2 videos of yours, and I would say your know what you're saying, and laying the exact sequence for your audience, keep it up... thanks
@misterkhan8780
@misterkhan8780 Жыл бұрын
Sir you are really a caring person.. I needed a channel exactly like this.. Subscribed..
@janiskarasa3707
@janiskarasa3707 Жыл бұрын
short, dynamic and to the point. nice video. thank you!
@Rashik25
@Rashik25 9 ай бұрын
Clear and awesome advice ! Impressed ! Keep going sir !
@moddedlaker
@moddedlaker Ай бұрын
The way you deliver your words sir are superb..It was like you cracked the perfect algo on how to make tech people stick on the video until end. You have my sub!
@umarmuzammil7332
@umarmuzammil7332 Ай бұрын
I truly love your channel. Keep doing the best work. Such creative videos you’ve on this channel. Just subscribed! Officially the first viewer of any video on this channel. I’ve never witnessed such awesome editing as this one. Following your channel from the last two years, interesting content! You’re working so hard, may all your wishes come true. Congratulations on your first 10K followers, may you reach 100K soon. Whoever is reading this, never give up. God is with you. When watching your videos, I accidentally hit ‘like’ and never knew when. The moment you came here is at 05:17. Love this video, I think I’ve watched it four times.
@divakerbhardwaj9386
@divakerbhardwaj9386 Жыл бұрын
You are the best and actually a true leader ! Much appreciated brother, can’t wait for more!
@sahilandsarra
@sahilandsarra Жыл бұрын
Thanks Divaker! 🙏
@alviahmed7388
@alviahmed7388 Жыл бұрын
IKR? His videos have substance. This is the best word i can think of when describin Sahil's channel. No BS, no vague motivational crap. Just pure useful and real advice. Love it
@vansan3211
@vansan3211 4 ай бұрын
Such valuable information. Subscribed! I’ve stumbled upon other videos of yours and your style is what motivates me most. Funny enough, I started listen to the atomic habits audiobook just a few weeks ago. Need to get back on that. The hardest part with me for habits is that I currently work in the airline industry and have zero consistency in my day or schedule. It makes it much more challenging to develop a habit of any kind. I feel motivated to do this, though, so I’m sure I can figure something out.
@continuousself-improvement1879
@continuousself-improvement1879 Жыл бұрын
Thanks for having no long-winded intros and music and just get straight to what people came for.
@iamyadavdeepak
@iamyadavdeepak Жыл бұрын
Sir I would request you to upload videos on daily basis because your videos are goldmines ❤️
@ravikiranjk3991
@ravikiranjk3991 5 ай бұрын
The best Guidance I ever seen❤.Thank you Sir😊
@kiran_leo_8067
@kiran_leo_8067 3 ай бұрын
I loved your video because of the confidence and the style you deliver the correct in detailed content, u mention everything which comes to our mind when we see ur video and u explain that as well. I'm looking to implement all the necessary steps you have given to learn about Very very thankful to you my brother,no one is there to help me to give the correct directions and to advise the mistakes in learning Grateful for this video as well as for your yt channel❤
@Badalkumar-ht6wn
@Badalkumar-ht6wn Жыл бұрын
Brother I love your content can you provide some resources for flutter devloper and does one have to start web dev or app development
@Pratham_chavan123
@Pratham_chavan123 Жыл бұрын
The much needed video , as I have my placements in 5 months , thanks ❤dude!!
@sahilandsarra
@sahilandsarra Жыл бұрын
Good luck 👍❤️
@jeanyki5052
@jeanyki5052 Жыл бұрын
we talk about these interviews and they require DSA, can someone explain how you land those interviews?is it like every year like an annual thing or do they post on their websites(which website say for google?) or is there any other way?
@sanjunandi1627
@sanjunandi1627 Жыл бұрын
I really like your attitude sir, at first glance ur expressions seem like ignorant to others but your words say something totally opposite, thanks for these videos , started my journey with Python though I am from Arts background. 🙏
@sahilandsarra
@sahilandsarra Жыл бұрын
Good luck Sanju 👍
@ShivamSharma-us9hh
@ShivamSharma-us9hh 7 ай бұрын
Sanju bhai arts stream wale ho hard hain kya ye sab tum bca se ho ya b. Tech
@NoName-im9rp
@NoName-im9rp Жыл бұрын
hey sahil what to do after learning java do dsa or web development please tell love your content ❤️❤️
@aghamali4236
@aghamali4236 Жыл бұрын
Sir, Very Informative Video Thank You. 👍
@aaravkumar1308
@aaravkumar1308 Жыл бұрын
Wonderful delivery of knowledge sir 🙏🙏 Such a beautiful flow of talent
@sahilandsarra
@sahilandsarra Жыл бұрын
Thanks Aarav! 🙏
@aaravkumar1308
@aaravkumar1308 Жыл бұрын
@@sahilandsarra 🙏🙏thanks sir
@jassisingh7644
@jassisingh7644 Жыл бұрын
Really good videos and amazing attitude. I am manual tester and want to learn automation using c#. Can you suggest road map to learn c#?
@martinabeita8852
@martinabeita8852 Жыл бұрын
Can you suggest me some resources , actually i am struggling with choosing problem specific language and i am very much eager to learn to how to choose a language depending on the problem , as you said in the backend part people mostly go with nodejs or python , then why not Java again in some specific web app people go with Ruby on rails ... Please share me some resources so that I can independently choose a specific language according to a specific app without relying on vlogs and videos what and what not to use ... It will be very helpful for me 🙏 and i love your content so much i have learnt a lot from you ❤️
@Basit.
@Basit. Жыл бұрын
Such a great deep thoughts video really appreciated explaining things in a very simplest way One recommendation from you please. I started coding with C++ first basics then OOP and then DS. Can you recommend me now which pathway should i go?
@Basit.
@Basit. Жыл бұрын
Kindly Reply it please
@someoneyoushouldstayawayfr3790
@someoneyoushouldstayawayfr3790 Жыл бұрын
Thank you ✨this cleared some doubts i had for months
@sahilandsarra
@sahilandsarra Жыл бұрын
Thanks 👍
@keziakandii
@keziakandii 8 ай бұрын
I haven’t done freelancing yet because I am overthinking how I will give them their website. Do I deploy it myself or give them the files??
@sunilshekhawat5422
@sunilshekhawat5422 Жыл бұрын
Sir what's your thoughts on dev ops engineer.?? And also on cloud associative ?? . Please give your valuable reply . So other can also see this thing 😃😃
@Martialarts7700
@Martialarts7700 Жыл бұрын
I like this sharing keep going practice is crucial and so important to success thanks
@sebastiangrandes
@sebastiangrandes 4 ай бұрын
Great video !. I'm not sure whether to continue down the path of web development or Java. I've started learning the former, but I would like to have more opportunities to advance and perhaps be like you one day, and from what I see, I could achieve that with Java. However, I'm afraid I won't be able to find a job in my country, Peru... I don't know if anyone would want to hire me having learned Java on my own, but in web development, I think it's possible.
@Mourne84
@Mourne84 10 ай бұрын
This helps man, thanks! 😊
@someoneyoushouldstayawayfr3790
@someoneyoushouldstayawayfr3790 Жыл бұрын
Also i would like to ask does our education marks have impact in getting the job opportunities? Asking cause I have in one education course below 60%.
@habibalnoman845
@habibalnoman845 Жыл бұрын
Happy to see your video. I Always wait for your video.
@sahilandsarra
@sahilandsarra Жыл бұрын
Thanks Habib 🙏
@yadugirin2564
@yadugirin2564 3 ай бұрын
can you please share your thoughts on devops ? any such kind of road map or how to get started with
@gokulv8728
@gokulv8728 8 ай бұрын
This is the exact video i want now i found it Thank you so much for give clear cut information i need , i am very great full for watched the videos🙏🙏
@sahilandsarra
@sahilandsarra 8 ай бұрын
Thanks 🙏
@razafatma9830
@razafatma9830 Жыл бұрын
Hey man can you guide me where i can learn Ruby programming language. Any resources. Or course. It would be a great help.
@user-pu2zh5ky6e
@user-pu2zh5ky6e 11 ай бұрын
Everything is linked in your videos, I really appreciate that
@ansarishahid1113
@ansarishahid1113 8 ай бұрын
I requested you plzz make video for Software professionals who are already working and not able to decide where to move further.
@varunp309
@varunp309 Жыл бұрын
Sahil Bhai, How much concept should I cover in a day. Can u pls provide a time table that u follow it may helps a lot. I am not able to create a time table.
@Qiret_Alain
@Qiret_Alain 5 ай бұрын
The way You Explain Is Awesome,
@tezeratesema5179
@tezeratesema5179 Жыл бұрын
Ur approach is so wonderful .
@istiqueahmed3919
@istiqueahmed3919 5 ай бұрын
you are making path easy for future SWE . Thanks❤❤
@nithishm.r201
@nithishm.r201 11 ай бұрын
Is learning python and c++ at the same time simultaneously a good thing.Iam having both of them for my semester.can someone tell me
@datewithpythonlanguage8084
@datewithpythonlanguage8084 Жыл бұрын
sir, please tell me what I should become ui /ux developer or ai developer, which job is best for me, if I become ui or ux developer, are there possibilities that ai will take over my job?
@_pro_grammer_
@_pro_grammer_ Жыл бұрын
I saw every content you uploaded, your whole channel is great guideline, full learning path, it says all the true stuff. Continue like this💙 Your full channel is enough to guide a totally beginner. Hope your channel grows much more. Some how, I feel so inspired by these conttents. Now I'm getting better every day, its little but continuous 💙💙💙
@sahilandsarra
@sahilandsarra Жыл бұрын
That’s great to hear, Rafiul 👍
@EXPERIMENTSHOW.
@EXPERIMENTSHOW. 2 ай бұрын
thanx bro [ love you ] 😀
@letscodebuddy
@letscodebuddy Жыл бұрын
Just yesterday I went to prepare the road map of my own... Your suggestions and mine are perfectly same... By end of this video, I realised that I should have math knowledge. Let me put it on my road map. Thanks 😸
@sahilandsarra
@sahilandsarra Жыл бұрын
That’s great. Good luck 👍
@anynamez7048
@anynamez7048 Жыл бұрын
Which path are you choosing from 1:42 ?
@vaithegivy6647
@vaithegivy6647 9 ай бұрын
Is Java and DSA enough for getting a job dude??
@danushkhanna8982
@danushkhanna8982 Жыл бұрын
FINALLY! Thanks a lot for the consideration, brother.
@sahilandsarra
@sahilandsarra Жыл бұрын
🙏
@KINGMODEOFFICIAL
@KINGMODEOFFICIAL 8 ай бұрын
I like the way he talks very calmly. The words seep into my brain.
@abdullahalnoman3263
@abdullahalnoman3263 Жыл бұрын
you're my inspiration , thanks a lot man
@yadugirin2564
@yadugirin2564 3 ай бұрын
hey man this guy is just a enlightenment, got some understanding of where i stand now thanks a lot sir
@manojvitharana6512
@manojvitharana6512 4 ай бұрын
Thank you for the excellent explanation.
@siddharthl.m3598
@siddharthl.m3598 Жыл бұрын
Can u also give some practical ways to learn coding in a easy and enjoyable way . And even what to do and not to while learning coding. Thanks in advance
@alifrazkhan124
@alifrazkhan124 7 ай бұрын
simply impressive
@sujalpanwar
@sujalpanwar 3 ай бұрын
but eventually you'll need great projects to get resume shortlisted, where you'll showcase your DSA skills, and for that web dev is also needed or maybe mobile dev, and DSA is must
@Naruto-kc8vz
@Naruto-kc8vz Жыл бұрын
I am a web developer who has 2 yrs experience in React JS. I have forgotten c++ and never studied python. Can I crack coding round in JavaScript. Is there a way I can get into machine learning/iot.
@kodidatascientist6978
@kodidatascientist6978 Жыл бұрын
you are awesome guy man & you are damn genuine..
@cuteanimals9775
@cuteanimals9775 8 ай бұрын
I'm bigginer what is the best choice for me take php laravel or node js ?
@venup6390
@venup6390 9 ай бұрын
Sharing your knowledge for our future is just ❤❤❤
@sahilandsarra
@sahilandsarra 9 ай бұрын
❤️❤️❤️
@saravaiyasagar9349
@saravaiyasagar9349 Жыл бұрын
I am doing job i want to do coding part time or like freelancing which one should i choose?
@souravkumar-yk5ns
@souravkumar-yk5ns 8 ай бұрын
Is there any company that requires both the skills of software engineer as well as a mechanical engineer.
@darshankumar5387
@darshankumar5387 Жыл бұрын
Sir I've learnt java+css+HTML+html5+oracle sql which types of jobs that i have to apply for?
@poojakhatri4426
@poojakhatri4426 Жыл бұрын
Hello there, I love watching your videos. I have a question though. So I have been giving interviews and solving leetcode problems in JavaScript as I have good command over JavaScript. Some people including one interviewer said that solving leetcode problem in Java will convince them more if job position requires Java as skill. Is that true? Thank you in advance.
@sahilandsarra
@sahilandsarra Жыл бұрын
If someone is looking for Java Developer specifically, they might make you code in Java. I have never had any problem using Python in my interviews.
@poojakhatri4426
@poojakhatri4426 Жыл бұрын
@@sahilandsarra Thank you for replying!
@RahulBhatia-py1iv
@RahulBhatia-py1iv 3 ай бұрын
I know all 3 languages java python javascript . Which path should i choose for full stack development Spring django mern . AND ALSO FOR DSA WHICH LANGUAGE PLZ HELP❤
@debangadutta4746
@debangadutta4746 11 ай бұрын
Sir, computer engineering study ke liye 11-12th maths ke Kaun kaunsa topic acche se Anna chahiye ?
@moviestrailers4215
@moviestrailers4215 10 ай бұрын
concerning the Back end part, there is also Java, PHP, C#, nodejs for javascript
@abdul_lite
@abdul_lite 10 ай бұрын
Can you tell me about scope for flutter. i am learning flutter since the application in my organization are developed with flutter.
@linabounou5461
@linabounou5461 Жыл бұрын
Wonderful ! Thank you 🤗👍
@sahilandsarra
@sahilandsarra Жыл бұрын
Thanks 🙏
@darshantawte7435
@darshantawte7435 Жыл бұрын
Can you make a video on topic about people who love coding but don't like web dev or app dev ? I love DSA and problem solving but development seems too intimidating to me , with all these technologies to learn it seems messed up.
@sumanamaggy1093
@sumanamaggy1093 8 ай бұрын
Same Did you find anything?
@darshantawte7435
@darshantawte7435 8 ай бұрын
@@sumanamaggy1093 You can get a tech job soley based on a programing language like C++/Java/pyton , DSA , Version control system , knowledge of Databases. I found Machine Learning and AI to be a fascinating subject hence learning and developing projects in this domain.
@vedparkashgaba5478
@vedparkashgaba5478 Жыл бұрын
Excellent nice video Thanks for sharing Good job
@sahilandsarra
@sahilandsarra Жыл бұрын
Thanks ❤️❤️❤️
@philjoseph3252
@philjoseph3252 6 ай бұрын
Guys I have learned Python and am perfecting my DSA skills while solving leetcide problems everyday, I am interested in Data Science and am eventually planning to learn it but I need a job first (have some financial issues), what is the easiest roadmap to a job for me? Willing to learn anything etc Django, Flask, Numpy, Pandas
@manoyal
@manoyal Жыл бұрын
Do you have any opinion on Game Programming? Learning C# / Unity, or C++ / Unreal ? Learning Graphics Library like OpenGL or DirectX for Graphics Programming, or also learning Physics programming?
@JayJay-wq1yg
@JayJay-wq1yg Жыл бұрын
C++ unreal is any day better but also hard on the other hand c# unity will be hands on if you’re novice!
@soumya1713
@soumya1713 Жыл бұрын
sir which ide u show in python coding video time ?
@A-TPavankumar
@A-TPavankumar 11 ай бұрын
Bro is it required to learn DSA and please tell me how they can help in the field of software
@trijay
@trijay 9 ай бұрын
8:05 lit 🔥 Please make video on freelancing consequences of an employee who is already been part of employer ...but not sure whether his /her employer allows him to do
@ssy648
@ssy648 9 ай бұрын
I'm interested in Golang do you think it's worth studying? My plans are learn java for solve problem and golang for work in future
@tanmayyguptaa
@tanmayyguptaa Жыл бұрын
Sir can you please tell how much JavaScript and CSS should I learn to move to frameworks like React and Tailwind CSS respectively.
@maverick5056
@maverick5056 Жыл бұрын
Make sure to complete all the basic css before moving to a css framework, also you should know JavaScript vanila properly(don't learn advanced stuff, functions, classes etc should suffice) then you can move tonthe respective frameworks.
@Vivek021e
@Vivek021e Жыл бұрын
Please make a video on data science and machine learning.
@AyoUb-ts3bh
@AyoUb-ts3bh 10 ай бұрын
Bro never breaks eye contact 🔥🔥🔥
@izainonline
@izainonline 3 ай бұрын
After JavaScripts which is more better Express or React please guide
@motaali5205
@motaali5205 9 ай бұрын
may i know how old were you when you start coding? thanks for this informative content
@datewithpythonlanguage8084
@datewithpythonlanguage8084 Жыл бұрын
thanks for your great motivation !
@sahilandsarra
@sahilandsarra Жыл бұрын
I’m glad you liked it 🙏
@ego-lay_atman-bay
@ego-lay_atman-bay Жыл бұрын
I actually learned python and front end web development (no frameworks) just from google. I actually didn't follow video tutorials when learning the languages, instead, I gave myself a project, and used google to figure out how to make it. I don't necessarily like video tutorials, because most of the time, they spend way too much time explaining the basic stuff. I like articles more, because I can just skip to the code, read it, figure out what it's doing and decide if it's what I'm looking for.
@yokoso2386
@yokoso2386 Жыл бұрын
it may be the great learning methods bro, and i think i use wrong learningg methods such as downloaded 400 youtube tutorials video and learn from there over 4 months, now decided to slicing ui design with html css and just confused, now building zero portofolio so how abput your learning methods does it works well for you?
@ego-lay_atman-bay
@ego-lay_atman-bay Жыл бұрын
@@yokoso2386 mine works pretty well for me, because I'm not waisting time on tutorials that I'll forget immediately. Sometimes it does take googling the same thing a lot to get it to stick though.
@yokoso2386
@yokoso2386 Жыл бұрын
@@ego-lay_atman-bay yeah absolutly right based on experience, btw can you give me some tips/understanding on how to search on google based on you experience? frequently when i want to search on google but dont know what to search and how to search for the right solution
@ego-lay_atman-bay
@ego-lay_atman-bay Жыл бұрын
@@yokoso2386 whenever I want to know what something does, I search for that thing and include the language after, e.g. "for loop Python". If I want to know how to do something, but I don't know the function, I search that, e.g. "how to create tkinter window". Usually when you include a package (module, library) name, you don't need to include the language.
@darkerthansuede2439
@darkerthansuede2439 Жыл бұрын
That's great. I think everyone has been sucked into visual learning forgetting that it's an easy way to get into tutorial hell.
@surrealsoupuniverse
@surrealsoupuniverse 6 ай бұрын
I have almost 3 years exp in react, i am learning java now , my goal is to become a java/react fullstack dev. Is it a good path?
@deepakdevaraj7967
@deepakdevaraj7967 Жыл бұрын
Hi good work Brother. Can you do video for software testing too. Thanks in advance
@ibrahimkamuhangira7476
@ibrahimkamuhangira7476 Жыл бұрын
Its good to know there are youtubers who tell the truth and help others who have challenges
@BAMBAMBAMBAMBAM-
@BAMBAMBAMBAMBAM- Жыл бұрын
Ok true i have stress tested your content, i just wish you were a tad bit more considerate about how your voice EQ sound on mobile devices with screamy speaker, anyways this is great content and i subbed 👍
@sahilandsarra
@sahilandsarra Жыл бұрын
Thanks for your feedback.
@vann-dev
@vann-dev Жыл бұрын
Thanks for sharing.
@sahilandsarra
@sahilandsarra Жыл бұрын
Thanks 🙏
@lp26197
@lp26197 Жыл бұрын
A question, please, will the front-end field remain in demand or not, and what do you advise me to do? Thank you
@sahilandsarra
@sahilandsarra Жыл бұрын
I already covered it in video.
@slaveof786
@slaveof786 Жыл бұрын
Hi I am a self taught learner also. Can you suggest the best resources for front end too because I have heard that many good programmers face difficulties in front end side. TIA
@sahilandsarra
@sahilandsarra Жыл бұрын
I have already made a video on this topic.
@krishmodi4631
@krishmodi4631 10 ай бұрын
Sir can a Commerce student do Programming as side hustle(like for 2hr/day) and become job ready for it?
How I would learn to code in 2023 (If I could start over)
8:53
Sahil & Sarra
Рет қаралды 735 М.
Fastest way to become a Web Developer in 2024
9:47
Sahil & Sarra
Рет қаралды 380 М.
Каха сел на диету
00:53
К-Media
Рет қаралды 11 МЛН
UFC 300 : Оливейра VS Царукян
02:27
Setanta Sports UFC
Рет қаралды 373 М.
Friday Hacks #257 : How to Actually Become Data Driven
54:21
How to learn AI and get RICH in the AI revolution
7:11
Sahil & Sarra
Рет қаралды 374 М.
7 things I wish I knew in my 20s
9:09
Sahil & Sarra
Рет қаралды 215 М.
AI Developer Roadmap | How I Would Learn AI in 2024
9:41
Master Codebender
Рет қаралды 1,2 М.
2-Minute Rule to Learn Coding - Atomic Habits
7:58
Sahil & Sarra
Рет қаралды 977 М.
Top 5 high paying tech skills for 2024
6:48
Sahil & Sarra
Рет қаралды 372 М.
FASTEST Way to Learn Coding and ACTUALLY Get a Job
8:50
Sahil & Sarra
Рет қаралды 6 МЛН
God-Tier Developer Roadmap
16:42
Fireship
Рет қаралды 6 МЛН
I coded 4 hours everyday for 1 year. And it changed my life.
7:05
Sahil & Sarra
Рет қаралды 341 М.
Какой Смартфон Купить в 2024 Году? Выбор бюджетного телефона
14:21
Thebox - о технике и гаджетах
Рет қаралды 191 М.
ИГРОВОЙ ПК c WILDBERRIES за 40 тысяч рублей
30:17
Ремонтяш
Рет қаралды 184 М.
Робот зарядка на 65W🤖
0:36
serg1us
Рет қаралды 843 М.
😮Бутер по цене Айфона😱
0:34
Demin's Lounge
Рет қаралды 418 М.