Well, I have a website that gets 1800 ish visits a month, but at only 60 visits a day, putting ads on that wouldn't make any money at all. I'd get maybe 70 dollars a year according to some estimates 💀
I did EXACTLY the same project as you in python (scraping the list of songs on a playlist using BS4 and requests, searching them on RUclips using yt-api and downloading using pytube only the audio stream, then separating audio from the mp4 using moviepy and deleting the mp4) and it took me 4 whole days of scratching my head and debugging stuff. Greatest experience in my life!
Could you please share the code.. I have been searching for this, I have been using spotify premium for around 3years as of now. and i was planning to switch to local. I have more than 20+ playlist and 500+songs is there..
@@sreesreejuks I could, but the code I made works with my specific API token (hard coded) and has specific issues I left unsolved as I had already spent a lot of time and moved on to other projects.
I can absolutely agree about not spending too much time building a portfolio unless you’re a front end developer. That’s SOO much time and effort you would be otherwise spending on the projects you want to showcase.
Or maybe make the portfolio full-stack by having a blog with some tech article to make it more "worth it"? I am thinking also that, since a portfolio (only frontend stuff) is quite easy to do, make it using less mainstream tech I do think people should still have a portfolio website anyway but ideally with a blog integrated to it. (or in a subdomain).
Using a website builder was obviously to promote the sponsor, but this is probably the worst advice I've seen - always build your website yourself if you're a developer.
Well, I'd put it this way. If you had $50, would you rather buy a $5 wallet, or a $49 wallet? If you buy the fancy $49 one, you have nothing to put into it, so its practically useless. Students watching this channel generally have limited time and resources, so I definitely recommend building something else. If you have left over time, then come back to it and build the portfolio yourself.
@@JasonGoodison To keep it a buck. I clicked off the moment you mentioned buying SSL certs... LetsEncrypt users and Certbot users are foaming out of the mouth.
For me , my portfolio website was what got me my first internship. It was hosted pretty well and also contained all my project screenshots and detail. When employers have very little information about ourselves, having a self made portfolio site is a great advantage.
Agree. The interviewer for my first job asked me how I built my portfolio because it had a nice design and really cool css animations (that I stole from codepen)
My senior year project was a multiplayer game with the university's campus as the map. It had integrated voice chat, and the whole idea behind the project was to introduce a gaming element to online classes and making them a bit more immersive.
@@hamazing913 Yes. I used some reference pictures, walked around campus, and google street view to get the dimensions and placement of some landmarks around campus. It's a very basic map with the buildings made out of the primitive shapes such as cubes, cylinders and others. I was mostly concerned about replicating it from the outside before even thinking of the interior given that I only had 4 months to start and complete the project by myself.
I had a similar problem, since there are limitless possibilities. But one thing that helped me a lot was to look at other people's project and do something similar but with my own flair.
Singlehandedly one of the most inspiring coding youtube videos i have seen. I was hooked. So inspiring and manages to reignite my passion for problem solving and creativity in a matter of minutes. New subscriber for sure, keep up the great content!
Project 1: Python automation script. Project 2: IOT based project. Long AD that lasts 4 minutes Project 3: Full Stack Application. Project 4: Game development (plus if involves physics simulation). Project 5: Scraping project. (i'm just kidding, the ad is well brought with an useful advice, great video)
Now, although I won't do most of these projects coz they don't really align with my professional goals, but I do want to acknowledge that building a game (or multiple) is a really good idea. I followed Ania Kubow's Free Code Camp video to build a couple of games on (vanilla, meaning pure) Javascript (properly, with graphics and all) and it turned out to be such a good exercise that I got hired despite my current employer needing a React developer (I couldn't do React back then). They didn't even mention React during the interview, but still hired me just by looking at my GitHub projects and the interview performance.
Even I started learning JS by making games. I prefer it over other projects because making games (however small) is fun. After learning basics of JS, I started coding following along with tutorials on RUclips on HTML JS games. One of my favourites is Frank's laboratory. After I'd made a couple of games after following tutorials. I started my first project from scratch without any help. I tried to make an exact web based clone of Nokia 3310's space impact. Since it's graphics would be easy for me to replicate on Photoshop as I'm not an artist. It was tough, but I'm really proud when the game was completed. I even deployed it online for others to play, but couldn't find much people to give me feedback. Nevermind. Then I moved to learning React and got a job.
Jumping on this to also say that building simple games massively improved my skills. I’m a visual learner who needs real world applications of code for it to make sense and building games like tic tac toe and breakout really solidified so many foundations. I also followed Ania’s tutorial and she was great. Although I don’t really think I want to go into game dev it’s a really impactful way to learn JS
Okay, multiple issues I have with this video. One, it's sponsored so this is advice is skewed. Two, WP sites are some of the worse for security practices. Yes it's quick and easy, but there is a trade off of being insecure and very hackable if not configured correctly (which is much more difficult than you think). More than 30% of all websites are WP sites, and this leaves a huge market for attackers to develop techniques and practices to exploit. So keep this in mind when pushing out a WP site.
Yeah but you could also setup a WP website as more of a honeypot if you go down a cybersecurity route. Could be a challenge to have a sort of open invitation for random skilled red teams to attack you.
But it is hardly an issue for a portfolio website. What exactly is gonna be hacked and why would anyone bother? Chances of it happening are so slim, that you are more likely to become a victim of another social network or google password leaks , rather than see your personal portfolio page being even viewed as target (let alone hacked)
my first petproject just to myself was the recalculating time if you speed up YT video to 1,25 or 1,5 to save the time for more useful things. Small and silly, however, upgrade python basics to proper level to move further. I did it after week of learning python, and I use git at every step, so I had to learn git basics too. Do step by step, and do your own pet projects by yourself to solve your own problems, and solve problems by yourself, just blindly repeating the tutorials is not enough and is the worst thing you can do.
@@newuser689 for the step forward, use BS4 or Selenium to grab the video's length from YT directly, and/or write it using OOP and several files as modules. That silly (with some tricky math moments) project really deserve to be written by everyone who want's to start programming.
That sponsored section was so ass, "something will go wrong". That's kind of the point lol, something goes wrong, you figure out what and how to fix it and end up learning something.
fr like man really said to use no-code builder website to build portfolio rather than html, css and js. It's downright lie and its actually disgusting knowing some people who are just starting will fall for this.
Perhaps the biggest thing that I did not here out of all of this is the idea of planning. After a certain point of doing a few projects you want to plan things out. Think about a cool idea that you've always wanted to do or how you can make a pre-existing thing better/different. Once all the planning is done then everything else sort of falls into place from there as you research and build it out.
Most people buying books, laptops and courses never really advance to doing projects. There are so many variables that get in the way of that. A portfolio isn't realistic advice.
the website portfolio tip holds up quite well if you area of expertise is not web development, but falls short in its solution. Hosting has nothing to do with making a website. You can host your portfolio website in many free platforms by the way, and for its design, just download a pre-designed UI and change the infos you need or add whatever you need keeping the style consistent.
The note about the SSL cert is a little inaccurate. Let's Encrypt will sort you out with a free SSL certificate and will integrate into a lot of things.
I’m building a website for my EMS company and I’m just trying to make sure I get certain parts working, specifically an application portion that Emails a notification to the boss or HR, saves it as JSON on the database for record keeping, and then also allows a login feature for HR hiring to view them
I'm truly grateful for your assistance. I've been grappling with project ideas, and this video has provided the clarity I needed to regain confidence in my abilities. Thank you once more for your invaluable help.
In disagree with the notion that building a portfolio website is some sort of a redundant task and I am surprised its labeled as "The worst project". In my opinion, every developer should have a good Portfolio website and I agree that it is a reflection on you. With how easy it is to learn basic HTML, CSS, JS and with easy to use frameworks like React, a good Software developer can build a clean, good looking website without too much effort, and a beginner can learn a ton of stuff [debugging CSS and JS is not a waste of time!] from REST APIs, workings of JavaScript and most importantly, The Art of Debugging, IMO, the first project anyone should take up is a Portfolio and you can build on it and refactor it as and when you become a better developer!
i think sadly it is more marketable to do a project that uses popular, in-demand frameworks rather than a project that doesn't but solves a real-life problem to you. however, finding a middle ground between these two is the way to go
Hey, it’s good to see you again! Thanks for the upload. I automated my day-to-day routine stuff by writing a few bash scripts. So, it’s a matter of the only command and a couple of params to deploy a project I need locally.
@@niharikachhabra2341 hey pal! The bash scripting I took up at work. My pet project was a website where I could save food recipes from a third party API to my backend. Also I could create my own recipes. The backend was a typical CRUD API app. The frontend I wrote in TS and React
I was watching this video in the feed without clicking on it thinking it would be just another one of those videos where you just end up feeling you wasted your time watching it However, it was different. This kinda content is much appreciated.
The title seems a little clickbait, but the content is awesome!!! And very concise too. There is no filler talk whatsoever. Feels like kung-fu, only with coding vocabulary Loved it. Keep up the awesome work!
On min 0:30 surprised to see that IMC guy actually was on your content too! I only follow these two programmers since April 2023 when I started The Odin Project.
This is exactly what I needed, thank you! Tried the Web Dev route at first but it really didn't click with me even after making several webpages and sites with front/back ends (definitely did the portfolio website thing too lmao). So then I switched to C# with Unity for a bit, and now C++. Learned all the basics but now I'm trying to figure out WHAT to make and how to get better. So I'll just have to think of a project that's something that I would personally find useful, and then build that.
Goodluck! I have the same thoughts with web dev. I started with C (CS50), got the basics and switched to Python. Learned HTML and CSS, Game development fundamentals with Pygame, Flask/Django backend development, Git, and went back to Python. Still learning how to make goddamn dashboards for Data Analytics/Engineering lol
Hey Jason, I Loved the video and the project ideas are really awesome! The last project of yours about downloading the songs in mp3 really blowed my mind, so could you possibly create a video on how you did it and maybe share it so others can also use it ?
Worked at a corporate job and quit it in 6 months cuz it’s trash. Now I’m working in my own project that I always wanted to work on. I’ll be able to build multiple service providing apps and market it. If I can get 100-500 clients I’m set for success
Honestly, I disagree with not building your portfolio website. Don't be in such a rush. Understand how stuff works. Its what makes you an engineer when you are curious. While its ok to just do this for a job, if you do not enjoy the little things like building your website from scratch, you will hate this field especially when you are tasked or hired to build something you do not want to do.
I see your point, but I think there is a lot of tedious stuff when it comes to making a website look pretty. Most engineers are more about functionality, and even the ones that do frontend usually have a designer to help them with designs. I definitely see both viewpoints, but my personal opinion is I see students get caught up in trying to create animations and pretty websites when they should be learning the foundations of cs. I think thats better done building a functional product with a backend and a db. Different strokes!
@@JasonGoodison i'd much rather see a student create their own portfolio, even if they use a template from a site like themeforrest and just do the technical stuff if that';s what they are into.
Just checked out your website after watching this for the first time. It is really great and I can't believe that ai generated the main basis and framework for it.
"Poor design is going to reflect on your capabilities"... meanwhile me trying to be a back-end dev thinking how to optimise my website portfolio to automatically shut down the webapps when they aren't needed to save costs. Design is forgotten when 60% of the stuff you interact with is in the terminal.
Another for don't do (or dont include): any of those recommended coding practice projects everyone does, and there are hundreds of tutorials for. Not that they arn't good practice, or a way to get a grip on a new languages basics - but as a portfolio project unless you do some custom extra thing to make yours really stand out, all it shows is you can follow a tutorial. Not quite what recruiters would be looking for.
Dont need all this boilerplate. Just follow two steps to build better projects: 1. Get better at identifying patterns, IN EVERYTHING. Not just code snippets, the entire functioning. 2. Solve a real world problem, doesn't need a fixed users. It could literally be just for yourself. Even this requires pattern recognition, because you can only automate something you have a pattern for.
Bro i am watching ur video first time, it is amazing and creative good luck while growing this channel u r the best and so interesting thanks man for amazing content
Hope you enjoyed this video!
If you want to build your own portfolio website, try Hostinger: hostinger.com/jason10
was that tim?
I want to ask wouldn't people know you used hostinger to build the portfolio?
Can I get that script???😅
@@geraldgyeabour6610 I guess they would. But if what you wanna show off aren't your website skills it doesn't matter 👍
Can you do a review on shecodes.
Project 1: Python automation script.
Project 2: IOT based project.
Project 3: Full Stack Application.
Project 4: Game development (plus if involves physics simulation).
Project 5: Scraping project.
Always I look for this commenrlt
thanks, you just saved me a few minutes, which would be waisted.
thank you for saving me
I knew the thumbnail was clickbait for the most part
@@Tassaczek Next one ain't free 😏
If you can get over 1000 people to use your product, you shouldn't be an employee, you should be a business owner.
FAX
Well, I have a website that gets 1800 ish visits a month, but at only 60 visits a day, putting ads on that wouldn't make any money at all. I'd get maybe 70 dollars a year according to some estimates 💀
@@dot32 there's a difference between website visits and people using your products
@@dot32maybe try to sell something on it related to the website?
@@dot32 1800 visits per month is not 1000 people using your product
my first project was a bot that spammed ping people on discord that I had beef with automatically, every day
I did EXACTLY the same project as you in python (scraping the list of songs on a playlist using BS4 and requests, searching them on RUclips using yt-api and downloading using pytube only the audio stream, then separating audio from the mp4 using moviepy and deleting the mp4) and it took me 4 whole days of scratching my head and debugging stuff. Greatest experience in my life!
Is there any reference on learning making that?
@@samueldjodi7983 Actually I made it with just basic knowledge on Python and then I read documentation for each library.
Could you please share the code.. I have been searching for this, I have been using spotify premium for around 3years as of now. and i was planning to switch to local. I have more than 20+ playlist and 500+songs is there..
thanks for sharing, dope idea!
@@sreesreejuks I could, but the code I made works with my specific API token (hard coded) and has specific issues I left unsolved as I had already spent a lot of time and moved on to other projects.
I can absolutely agree about not spending too much time building a portfolio unless you’re a front end developer. That’s SOO much time and effort you would be otherwise spending on the projects you want to showcase.
Or maybe make the portfolio full-stack by having a blog with some tech article to make it more "worth it"?
I am thinking also that, since a portfolio (only frontend stuff) is quite easy to do, make it using less mainstream tech
I do think people should still have a portfolio website anyway but ideally with a blog integrated to it. (or in a subdomain).
even FE developer should not building a portfolio from scratch, it's a waste of time. Focus your time on the Projects themselves
@cjsport1254 dont listen to them, a portfolio is always useful
sadly that was the term exam our teacher gave us -_-
Using a website builder was obviously to promote the sponsor, but this is probably the worst advice I've seen - always build your website yourself if you're a developer.
Well, I'd put it this way. If you had $50, would you rather buy a $5 wallet, or a $49 wallet?
If you buy the fancy $49 one, you have nothing to put into it, so its practically useless. Students watching this channel generally have limited time and resources, so I definitely recommend building something else. If you have left over time, then come back to it and build the portfolio yourself.
Agree even using a template makes it look better. Website-Builder always seems weird
@@JasonGoodison To keep it a buck. I clicked off the moment you mentioned buying SSL certs... LetsEncrypt users and Certbot users are foaming out of the mouth.
Agreed, if I were a client looking for a web app developer who used a website builder for their own page I would completely bypass them.
For me , my portfolio website was what got me my first internship. It was hosted pretty well and also contained all my project screenshots and detail. When employers have very little information about ourselves, having a self made portfolio site is a great advantage.
can u send your portfolio link i am curious
Agree. The interviewer for my first job asked me how I built my portfolio because it had a nice design and really cool css animations (that I stole from codepen)
@@DEBO5 what did you say
can you link me the animations you used?
did you do it yourself or use some hosting service like hostinger. Also, can you share your portfolio link.
My senior year project was a multiplayer game with the university's campus as the map. It had integrated voice chat, and the whole idea behind the project was to introduce a gaming element to online classes and making them a bit more immersive.
can you please list the resources you used for the project ?
Dude that's freaking cool.
I hope you dont mind me steaking this idea of yours
@@hadichamli Did you make the map from scratch?
@@hamazing913 Yes. I used some reference pictures, walked around campus, and google street view to get the dimensions and placement of some landmarks around campus. It's a very basic map with the buildings made out of the primitive shapes such as cubes, cylinders and others. I was mostly concerned about replicating it from the outside before even thinking of the interior given that I only had 4 months to start and complete the project by myself.
can you provide your github link or project documentation?
@@hadichamli
Best time for this video to come, starting on my first project but had no idea where to begin. This definitely got me thinking in the right area.
I had a similar problem, since there are limitless possibilities. But one thing that helped me a lot was to look at other people's project and do something similar but with my own flair.
Singlehandedly one of the most inspiring coding youtube videos i have seen. I was hooked. So inspiring and manages to reignite my passion for problem solving and creativity in a matter of minutes. New subscriber for sure, keep up the great content!
Aww thank you! Comments like this are what motivate me :)
Project 1: Python automation script.
Project 2: IOT based project.
Long AD that lasts 4 minutes
Project 3: Full Stack Application.
Project 4: Game development (plus if involves physics simulation).
Project 5: Scraping project.
(i'm just kidding, the ad is well brought with an useful advice, great video)
Now, although I won't do most of these projects coz they don't really align with my professional goals, but I do want to acknowledge that building a game (or multiple) is a really good idea. I followed Ania Kubow's Free Code Camp video to build a couple of games on (vanilla, meaning pure) Javascript (properly, with graphics and all) and it turned out to be such a good exercise that I got hired despite my current employer needing a React developer (I couldn't do React back then). They didn't even mention React during the interview, but still hired me just by looking at my GitHub projects and the interview performance.
That's amazing to know! I also want to try out videos like these but I am scared of the whole "tutorial hell" thing
@@sejalheart You're right to be scared. Best learning comes from building your own projects, with your own ideas.
Even I started learning JS by making games. I prefer it over other projects because making games (however small) is fun. After learning basics of JS, I started coding following along with tutorials on RUclips on HTML JS games. One of my favourites is Frank's laboratory. After I'd made a couple of games after following tutorials. I started my first project from scratch without any help. I tried to make an exact web based clone of Nokia 3310's space impact. Since it's graphics would be easy for me to replicate on Photoshop as I'm not an artist.
It was tough, but I'm really proud when the game was completed. I even deployed it online for others to play, but couldn't find much people to give me feedback. Nevermind.
Then I moved to learning React and got a job.
What projects do you have on your GitHub?
Jumping on this to also say that building simple games massively improved my skills. I’m a visual learner who needs real world applications of code for it to make sense and building games like tic tac toe and breakout really solidified so many foundations. I also followed Ania’s tutorial and she was great. Although I don’t really think I want to go into game dev it’s a really impactful way to learn JS
Clickbait title, and personally I wouldn't do any of these projects.
I agree with you bro but what might be the reasons why you wouldn't do any of these projects? (if u don't mind me asking)
Okay, multiple issues I have with this video. One, it's sponsored so this is advice is skewed. Two, WP sites are some of the worse for security practices. Yes it's quick and easy, but there is a trade off of being insecure and very hackable if not configured correctly (which is much more difficult than you think). More than 30% of all websites are WP sites, and this leaves a huge market for attackers to develop techniques and practices to exploit. So keep this in mind when pushing out a WP site.
Yeah but you could also setup a WP website as more of a honeypot if you go down a cybersecurity route. Could be a challenge to have a sort of open invitation for random skilled red teams to attack you.
yea haha all the sql injection and wp database attacks are very simple, just some terminal knowledge and a good tool is enough
But it is hardly an issue for a portfolio website. What exactly is gonna be hacked and why would anyone bother?
Chances of it happening are so slim, that you are more likely to become a victim of another social network or google password leaks , rather than see your personal portfolio page being even viewed as target (let alone hacked)
my first petproject just to myself was the recalculating time if you speed up YT video to 1,25 or 1,5 to save the time for more useful things. Small and silly, however, upgrade python basics to proper level to move further. I did it after week of learning python, and I use git at every step, so I had to learn git basics too. Do step by step, and do your own pet projects by yourself to solve your own problems, and solve problems by yourself, just blindly repeating the tutorials is not enough and is the worst thing you can do.
@Jasongoodisonn nice try, mistmatch the YT channels hash ID
thats a thing i always thought about but never thought about making it a project. nice idea!
@@newuser689 for the step forward, use BS4 or Selenium to grab the video's length from YT directly, and/or write it using OOP and several files as modules. That silly (with some tricky math moments) project really deserve to be written by everyone who want's to start programming.
That sponsored section was so ass, "something will go wrong". That's kind of the point lol, something goes wrong, you figure out what and how to fix it and end up learning something.
That portfolio looks generic and flat out boring tbh.
fr like man really said to use no-code builder website to build portfolio rather than html, css and js. It's downright lie and its actually disgusting knowing some people who are just starting will fall for this.
Couldn't come at a better time just as my mind was about to explode with the "is this thing im working on even worth it?"
What are you working on? Lets chat about it in the discord :)
Jason will literally use anything as a mic except a mic😂😂
Haha what’s a mic 😉?
Perhaps the biggest thing that I did not here out of all of this is the idea of planning. After a certain point of doing a few projects you want to plan things out. Think about a cool idea that you've always wanted to do or how you can make a pre-existing thing better/different. Once all the planning is done then everything else sort of falls into place from there as you research and build it out.
Most people buying books, laptops and courses never really advance to doing projects. There are so many variables that get in the way of that. A portfolio isn't realistic advice.
this video is misleading.
Very much true...
whyy? i mean irrespective of the promotion
It's usually obvious with the Paid banners
the website portfolio tip holds up quite well if you area of expertise is not web development, but falls short in its solution. Hosting has nothing to do with making a website. You can host your portfolio website in many free platforms by the way, and for its design, just download a pre-designed UI and change the infos you need or add whatever you need keeping the style consistent.
The note about the SSL cert is a little inaccurate. Let's Encrypt will sort you out with a free SSL certificate and will integrate into a lot of things.
i just made the first one, learned so much thank you guys
I’m building a website for my EMS company and I’m just trying to make sure I get certain parts working, specifically an application portion that Emails a notification to the boss or HR, saves it as JSON on the database for record keeping, and then also allows a login feature for HR hiring to view them
I thought about doing this for my EMS company. Even for a “portfolio” project.
I'm truly grateful for your assistance. I've been grappling with project ideas, and this video has provided the clarity I needed to regain confidence in my abilities. Thank you once more for your invaluable help.
Love the honesty about personal webpages + super useful/comprehensive content overall!! 🙌🏼
❤️ ❤️ thank you
"Honesty" is a stretch as it's sponsored. Definitely make your own portfolio site. It's not that hard to make a good looking one.
@@mariuseikenes9884you sure?
Imagine a developer who didn't develop their own portfolio website. Speaks volumes
In disagree with the notion that building a portfolio website is some sort of a redundant task and I am surprised its labeled as "The worst project". In my opinion, every developer should have a good Portfolio website and I agree that it is a reflection on you. With how easy it is to learn basic HTML, CSS, JS and with easy to use frameworks like React, a good Software developer can build a clean, good looking website without too much effort, and a beginner can learn a ton of stuff [debugging CSS and JS is not a waste of time!] from REST APIs, workings of JavaScript and most importantly, The Art of Debugging, IMO, the first project anyone should take up is a Portfolio and you can build on it and refactor it as and when you become a better developer!
I didn't know Tim was chill like that 1:19
Never felt in love with a RUclips channel on the first sight
i think sadly it is more marketable to do a project that uses popular, in-demand frameworks rather than a project that doesn't but solves a real-life problem to you. however, finding a middle ground between these two is the way to go
I jumped out of my seat on the first suggestion. This is incredible. I need to work of this weekend
I'm really agree with you guy. Thanks !
Hey, it’s good to see you again! Thanks for the upload. I automated my day-to-day routine stuff by writing a few bash scripts. So, it’s a matter of the only command and a couple of params to deploy a project I need locally.
Thats so cool! Share your project so I can use it too
@@JasonGoodison, I will bro! In fact, I built it having already been hired as a frontend engineer haha
@@r1makan Hey, what all did u learn for that and what kind of frontend projects did u build
@@niharikachhabra2341 hey pal! The bash scripting I took up at work. My pet project was a website where I could save food recipes from a third party API to my backend. Also I could create my own recipes. The backend was a typical CRUD API app. The frontend I wrote in TS and React
From automating the coffee maker to implementing an embedded facial recognition software seems like quite a leap.
The girlfriend photo going into trash is insane😂😂
Hahah love your spotify scrapper lmao, you gave me a good idea of what makes a good project. Thankyou
I was watching this video in the feed without clicking on it thinking it would be just another one of those videos where you just end up feeling you wasted your time watching it
However, it was different. This kinda content is much appreciated.
The editing on this is nuts.
The title seems a little clickbait, but the content is awesome!!! And very concise too. There is no filler talk whatsoever. Feels like kung-fu, only with coding vocabulary
Loved it. Keep up the awesome work!
On min 0:30 surprised to see that IMC guy actually was on your content too! I only follow these two programmers since April 2023 when I started The Odin Project.
He’s great! Glad he could be in the vid too
I love how you bring the youtubers I watch in one video😍
I love the last tip! Building stuff to solve real life problems in ur life.
This is one of the most useful videos I've seen recently. You have a new subscriber
thanks! this was super inspiring..
i dont think that these coding projects will give you an unfair advantage
This is exactly what I needed, thank you! Tried the Web Dev route at first but it really didn't click with me even after making several webpages and sites with front/back ends (definitely did the portfolio website thing too lmao). So then I switched to C# with Unity for a bit, and now C++. Learned all the basics but now I'm trying to figure out WHAT to make and how to get better. So I'll just have to think of a project that's something that I would personally find useful, and then build that.
Goodluck! I have the same thoughts with web dev.
I started with C (CS50), got the basics and switched to Python. Learned HTML and CSS, Game development fundamentals with Pygame, Flask/Django backend development, Git, and went back to Python. Still learning how to make goddamn dashboards for Data Analytics/Engineering lol
Are any of y’all employed?
@@RiRi-ku6xz lmao
Loved the video. Didn’t love that half of it was a commercial though.
Love the collabs 🔥🔥
🔥 thanks!
Skip ad from 2:40 - 5:20
4:02 BRO THANK YOU VERY MUCH! AI WEBSITE BUILDER I'M SHOCKED!
These are all really amazing ideas. I have to try at least one of these. Thanks for the video.
That was the most motivational video I've seen in a long time.
Thank you very much
Not gonna lie, I legit expected the worst idea to be a todo list. You got me! 😅
Wow, Great Vid Jason. I did the exact 5th project for myself, but didnt know that it was a legit good one. Thanks :)
No way!! Glad to hear that haha. We're the same kind of cool :)
Some good inspiration here, will definitely try to start on one of these
The video was really informative and fun. Thank you for your work. Love creators like you. Keep up the good work.
Hey Jason, I Loved the video and the project ideas are really awesome! The last project of yours about downloading the songs in mp3 really blowed my mind, so could you possibly create a video on how you did it and maybe share it so others can also use it ?
Worked at a corporate job and quit it in 6 months cuz it’s trash. Now I’m working in my own project that I always wanted to work on. I’ll be able to build multiple service providing apps and market it. If I can get 100-500 clients I’m set for success
i realized i'm chronically online when i correctly identified the segway before the actual sponsored section came in
Thanks for the tip of not programming my own portfolio website! Though I think yours could improve a little
These ideas are absolutely brilliant.
3 months, over a hundred of applications, not a single itnerview. I need every advantage I can get
longest ad ive ever seen, but other than that good ideas
Thank you for the video you are absolutely right.
Honestly, I disagree with not building your portfolio website. Don't be in such a rush. Understand how stuff works. Its what makes you an engineer when you are curious. While its ok to just do this for a job, if you do not enjoy the little things like building your website from scratch, you will hate this field especially when you are tasked or hired to build something you do not want to do.
I see your point, but I think there is a lot of tedious stuff when it comes to making a website look pretty. Most engineers are more about functionality, and even the ones that do frontend usually have a designer to help them with designs. I definitely see both viewpoints, but my personal opinion is I see students get caught up in trying to create animations and pretty websites when they should be learning the foundations of cs. I think thats better done building a functional product with a backend and a db. Different strokes!
@@JasonGoodison i'd much rather see a student create their own portfolio, even if they use a template from a site like themeforrest and just do the technical stuff if that';s what they are into.
Just checked out your website after watching this for the first time. It is really great and I can't believe that ai generated the main basis and framework for it.
"Poor design is going to reflect on your capabilities"... meanwhile me trying to be a back-end dev thinking how to optimise my website portfolio to automatically shut down the webapps when they aren't needed to save costs. Design is forgotten when 60% of the stuff you interact with is in the terminal.
I made a podcast scrapper, just to get a warning from the website to take down the github repo.
My man, your finally back!!😁
🍻its been too long
Glad you featured Tim, he is really an wholesome guy
Another for don't do (or dont include): any of those recommended coding practice projects everyone does, and there are hundreds of tutorials for. Not that they arn't good practice, or a way to get a grip on a new languages basics - but as a portfolio project unless you do some custom extra thing to make yours really stand out, all it shows is you can follow a tutorial. Not quite what recruiters would be looking for.
So should I actually not build my own portfolio website or is he just trying to sell me an ad?
my thought exactly, vanilla code and going over mistakes and fixing them will do everyone good
I will never pay money to make a website if I can just make my own for free... (Talking about the don't code your portfolio tip)
This was a very insightful video! thank you!
Still mad that you dragged me out of bed - jk, love how this vid came together!
Haha next time you can come to SF
Facial recognition script thing... "That dude that owes you 500$"... That's really hilarious 😂 😂 ❤
Great ideas, thanks for them 😮
Tat Peter Griffin playing with the blinds is just me with everything 😂
this was a ready interesting video! thank you for all yours insights!
I can say that as a Self-teaching programmer with an arts degree, this list is fire.
I've definitely built a real estate web app and deployed it AWS on free tier but still feel like I'm not that good enough to get hired😑😑
Actually I think the portfolio is not a side project for any dev who IS NOT front-end. If you are, you should absolutetly do it yourserlf.
HASDHASHHS IT'S ACTUALLY SO FUNNY HOW RANDOMLY, 3 OF THE RUclipsRS I WATCH CAME TOGETHER HASDHASH
haha what a coincidence :)
Your domain is expired. I thought you had the 48 month subscription. Is it not worth it?
thank you for this
Bro that first idea is something I actually need 😅
At the beginning of the video, I immediately thought to build something for music. Fast forward to the end and we have the same idea😂
Dont need all this boilerplate.
Just follow two steps to build better projects:
1. Get better at identifying patterns, IN EVERYTHING. Not just code snippets, the entire functioning.
2. Solve a real world problem, doesn't need a fixed users. It could literally be just for yourself. Even this requires pattern recognition, because you can only automate something you have a pattern for.
I started the video thinking:
"another exaggerated kids video"
...
at the end of the video...
a freaking list written down of awesome tips.
good job
Hell yeah, you're back!
Woot woot you know it 😉
The editing goes crazy
This is great mate!
This video was great!
Bro i am watching ur video first time, it is amazing and creative good luck while growing this channel u r the best and so interesting thanks man for amazing content
@Jasongoodisonn what a gift bro?
The best project ever is make people watch a 8 minute video with almost 40% sponsor time. That defnitely would make money.
Collab heaven fr 😭