Web Developer Roadmap 2024

  Рет қаралды 3,907

Hamed Bahram

Hamed Bahram

Күн бұрын

Пікірлер: 47
@CoolIntellect
@CoolIntellect 6 ай бұрын
Man, you made me fall in love with this video, especially because of talking about that habits stuff, Ali Abdaal's book, and all the other ones. So, thanks for this amazing one!
@hamedbahram
@hamedbahram 6 ай бұрын
I'm so glad to hear that!
@SheriffKoder9
@SheriffKoder9 7 ай бұрын
Thanks Hamed for providing such valuable information in a neat way
@hamedbahram
@hamedbahram 7 ай бұрын
My pleasure! Glad you found it helpful.
@lagekutsa
@lagekutsa 9 ай бұрын
Indeed this is very useful, I appreciate your good works Hamed.
@hamedbahram
@hamedbahram 9 ай бұрын
Thank you! I'm glad you found it useful.
@josealfredomejiacardenas6522
@josealfredomejiacardenas6522 3 ай бұрын
Great video Hamed. I would also add to the roadmap, learn a little bit about cloud providers since this knowledge will allow any type of developer(freelance, entrepreneurs, etc) to make the product or service available in to the web.
@hamedbahram
@hamedbahram 3 ай бұрын
Good point!
@alexmarti2006
@alexmarti2006 9 ай бұрын
Great video, Hamed, as always! I appreciate your calm and peaceful teaching style. The only challenge I face is the unpairing between the voice and video. It's a bit distracting for me, and I've noticed this issue on all your videos across Chrome, Safari, and Brave. Cheers!
@hamedbahram
@hamedbahram 9 ай бұрын
Thanks for the feedback. I'll try a different way to sync audio next time.
@AliBagheri2079
@AliBagheri2079 9 ай бұрын
مثل همیشه درجه یک❤👌
@hamedbahram
@hamedbahram 9 ай бұрын
Eraadat 🫡
@anayatk.007
@anayatk.007 9 ай бұрын
Amazing Roadmap i ever seen. Thank you for sharing
@hamedbahram
@hamedbahram 9 ай бұрын
Thanks, I appreciate that! I'g glad you found it helpful.
@tatsumii1420
@tatsumii1420 9 ай бұрын
nice video as usual Hamed 👏👏
@hamedbahram
@hamedbahram 9 ай бұрын
My pleasure!
@hmujicadev7623
@hmujicadev7623 9 ай бұрын
thanks for to take the time to explain us !!
@hamedbahram
@hamedbahram 9 ай бұрын
My pleasure!
@dreamsachiever212
@dreamsachiever212 9 ай бұрын
Thanks! Love this!
@hamedbahram
@hamedbahram 9 ай бұрын
Glad you like it!
@manavverma2529
@manavverma2529 9 ай бұрын
🔥🔥Amazing roadmap
@hamedbahram
@hamedbahram 9 ай бұрын
Thanks 🔥
@lostinthenarrativve
@lostinthenarrativve Ай бұрын
What resource did you personally use for learning plain Javascript ?
@hamedbahram
@hamedbahram Ай бұрын
codecademy, mdn, and learnjavascript.online/
@prashlovessamosa
@prashlovessamosa 9 ай бұрын
Hey can you please make a video on how to use notion like the way you use for taking notes.
@hamedbahram
@hamedbahram 9 ай бұрын
Sure!
@heysahilsingh
@heysahilsingh 9 ай бұрын
New thumbnail looks better
@hamedbahram
@hamedbahram 9 ай бұрын
You think so? I'm trying different thumbnails :)
@heysahilsingh
@heysahilsingh 9 ай бұрын
😊@@hamedbahram
@zunnoorainrafi5985
@zunnoorainrafi5985 9 ай бұрын
what are your thoughts on spending time on learning DSA and solving leetcode problems?
@hamedbahram
@hamedbahram 9 ай бұрын
Data Structure and Algorithms are fascinating topics and you should pursue it if it interests you; However it's not for everyone and not necessary to become a web developer :)
@zunnoorainrafi5985
@zunnoorainrafi5985 9 ай бұрын
@@hamedbahram thank you for the information.
@marouanelhaddad8632
@marouanelhaddad8632 9 ай бұрын
Thoughts on using Next.js 14 with Scala for full stack apps? (If you dont know Scala then Java, they both run on JVM)
@hamedbahram
@hamedbahram 9 ай бұрын
What would be the application you're building used for?
@marouanelhaddad8632
@marouanelhaddad8632 9 ай бұрын
@@hamedbahram I am applying for both Next.js and Scala jobs, and wanted to make one big nice portfolio project rather than a lot of smaller ones. So I wanted to somehow showcase my knowledge of both next js and scala in one go. An example could possibly be a dummy weather web app, where the scala backend processes a large offline weather data set for performance, while next js is used for the front end side of it. I didn't think much about the idea but was confused about the technology combination
@lostinthenarrativve
@lostinthenarrativve 9 ай бұрын
Hey boss, is it necessary to dive into another programming language alongside JavaScript to land that first freelance gig or first webdev job? People keep dropping the word that going with just the MERN stack won't cut it for a full-stack web dev role, and you gotta pick up sth like Python or PHP. What's your take on this?
@hamedbahram
@hamedbahram 9 ай бұрын
In my opinion, you don't need to pick up another language to get your first gig as a junior dev. As a beginner, mastering your craft is better than spreading yourself thin across multiple disciplines.
@klaudiuszbiegacz3519
@klaudiuszbiegacz3519 9 ай бұрын
What do You think about fullstack using nextjs with go ?
@hamedbahram
@hamedbahram 9 ай бұрын
Nice combination!
@darawan_omar
@darawan_omar 9 ай бұрын
Hi, Mr Hamed sorry for bothering you but i have a question or problem i was stuck two days ... i have a back-end or rest api back-end i created with laravel , in the front-end when i logined is every thing is true it response a token for accessing other route but in the fornt-end how we can store that token and use it with next-js server side , i can't use it localstorage in server side and how can i stored that token the back-end give it me when logined and how i can use it for accessing other route ? i appreciate for your answer and helping me ❤❤
@hamedbahram
@hamedbahram 9 ай бұрын
I'm not sure if I understood your question. Are you trying to send a cookie from the Laravel backend to your NextJs app?
@darawan_omar
@darawan_omar 9 ай бұрын
@@hamedbahram Yeah , When we Try To Login with correct email and password then back-end response you a token , with that token you can get the information user and insert data and more because some routes in back-end are protected..... in the fornt-end how we can store that token to fetch that information are with that route are protected and need token ? How we can store the token in where and how we can get it in server side if we can ?
@willba2817
@willba2817 4 ай бұрын
there is almost no job for web developer junior in the market , why learn web developpement in 2024
@hamedbahram
@hamedbahram 4 ай бұрын
I’m not sure what market you’re searching in but I do see junior and internship roles a lot. One thing you can do is to work for free for some time until you gain enough experience. What I did when I got started, was building websites for people and businesses that I knew for free so I can build my portfolio. Obviously that’s if you’re interested in becoming a web developer.
@nested9301
@nested9301 9 ай бұрын
no one wanna learn anymore
@hamedbahram
@hamedbahram 9 ай бұрын
😅
Web Developer Roadmap (2024) - Everything is Changing
25:02
ByteGrad
Рет қаралды 398 М.
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33
火影忍者一家
Рет қаралды 130 МЛН
Бенчик, пора купаться! 🛁 #бенчик #арти #симбочка
00:34
Симбочка Пимпочка
Рет қаралды 3,5 МЛН
Não sabe esconder Comida
00:20
DUDU e CAROL
Рет қаралды 34 МЛН
Caching in NextJs ft Delba Oliveira from Vercel
1:03:06
Hamed Bahram
Рет қаралды 19 М.
How to build custom UIs on top of Clerk's APIs
25:02
Hamed Bahram
Рет қаралды 38 М.
Intercepting Routes in NextJs 14
25:00
Hamed Bahram
Рет қаралды 25 М.
Web Developer Roadmap 2024 | Step-By-Step Guide
28:37
Chris Sean
Рет қаралды 70 М.
Developer Productivity by ThePrimeagen | Preview
18:34
Frontend Masters
Рет қаралды 129 М.
Send Newsletter Emails Using Resend Broadcasts
11:59
Hamed Bahram
Рет қаралды 28 М.
Brutally honest advice for new .NET Web Developers
7:19
Ed Andersen
Рет қаралды 223 М.
Web Development In 2024 - A Practical Guide
2:43:32
Traversy Media
Рет қаралды 441 М.
15 Web Developer-Related Career Paths
25:19
Traversy Media
Рет қаралды 129 М.
哈哈大家为了进去也是想尽办法!#火影忍者 #佐助 #家庭
00:33
火影忍者一家
Рет қаралды 130 МЛН