5 Coding Projects That Give You An UNFAIR Advantage

แชร์
ฝัง
  • เผยแพร่เมื่อ 12 ม.ค. 2025

ความคิดเห็น • 141

  • @TechWithTim
    @TechWithTim  ปีที่แล้ว +20

    Another thing that gives you an unfair advantage is my software development course ;) techwithtim.net/dev

    • @jeraldschreiber3056
      @jeraldschreiber3056 ปีที่แล้ว

      Do you go over things like this in your course?

    • @TechWithTim
      @TechWithTim  ปีที่แล้ว +1

      yes of course! you can also chat with the community, myself and the great coaches we have@@jeraldschreiber3056

    • @chicanicajfcp
      @chicanicajfcp 11 หลายเดือนก่อน +1

      Seems like you choose one of the specializations. Do you have a price for choosing all three specializations?

    • @TechWithTim
      @TechWithTim  11 หลายเดือนก่อน +1

      Each extra specialization is $300. So if you wanted all three it would be $800 + $300 + $300 = $1400@@chicanicajfcp

    • @nested9301
      @nested9301 8 หลายเดือนก่อน

      Yeah of course you are selling a course smh

  • @G_a_n_d_u
    @G_a_n_d_u ปีที่แล้ว +508

    1. Automated trading bot
    2. Sentiment analysis
    3. Blockchain base voting system
    4. Online multi-player game
    5. Computer vision related application

    • @chiroyce
      @chiroyce ปีที่แล้ว +54

      Saved me nearly 10 minutes, thanks!

    • @paraglide01
      @paraglide01 ปีที่แล้ว +30

      You forgot to mention Nordpass 🤣

    • @davidlee588
      @davidlee588 11 หลายเดือนก่อน +5

      Wish all TH-cam videos could be compressed into these simple texts!

    • @michaeltse321
      @michaeltse321 11 หลายเดือนก่อน +19

      1. Building an automated trading bot, even if it fails, can be a great story and showcase real-world application skills for a resume.
      2. Scraping tweets, TH-cam comments, and other online content to analyse sentiment can be a powerful and advanced project that stands out on a resume.
      3. Building a blockchain-based voting system showcases understanding of large-scale system design and architecture, standing out on a developer resume.
      4. Building an online multiplayer game can be a great project to have on your resume and can showcase various aspects of the job.
      5. Building a face detection system for a Raspberry Pi security system can be a cool and practical computer vision project with real-world applications. Computer vision projects can make you stand out and give you an unfair advantage in the real world.

    • @thefamousdjx
      @thefamousdjx 9 หลายเดือนก่อน +1

      chatgpt does sentiment analysis pretty easily and more accurate than anything you can build yourself so I dont think such will stand out

  • @mmaer
    @mmaer ปีที่แล้ว +454

    I developed a trading bot in 2017 and consistently include it in my resume. I agree with your point; it certainly catches the attention of hiring interviewers. They often ask, "How did it perform? Was it successful?" My response is always candid: the bot functioned as intended, but if it had been truly successful, I wouldn't be seeking employment right now. Interestingly, this experience has been a key factor in my being hired 100% of the time.

    • @AnoNym-zi5ty
      @AnoNym-zi5ty ปีที่แล้ว +29

      "Wasn't too great of a bot, else you wouldn't be looking for a job"

    • @mmaer
      @mmaer ปีที่แล้ว +10

      @@AnoNym-zi5ty House always wins. Anyone says they are profitable with their trading bot as a retail trader is either lying or has a luck of a lottery winner. :D

    • @january9765
      @january9765 ปีที่แล้ว

      Hey can u tell what tech stack did u used

    • @mmaer
      @mmaer ปีที่แล้ว

      @@january9765 I started with plain old bash running in shell background. Then I learned python for websockets to retrieve better real-time updates, and that's it. Tech stack is irrelevant. Your trading logic is more important as it will cost you money. You can create your same bot with same logic in pretty much any language.

    • @loicturounet6533
      @loicturounet6533 ปีที่แล้ว +1

      Did you use a well known trading strategy ? What platform did you trade on ?

  • @NoToBusinessCasual
    @NoToBusinessCasual ปีที่แล้ว +19

    Thanks Tim. I just passed on your video to my daughter who is in school for computer science. I myself, even though a Comp Sci graduate, feel too old and only end up drooling at these ideas.

  • @thewhiteoaktree
    @thewhiteoaktree ปีที่แล้ว +36

    I added these projects to my CV, the recruiter thought I'm a crypto scammer

  • @garrettsmith315
    @garrettsmith315 ปีที่แล้ว +29

    I know you're a mentor to millions, but i always feels like you're speaking directly about my projects!

  • @smnomad9276
    @smnomad9276 ปีที่แล้ว +29

    You've been posting some great videos lately, mainly about real life useful projects that one can do and I really appreciate that! Keep this same mindset!

  • @parlor3115
    @parlor3115 11 หลายเดือนก่อน +4

    Thank you. I watched this video 10 years ago, and started OpenAI. Look at it now.

  • @t_charts6851
    @t_charts6851 10 หลายเดือนก่อน +3

    Great ideas! Do you have a video for the 5th project?

  • @marcotroster8247
    @marcotroster8247 ปีที่แล้ว +28

    Nice ideas. I'd suggest some low-level performance optimization as well. It shows that you know how a processor works (which makes you stand out, sadly).

    • @smnomad9276
      @smnomad9276 ปีที่แล้ว +3

      Would you mind elaborating on how to do that and when exactly? Should it be a separate project on its own or what?

    • @marcotroster8247
      @marcotroster8247 ปีที่แล้ว

      @@smnomad9276 You could just develop a very fast chess engine or code your own little deep learning framework and then use it in your project.

    • @XxDruidegoxX
      @XxDruidegoxX ปีที่แล้ว +1

      Commenting to follow the thread

    • @dnm9931
      @dnm9931 ปีที่แล้ว +1

      Please expand on this on how you could do this in projects

    • @marcotroster8247
      @marcotroster8247 ปีที่แล้ว +5

      @@dnm9931 Just do the back of the envelope calculation on how fast the program should theoretically run. Then measure how fast it actually runs with your current implementation through some benchmarks. And in case it makes a considerable impact, think about optimizing it.
      There's no secret sauce to optimization. You need to be able to judge how much work a processor can pull off and then figure out why it's slow and optimize.. Plus you need a good understanding of how a processor works to come up with proper solutions. That's the whole skill.

  • @vivienhounsounou1867
    @vivienhounsounou1867 ปีที่แล้ว +6

    I didn't know someone of your level could still think that there is anything new or unique. But I'm not surprised, our world is run and led by the blinds

    • @thefamousdjx
      @thefamousdjx 6 หลายเดือนก่อน

      Telling people to go out of their way to learn useless web3 stuff and game development just to have a unique resume is crazy advice.

  • @ondraRoney
    @ondraRoney 4 หลายเดือนก่อน

    Your video turned out to be gold treasure. Thank you!

  • @felixinit
    @felixinit 7 หลายเดือนก่อน +1

    1 Automate Trading bot
    2 Sentiment análisis
    3 Blockchain
    4 Multiplayer online Game
    5 Computer vision project

  • @Shaheer-xs5os
    @Shaheer-xs5os ปีที่แล้ว +8

    Damn, all of these are really complicated for me... but thank you for these challenging projects...

    • @thefamousdjx
      @thefamousdjx 6 หลายเดือนก่อน

      Its a waste of time building all that stuff, learning web3, game dev for no reason at all other than your resume is not the best use of time. Game development, security and blockchain stuff are a whole job in themselves lol if you follow that advice you'll forever be in tutorial hell because you'll always feel like you have to know everything. Just focus deeply on your specific area build things that specifically target the core skills and you'll do just fine. Its very competitive out there and sometimes its things you cant really control. Most things you can always learn on demand anyways he also admits he learnt blockchain on the job while getting paid so not sure why he asking people to randomly learn it.

  • @AdityaPant-x1v
    @AdityaPant-x1v ปีที่แล้ว +9

    Now 47k people have these project in their resume😂😂😂😂

    • @MrX-zf5gl
      @MrX-zf5gl 11 หลายเดือนก่อน +9

      I would be shocked if even 10% of the viewers actually implement these projects in their resume . The majority just isn't that dedicated , passionate about their work .

  • @learner3404
    @learner3404 10 หลายเดือนก่อน

    Your Editor is awesome!

  • @carlossanteliz5293
    @carlossanteliz5293 ปีที่แล้ว +2

    Great ideas and video. Thank you, Tim : )

  • @jwbonnett
    @jwbonnett ปีที่แล้ว +9

    Trading bots get shut down all the time and you can actually have legal issues due to building them. This is because the finacial data is usally scraped or used in a way that is prohibited by to the T&C or data that you do not own.

    • @sbussisodube1084
      @sbussisodube1084 ปีที่แล้ว

      🤓

    • @jdally9872
      @jdally9872 ปีที่แล้ว +5

      who cares. use it as a proof of concept then. don't let that be an impediment to your learning/resume-building

    • @jwbonnett
      @jwbonnett ปีที่แล้ว

      Are you dumb? You know the fintech world of dev log everything? So even if it is for proof of concept, you're using data that could land you in jail... Or at the very least get you banned from using any trading software in the future, when you have your concept @@jdally9872

  • @dnm9931
    @dnm9931 ปีที่แล้ว +2

    Guys how do you think is the best way to build these projects? Following a TH-cam tutorial ? Or GitHub repo? Or just gathering information from different places and trying and failing? Thanks 🙏🏾!

    • @phinehasuchegbu8068
      @phinehasuchegbu8068 ปีที่แล้ว

      I need an answer on this?

    • @octavlone3867
      @octavlone3867 11 หลายเดือนก่อน

      me too😢

    • @archockencanto1645
      @archockencanto1645 8 หลายเดือนก่อน

      n3, but only if you have plenty of experience (few months' at least).
      Until then, just focus on trial and error and research on smaller projects.

  • @wonjunjang3839
    @wonjunjang3839 ปีที่แล้ว +1

    Thank you for these great videos Tim!!

  • @VictaoBR
    @VictaoBR ปีที่แล้ว +5

    And today I woke up thinking of proceeding with my backtesting and day trading project to learn python

  • @cashpay50
    @cashpay50 10 หลายเดือนก่อน +1

    I thought the 2nd project was to build a NordPass clone :D

  • @TheCidraque
    @TheCidraque 11 หลายเดือนก่อน +1

    Don't be scared man, embrace baldness you are going to look hot

    • @TechWithTim
      @TechWithTim  11 หลายเดือนก่อน +2

      You’re right I should just shave it all off

  • @hakeemgardner2161
    @hakeemgardner2161 ปีที่แล้ว +1

    Would thess be useful as an aspiring web developer?

  • @mkk-un9nz
    @mkk-un9nz ปีที่แล้ว +1

    thank you bro for sharing and by the way did you find out the cat?

  • @fabiojonathanarifin1
    @fabiojonathanarifin1 ปีที่แล้ว +1

    I've never touch game creation (Project 4) what kind of stack and hosting that'd be nice for that?

  • @matasmatas7030
    @matasmatas7030 11 หลายเดือนก่อน

    Do you have videos or courses on full-stack training? From web design, and databases to admin?

    • @TechWithTim
      @TechWithTim  11 หลายเดือนก่อน +1

      Yep, you can check my course techwithtim.net/dev

  • @Elriogranade
    @Elriogranade ปีที่แล้ว

    Which camera did you use for the raspberry pi?

  • @Petreonvitor
    @Petreonvitor ปีที่แล้ว +2

    now this projects isnt more an unfair advantage, because you show them 😂, but still a nice project list to put in the portfolio

  • @uncle-it-hk
    @uncle-it-hk ปีที่แล้ว

    I have many passwords as well, let me try the Nord pass as well, thanks again Time 🙂

  • @slayer1347
    @slayer1347 ปีที่แล้ว

    how can i learn? any step by step books or tutorials? thanks

  • @Leonmaffrand
    @Leonmaffrand 11 หลายเดือนก่อน

    Finally a video with cool ideas instead of a how-to-get-hired-101 bunch of lies that infecta the web now

  • @ThePoliticalLambaster1
    @ThePoliticalLambaster1 ปีที่แล้ว +4

    This nonsense that you need to solve a problem. That should be for the skilled developer to do, not a standard programmer. Setting the bar ridiculously high as per usual for standard coders

    • @edmundob.guevarra9565
      @edmundob.guevarra9565 4 หลายเดือนก่อน

      care to explain whats wrong with his advice? I'm genuinely interested to know.

  • @petercooling3503
    @petercooling3503 ปีที่แล้ว +2

    Can you do walkthrough of these

  • @ArjunSinghBhadauriya
    @ArjunSinghBhadauriya ปีที่แล้ว +1

    That's why I subscribed To Tim

  • @ItsMe-vo1du
    @ItsMe-vo1du ปีที่แล้ว

    Amazing, we need other projects ideas

  • @vishalpachpande5921
    @vishalpachpande5921 11 หลายเดือนก่อน +1

    My resume filled with computer vision application. Still no response 😞😞😞 I will work for free if i can even enter into the market 😢

    • @pawe8713
      @pawe8713 11 หลายเดือนก่อน

      do you have github link?

    • @vishalpachpande5921
      @vishalpachpande5921 11 หลายเดือนก่อน

      @@pawe8713 Actually i developed those projects during my internships. i don't have any link to show them. you are right i must make something to show on my github.

  • @SreejithNair-m9j
    @SreejithNair-m9j 6 หลายเดือนก่อน

    i guess only learning python is not enough i need to learn other techs as well for such projects you mentioned.

  • @matiqueedwards2269
    @matiqueedwards2269 9 หลายเดือนก่อน

    Only thing thats missing about this video is where to go to learn how to build these things , and with what languages 😅

  • @dotdotdotdotdash
    @dotdotdotdotdash 7 หลายเดือนก่อน

    Unfair advantage for 181k people is not actually an "unfair advantage" anymore

    • @wombozombo
      @wombozombo 4 หลายเดือนก่อน

      womp womp womp...

  • @silverstreetman
    @silverstreetman ปีที่แล้ว

    Great content. Can you give pointers for the games. Also the computer vision if you dont mind. I am trying to teach kids building appsnand that would be of great help. Thanks in advance.

    • @TechWithTim
      @TechWithTim  ปีที่แล้ว

      Games is based on language you wanna use. For computer vision you could use open CV

  • @completelyanonymous4519
    @completelyanonymous4519 ปีที่แล้ว

    End up with nobody around. End up with no nodes anywhere....

  • @ubongudotai
    @ubongudotai 7 หลายเดือนก่อน

    Nice one!

  • @martinmugyenyi9437
    @martinmugyenyi9437 ปีที่แล้ว

    Awesome!!! Content.

  • @radosawprzeslakiewicz5770
    @radosawprzeslakiewicz5770 11 หลายเดือนก่อน

    And some senior dev in his 30s or 40s rather do not have time for such play ...

  • @JaisidhSinghBAI
    @JaisidhSinghBAI 11 หลายเดือนก่อน

    Last time I was here Tim didn't have a beard. Been a while.

  • @pravachanpatra4012
    @pravachanpatra4012 ปีที่แล้ว

    Can you make a video on creating a neural network library from scratch?

  • @catguy96
    @catguy96 9 หลายเดือนก่อน

    Recruiter: We are hiring for an entry level junior developer job
    Job seeker: I just applied for this job. I have over 3 years of experience using React and Angular
    Recruiter: lmfao thats cute. we're looking for 7+ years of machine learning & SQL experience and 5 professional references who can prove you can do the job
    Job seeker: no wonder why tech is fucked
    Recruiter: not my problem

  • @XxMADAX_XFAKAxX
    @XxMADAX_XFAKAxX ปีที่แล้ว

    games are not easy people, in my opinion game dev is the hardest programming class that you can put your hands on but f* me its hella fun ^^ dont forget the hard part tho

  • @Pepcen
    @Pepcen ปีที่แล้ว +4

    Your titles are so clickbaity man

  • @dnm9931
    @dnm9931 ปีที่แล้ว

    Hello @mmaer @TechWithTim what would be the best way of building a trading bot? Following a TH-cam tutorial or just gathering information from different places in your own?

  • @McLovinYoMuffin
    @McLovinYoMuffin ปีที่แล้ว +1

    Bro whats with the dark circles and fatigue around your eyes in your vids? You eating right and getting enough sleep? I used to have that, then switched to the carnivore diet and I feel awesome.

  • @CygnusX-11
    @CygnusX-11 8 หลายเดือนก่อน

    what if everyone decides to stand out and be different

  • @completelyanonymous4519
    @completelyanonymous4519 ปีที่แล้ว

    End up with no nodes left

  • @KuldeepSingh-fm7bv
    @KuldeepSingh-fm7bv ปีที่แล้ว +6

    Me watching this just after completing my algo trading bot project 😂. Love from India 🇮🇳 really useful videos you make.

    • @elielvieira3041
      @elielvieira3041 ปีที่แล้ว +5

      indians always taking the W in coding😂

    • @elielvieira3041
      @elielvieira3041 ปีที่แล้ว

      what was you stack, friend?

    • @KuldeepSingh-fm7bv
      @KuldeepSingh-fm7bv ปีที่แล้ว

      @@elielvieira3041 Just Python and broker api 😊

  • @dunyacpp
    @dunyacpp ปีที่แล้ว

    I am just wondering can a 2nd grade build such things ?

    • @maor3257
      @maor3257 ปีที่แล้ว +3

      No. Prove me wrong, and push yourself to your limits.

  • @CurioMotiveClips
    @CurioMotiveClips 11 หลายเดือนก่อน

    commenting to make my feed like this

  • @jamesbondisamonkey
    @jamesbondisamonkey ปีที่แล้ว

    and by watching and copying this video, now all of the projects here will be shared, until a new video is made, and so forth

  • @DennisPing
    @DennisPing 11 หลายเดือนก่อน

    Swole with Tim

  • @completelyanonymous4519
    @completelyanonymous4519 ปีที่แล้ว +2

    Are you sure, man? What are you high or something?

  • @johndowland4623
    @johndowland4623 11 หลายเดือนก่อน

    Don't believe all these yt videos on the topic. What they really care is if you're willing to do 8 hours at 15 eur /hr, you're young, and you have no ambitions. If you got it all but don't have a degree in IT they'll pick the one who also got it all included the degree. These have been 100% of the recruiters on linkedin for the last 5 years. They don't even open the fucking link of your projects, don't worry.

  • @charlinamaxwell3595
    @charlinamaxwell3595 ปีที่แล้ว

    tim get a dangly earring

  • @olyvarjohannes6094
    @olyvarjohannes6094 ปีที่แล้ว +11

    The sad reality is Tech is extremely overcrowded and oversaturated

  • @sascha1461
    @sascha1461 7 หลายเดือนก่อน

    you can surely get a job in a crypto bro company with that resume lol

  • @nihal_347
    @nihal_347 ปีที่แล้ว

    now everyone has an unfair advantage...

    • @TechWithTim
      @TechWithTim  ปีที่แล้ว +2

      Nope because most won’t do it!

    • @ingamanujax8066
      @ingamanujax8066 ปีที่แล้ว

      ​@@TechWithTim If most of the people who know that such projects would give them a huge advantage are still not motivated enough to implement them, then this advantage isn't really unfair. Instead it shows that this person has certain skills and personality traits that might make them objectively a better fit for soome role than other candidates.

  • @yktv_edotty
    @yktv_edotty ปีที่แล้ว

    I remember you from 2020

  • @aboozarsobboohi827
    @aboozarsobboohi827 ปีที่แล้ว

    Thanks

  • @TheAmaterasu19
    @TheAmaterasu19 3 หลายเดือนก่อน

    bro you cant read any of the titles of the projects in your video, white letters with a yellow background is about the worst combo for a title xD

  • @sakshinarkhede3854
    @sakshinarkhede3854 ปีที่แล้ว +2

    Hey Tim,
    Just discovered your channel and loving the project ideas you share!
    🚀Quick question: how can these projects help me stand out, considering others might have done or will do them? Any tips for adding a unique twist?
    Also, when diving into these projects, I sometimes struggle to find good reference code. Any go-to resources or platforms you recommend for finding reliable code to guide my own?
    Thanks a ton for the awesome content! 😄

    • @juandager5220
      @juandager5220 ปีที่แล้ว

      Tech jobs are always in high demand. So even if "others" will complete similar projects, you'd still stand out above the majority of applicants who won't have these projects in their resume.

  • @completelyanonymous4519
    @completelyanonymous4519 ปีที่แล้ว

    Computer virus and bacteria everywhere....

  • @completelyanonymous4519
    @completelyanonymous4519 ปีที่แล้ว

    Copy and virus. Copy Angelou's and copy and copy and copyong and all the data. And greedy people tryong to delete everybody 😊

  • @yahyaa4499
    @yahyaa4499 ปีที่แล้ว

    Full stack app?

  • @brandonromero421
    @brandonromero421 11 หลายเดือนก่อน

    YOU MADE AGARIO????

  • @AhmedBouzaffour
    @AhmedBouzaffour ปีที่แล้ว

    they are not unique anymore

  • @_.-.
    @_.-. 11 หลายเดือนก่อน

    Wow, these suck!

    • @TechWithTim
      @TechWithTim  11 หลายเดือนก่อน +1

      What’s a project you would recommend? :)

  • @completelyanonymous4519
    @completelyanonymous4519 ปีที่แล้ว

    You might copy a virus.

  • @PapaMufti
    @PapaMufti ปีที่แล้ว

    first!