How to Build and Deploy a Portfolio with Next.js that Will Land You Jobs

  Рет қаралды 37,356

Web Dev Simplified

Web Dev Simplified

Күн бұрын

Пікірлер: 72
@unchart_d
@unchart_d 3 ай бұрын
Collaboration is the new way to grow as content creators, glad you working with others Kyle🎉
@larhakobyan
@larhakobyan 3 ай бұрын
I’m really confused by your approach. You’re suggesting to follow along, but then you paste a 110-line code all at once. This code isn’t listed anywhere in your GitHub repo, and it’s not visible in your GitHub commits. Plus, the final code on your GitHub doesn’t match what you pasted earlier at all.
@balajiganesh4246
@balajiganesh4246 3 ай бұрын
@@larhakobyan exactly
@alexfurtado1759
@alexfurtado1759 Ай бұрын
Everything falls apart whe he add MDX / Just ignore it (mdx)
@yashiscoding
@yashiscoding 3 ай бұрын
Hamed has to be one of the best NextJS instructor on the internet. I learnt many complicated terms in simple explanations
@Mark-sc2ew
@Mark-sc2ew 2 ай бұрын
Perfect guide for MDX in Next.js, thank you!
@AmandeepSingh-sx9ke
@AmandeepSingh-sx9ke 3 ай бұрын
Thank you Kyle. Your videos help so much. 🙏
@LutherDePapier
@LutherDePapier 3 ай бұрын
I think you could use "import 'server-only'" instead of the useEffect setMounted stuff to ensure that the theming process only works on the client.
@halilural1988
@halilural1988 2 ай бұрын
Great video to have a good portfolio app.
@TheStudyGuy1
@TheStudyGuy1 3 ай бұрын
Love your videos ❤
@thisguyhasnochill4424
@thisguyhasnochill4424 3 ай бұрын
6:41 Yeah bro i like how you created component in a second without explanation. What extension you have or what so we can create it fast too , i need to waste minute to create that, so 2 hour video is 2 days i guess
@M1a2n3o43
@M1a2n3o43 3 ай бұрын
It is a very popular extension for react , i think it is called react snippets or something like that. It provides different snippets for react and the one he used is, `rafce` , you just type that and then press enter. There are other ones.
@M1a2n3o43
@M1a2n3o43 3 ай бұрын
I think the eslint extension which you should already have installed has some snippets like the one i use often is `edf` short for export default function which i like more than rafce
@nanatahirhammond1400
@nanatahirhammond1400 3 ай бұрын
Great video ❤❤❤
@QuantumCanvas07
@QuantumCanvas07 3 ай бұрын
I really appreciate what you do in WDS but I'd suggest you to mention that 3d touches can look great in marketing or portfolio websites but it might not always work if you're building a real world solution where you consider people from all groups to maintain accessibility standards (especially if you're building something for a state agency) where you'd have to go through a long list of documentations and formalities.
@prasanthreddy935
@prasanthreddy935 3 ай бұрын
Thank you for videos❤❤
@balajiganesh4246
@balajiganesh4246 3 ай бұрын
33:46 I am following the exact same code you have given. The dark theme is getting applied to only buttons and next, and not to the container background which remains white always. Any help would be appreciated
@codewithsabri
@codewithsabri 3 ай бұрын
It sounds like the issue might be due to the missing "dark" class in your global styles.You can look them up in the project's repo and copy and paste in your global CSS file (globals.css)
@gisellemartinez-sanchez3509
@gisellemartinez-sanchez3509 3 ай бұрын
oh oh oh! I thought I mistyped something so I was going back to re-watch! Did you figure out this issue?
@gisellemartinez-sanchez3509
@gisellemartinez-sanchez3509 3 ай бұрын
Update update, if you update your globals.css with the updated version he has in the github repo this issue gets solved. it has to do with the theme section that he highlights in his explanation
@balajiganesh4246
@balajiganesh4246 3 ай бұрын
@@gisellemartinez-sanchez3509 yes. I copy pasted the globals.css from his GitHub repo and it worked fine . He hasn't shown this step in this video.
@balajiganesh4246
@balajiganesh4246 3 ай бұрын
@@gisellemartinez-sanchez3509 I copy pasted the globals.css from his git repo which fixed it . He didn't show that step in the video
@coderflix
@coderflix 3 ай бұрын
Thanks for the video.
@hassancoder1
@hassancoder1 3 ай бұрын
Thanks for your detailed explanation ❤
@nanatahirhammond1400
@nanatahirhammond1400 3 ай бұрын
Great
@afrique_cr9563
@afrique_cr9563 3 ай бұрын
Merci beaucoup depuis le Camerooon❤❤
@QuantumCanvas07
@QuantumCanvas07 3 ай бұрын
A portfolio can never land you a job if you don’t have experience doing stuff. If you're new to the field lemme tell you, job isn't always a way to gain experience. There're multiple different ways like participating in hackathons, build real world solutions, doing out of the box stuff or maybe by building some fun project.
@PSPeeks
@PSPeeks 3 ай бұрын
My one issue is that he does a lot of copy & paste which is fine, but several times his split screen preview is covering blocks of the code. Other than that it's great.
@meguminagumo
@meguminagumo 3 ай бұрын
yes and he doesn't bother to show us the hidden parts.
@gisellemartinez-sanchez3509
@gisellemartinez-sanchez3509 3 ай бұрын
@@meguminagumo the hidden parts were in the github repo
@jefrryarispratama2858
@jefrryarispratama2858 2 ай бұрын
I got this, Error: Only plain objects, and a few built-ins, can be passed to Client Components from Server Components. Classes or null prototypes are not supported. when i tried to submit the email form, does anyone has the same issue as me?
@manishshaw1002
@manishshaw1002 3 ай бұрын
Thanks Kyle.I am following the tutorial let's see how it helps me 😄
@ObomheseR
@ObomheseR 2 күн бұрын
Kyle, i think you need to drop the repo on your own github account so we can make changes that we didn't see in the video... Trying to copy the code from the video is kinda difficult because the way he splitted the screen is not even Thanks though 👍
@skills4761
@skills4761 3 ай бұрын
so what if I want to generate post and projects dynamically ?
@AlThePal78
@AlThePal78 3 ай бұрын
so are you now more into next.js or react.js or are you liking them both and have different reasons to use any of them
@ohmegatech666
@ohmegatech666 3 ай бұрын
Next.js contains React. It uses React for the front end essentially and Node.js for the backend. Really, Next.js is basically the standard way to utilize React nowadays
@ilan117
@ilan117 3 ай бұрын
Hello Hamed, always thank you so much for your content ❤ I have a question … I keep getting an error from the server components saying the following : Only plain objects, and a few built-ins, can be passed to Client Components… do you think we need to serialize the data or stringfy?
@rifatmunna
@rifatmunna 3 ай бұрын
bro i can even build e-com website with fully nextjs still no job
@LutherDePapier
@LutherDePapier 3 ай бұрын
Welcome to the club. Employment be weird like that these days.
@paakofibamfoquaicoe4193
@paakofibamfoquaicoe4193 3 ай бұрын
I may be wrong, but I suggest instead of finding a job, try solving problems. If I may ask, who is using your e-commerce web app?. Look for business around you and try creating a website for them. Start with free but make sure you are solving a problem with it. It's not easy, but it will work. I hope it helps.
@gisellemartinez-sanchez3509
@gisellemartinez-sanchez3509 3 ай бұрын
try working on your soft skills! I really recommend Simple Programmer but he has A LOT of videos on youtube, you just need a few of the ones where he specifically focuses on basic soft skills
@FootyFocusHd_10
@FootyFocusHd_10 3 ай бұрын
Next Auth Course please
@ohmegatech666
@ohmegatech666 3 ай бұрын
"npm add" does exactly the same thing as "npm install" or "npm i", as they are just aliases
@dejo095
@dejo095 3 ай бұрын
Is there a github repo, this guy is just pasting whole components, and it takes alot of time to pause video at exact time and retype all from screen.
@ridho6908
@ridho6908 3 ай бұрын
Bro, you're not familiar with ocr technology yet?
@balajiganesh4246
@balajiganesh4246 3 ай бұрын
Check the description. He has given the GitHub repo link
@artaman23423
@artaman23423 3 ай бұрын
Prettier auto save is not working, do we also need to install its vs code extension
@ohmegatech666
@ohmegatech666 3 ай бұрын
Yeah he should have mentioned that. You need to install the extension and you need to add some lines of code to your VSCode user settings JSON file like it shows in the Prettier extension page
@prasannanaik1023
@prasannanaik1023 3 ай бұрын
Big ass monitor screen , unable to see properly. At least zoom it.
@Pururin_Purin
@Pururin_Purin 3 ай бұрын
i cant get a job its over
@SumYungGai-
@SumYungGai- 3 ай бұрын
Same
@paakofibamfoquaicoe4193
@paakofibamfoquaicoe4193 3 ай бұрын
Solve problem. Getting a job is difficult. But what I have learnt so far, is to become a problem solver. For instance I attended a seminar and with my obsession with solving problems, I engaged the caterer on how she prepares her invoices and expenses. According to her, she needs to pay an accountant to do that. As a developer, I explained to her how a system can help her. I have been able to develop a system for demonstration to solve this problem. It took me a weekend to develop it. What I am trying to say is to become a problem solver. With your understanding of web or mobile development, you won't necessarily need someone to employ you but you can employ others. It's not easy but start it anyway.
@ilan117
@ilan117 3 ай бұрын
I feel you ❤
@Adrenaliinz
@Adrenaliinz 3 ай бұрын
Same. And I have projects and github activity and like everything that;'s needed. ANd I spent a lot of time improving eveyrtghing and I constantly revise and improve and continue to code and build projects and I'm just sick of how much time and effort I've spent and it all seems invain.. :(
@ramendrasoni3368
@ramendrasoni3368 3 ай бұрын
Where can I get some projects to earn money..
@asifur-rahaman-meeru
@asifur-rahaman-meeru 2 ай бұрын
It might be a good resource but not for me. Occasionally, I had trouble viewing the screen; the instructions aren't very focused and interactive. I really hate when codes are pasted into a tutorial; I prefer fast-forwarded code blocks. Anyway, cheers.
@aung_mk
@aung_mk 3 ай бұрын
no hate but this is the most frustrating tutorial ever.
@balajiganesh4246
@balajiganesh4246 3 ай бұрын
Literally copy pasting code for 2 hours
@gisellemartinez-sanchez3509
@gisellemartinez-sanchez3509 3 ай бұрын
no hate, but your comment is the most frustrating ever. 🤗
@gisellemartinez-sanchez3509
@gisellemartinez-sanchez3509 3 ай бұрын
@@balajiganesh4246 He does a great job about explaining the different aspects and how they come together. Unless you have 0 experience on how react/next works this shouldn't be confusing for anyone. Also, it's a tutorial - it shows you a way to do it, then you do whatever you want. if you don't want to copy-paste you can do your own from scratch, on your own.
@saipradeepmorla2115
@saipradeepmorla2115 2 ай бұрын
i really have huge respect for this content but damn too much copy pasting and not giving context fully at all.(although he provided github) it is too much hassle to go back and come back and that split screen is hiding some code. this is a problem if collaboration happens he doesnt put that much effort as if he put in making conent for his channel.
@Jagadeesh-K-2802
@Jagadeesh-K-2802 3 ай бұрын
Your videos are great as always but I will not agree that a portfolio site will help me land jobs, coming from someone who has a portfolio with great lighthouse score and great projects in it PS: My portfolio ranks 1st on Google still no use
@Ss-zg3yj
@Ss-zg3yj 3 ай бұрын
Trash
@SmileyJack.
@SmileyJack. 3 ай бұрын
so out of hate you've watched a 140 minute video in 10 minutes?
@devdhaif
@devdhaif 3 ай бұрын
​@@SmileyJack.It's not trash But it is not that cool either
@paakofibamfoquaicoe4193
@paakofibamfoquaicoe4193 3 ай бұрын
​@@devdhaifshare your KZbin link...
@dev31218
@dev31218 4 күн бұрын
Not Gonna lie, this is the worst tutorial ever that too for a very basic project, could have been good if you let us copy the code too specially the tailwind.config file dude who is going to write that plus you are not letting us copy from you your github repo
@user-ep4hf9qf3e
@user-ep4hf9qf3e Ай бұрын
this guy sucks dont bring him again
@recursion.
@recursion. 3 ай бұрын
is this channel become like freecodecamp?
Next.js 15 Breakdown (Everything You Need To Know)
18:10
Web Dev Simplified
Рет қаралды 83 М.
The CSS Display Property is Changing Forever
15:20
Web Dev Simplified
Рет қаралды 72 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН
黑天使被操控了#short #angel #clown
00:40
Super Beauty team
Рет қаралды 61 МЛН
人是不能做到吗?#火影忍者 #家人  #佐助
00:20
火影忍者一家
Рет қаралды 20 МЛН
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
Discord Made The Coolest CSS Only Input Animation
17:48
Web Dev Simplified
Рет қаралды 61 М.
What is Redux? Get A Senior Understanding of How Redux Works
47:45
Front-end web development is changing, quickly
3:43
Fireship
Рет қаралды 1,3 МЛН
MAGNUS CARLSEN MAKES HISTORY!!!!!!!
27:51
GothamChess
Рет қаралды 390 М.
Google’s Quantum Chip: Did We Just Tap Into Parallel Universes?
9:34
How To Build Feature Flags Like A Senior Dev In 20 Minutes
20:33
Web Dev Simplified
Рет қаралды 108 М.
How to OVER Engineer a Website // What is a Tech Stack?
11:20
Fireship
Рет қаралды 2,5 МЛН
I Can’t Believe They Added AI To The Browser
9:55
Web Dev Simplified
Рет қаралды 46 М.
BAYGUYSTAN | 1 СЕРИЯ | bayGUYS
36:55
bayGUYS
Рет қаралды 1,9 МЛН