5 Coding Projects (from beginner to advanced)

Поділитися
Вставка
  • Опубліковано 28 лис 2024

КОМЕНТАРІ • 123

  • @StrongHeartGaming
    @StrongHeartGaming 2 роки тому +45

    I'm at 3:50 in the video and it's already awesome!
    Quick tips for those who want them (I'm an university student in IT) for comparing different "hello worlds":
    -Beginner Level-
    -> Hello World == print("Hello World")
    -Intermediate Level-
    -> Hello World == create some program that does stuff for you to simplify your daily tasks (aka math problems solvers, auto-generate stuff for you to use, sort things from a file etc.)
    -Advanced Level-
    -> Hello World == you'll get to easily create a (kinda) complete API in about 3 hours and connect it to a front-end (that is somehow complex) to show data from a local/public database.
    It's about the point of view . So just don't give up cuz you're watching peeps online coding from zero an e-shop with a SQL database and other complex stuff. That's easy for them cuz they do it on daily basis. Perhaps now it's easy for you to automate any task that you need to do (aka intermediate level) and you wanna go to the upper tier. Well just be patient and don't give up (maybe others are looking at you like you're a god because they just got started, as you are looking at others and think they are gods because they are above you) .
    Be patient , have fun and subscribe to ForrestKnight cuz damn he's a god in programming xD ;)

  • @Endou47
    @Endou47 2 роки тому +221

    I'll start my Software Engineer degree in two months and you've been my guide through this CS world, man. Love watching your videos. Keep it up, dude.
    Cheers from Brazil!

    • @lucashyko6566
      @lucashyko6566 2 роки тому +2

      espero que tenha dado tudo certo meu bom!

    • @jonybtw
      @jonybtw Рік тому +1

      1 year after still wish you the best hugs from portugal!

  • @theonewhoasked7254
    @theonewhoasked7254 2 роки тому +25

    I'm starting a Computer science degree in 1 week. I've been binging all your videos . Hopefully I'll ready for all this.

    • @asapbrianjr
      @asapbrianjr 2 роки тому +15

      You're ready my friend. I went into my CS degree with no prior knowledge of it even existing. Now, I'm one interview away from my first job as an Android dev. You'll have a head start over 85% of the class. Just be prepared to work. Best of luck!

    • @forthehomies7043
      @forthehomies7043 2 роки тому +5

      Take it one day at a time. One step at a time. Fall in love with the long journey of life, and programming ahead! Best of luck to you.

    • @emin6626
      @emin6626 2 роки тому

      I started this week too. Computer Organisation looks like hard hope I am wrong xd

  • @wyalves
    @wyalves 2 роки тому +254

    Another useful tip is to make these projects in different programming languages, so besides improving your overall software development skills, you can also learn new languages in a more practical and less boring way.

    • @Endou47
      @Endou47 2 роки тому +2

      Dale, brasileiro?

    • @fknight
      @fknight  2 роки тому +168

      But also avoid hopping from one programming language to another without truly understanding the concepts of one.

    • @wyalves
      @wyalves 2 роки тому

      @@Endou47 Sim 😅

    • @anon_y_mousse
      @anon_y_mousse 2 роки тому +1

      And if you're trying to understand a new language I've found that the most fun way is to read the specification or standards document, if one exists, and implement a compiler for it. It's also fun to write a BF interpreter if you want the easier route for trying to understand a new language. If you don't know it already, it's an esoteric language which I have to censor here, BrainF***.

    • @bkucenski
      @bkucenski 2 роки тому

      It's hard to say how useful language diversity it. You can make a lot of money in one main language. I make all my money in PHP.
      I've also used QuickBASIC, C++, C#, Perl, Java, and JavaScript. If you need or want to learn a new language, I found that recreating projects worked well. I had things I made in BASIC that I redid in C++. One of my projects years ago started with Wolf5K in JavaScript and went to Java, C++ and finally C# where I had bump mapping, depth mapping, real-time lighting, a web-site to create maps and upload resources that the C# game would download, etc. It was a little nuts.
      The bigger and more meaningful the project is to you, the more you'll learn as you spend more time on it. Most languages I learned by doing game programming. PHP I learned for strictly web-sites. I have my own big projects that have been in development for 10 years. One of them I wrote in PHP, then converted to C# and then converted back to PHP. You just need to figure out what projects are interesting to you and then focus on the language that's most appropriate for those projects.

  • @NathanHedglin
    @NathanHedglin 2 роки тому +2

    CMS is an amazing project. I built a CMS, e-commerce and SaaS site for a client as a junior dev. Made money and learned a ton.

    • @psibarpsi
      @psibarpsi 3 місяці тому

      how did you get the client?

  • @ChiKiNGaming
    @ChiKiNGaming 2 роки тому +6

    Perfect timing for this to pop up on my feed. I've been poking through Leetcode and feeling disconnected in some way. These connected type projects are just what I was craving! Tyvm🍻🐓

  • @davidtorres5646
    @davidtorres5646 2 роки тому +5

    I am really enjoying these new type of videos about programming and CS!!

  • @manbirsingh1634
    @manbirsingh1634 2 роки тому +27

    Perfect! I just finished basics of python and would love to try the ones i can!

    • @user-md5lz2xq5i
      @user-md5lz2xq5i 2 роки тому

      Helpline📲📥⬆️
      Questions can come in⬆️…

    • @ShtukyTech
      @ShtukyTech 2 роки тому +1

      Python is my love!

    • @Mnkeys
      @Mnkeys Рік тому +1

      Idk how you've done with this lately but the middle section is where you're gonna learn the most. Using different APIs to grab and manipulate data is key. Very rarely will you be able to utilize the 3rd one cause most structures are already built and you're manipulating it (unless you're starting from absolute scratch which is very time consuming)

  • @nowmine
    @nowmine 2 роки тому +28

    Great info, you make the coding journey feel less daunting 👍

  • @Taktical
    @Taktical Рік тому

    So i am in my 3rd year of my CS University for my Bachelor's Degree
    -Beginner Level- Hello World
    -Beginner Level- different equation calculators, auto generated stuff, writing and reading from files etc
    -Intermediate Level- Weather web app, using publicly available APIs
    Advanced Level Close to full stack application made as a sort of course check for both students and professors. Displays courses and grades for both, but professors can grade students directly from it.
    I still have a lot to learn, but i am happy to find out a lot of the things i did during my studies closely match the progress of what i need to get a job. Thanks.

  • @trulyno
    @trulyno 2 роки тому +1

    I remembered that several years i go i tried learning java from a book. I remember how o copied the code exactly from the book for a hellos world program and the program didn't work xD. After sever tries, the same code worked after restarting the ide. Definitely a bummer... I continued to learn from the book and stoped after a couple of days. But i did start again thanks to the courses i started. At the moment I'm last year school, then I'll go for an internship at an IT company. I want to start as a QA tester(from my courses), then after a couple of years to switch to back end dev. I'm not a creative person, so look for ideas to code like in this video. Thank you, it stopped my break from programming. My current project is modpack for Minecraft and i use js to modify recepies.

  • @sema8962
    @sema8962 2 роки тому +5

    I'm second year Computer Science student and I'm planning to be Software engineer. These videos help me a lot, thank u💛

    • @powerfix2075
      @powerfix2075 2 роки тому

      Hello, I am also in second year Computer science student and also planning to be software engineering .can you company with me?

    • @lohacker9495
      @lohacker9495 2 роки тому +1

      I am in second year too but I still don't know what I want to be :(

    • @sema8962
      @sema8962 2 роки тому +2

      @@lohacker9495 it's okay i think, just search about different fields (AI, game developing, cyber security...)

  • @proudlycanadian3023
    @proudlycanadian3023 Рік тому +1

    Since watching these "UA-cam" videos, my knowledge of coding and Visual Basic Advanced level is of absolute perfection! It is impeccably flawless and immaculate to the highest degree! I know that I sound arrogant, but I recognise my own self-worth and pride! Thank you very, very much for being amazingly perfect to the highest degree!

  • @alaouiamine3835
    @alaouiamine3835 2 роки тому +3

    Great video, i was bored of everything lately, and you just sparked my motivation.

  • @TheFootballPlaya
    @TheFootballPlaya 2 роки тому

    Let the Forrest be with you

  • @specksdude
    @specksdude 2 роки тому

    I feel it. I am becoming one. Hurray. Thnx Forest

  • @duwangchew
    @duwangchew 2 роки тому

    When I saw that you were using word, I knew I couldn't take this video seriously. Nice one.

  • @rhinoTube
    @rhinoTube 2 роки тому

    I just checked API Layer, there is so much stuff on there, I'm going to enjoy playing around on there!

  • @3WR6f3
    @3WR6f3 Рік тому

    My next step is lower level tools dev and it's the ultimate challenge

  • @jorgeraymason
    @jorgeraymason Рік тому

    Hey ForrestKnight, the perfect project for you is a Castle in the woods

  • @loek1455
    @loek1455 2 роки тому +1

    Uhh nice, always great to get some ideas

  • @wandavazquez6320
    @wandavazquez6320 2 роки тому +1

    Great information. Thank you

  • @ThaoPhuong-ln9vc
    @ThaoPhuong-ln9vc Рік тому

    Damn, the recession app is pretty on point lol

  • @WorldTimeLineChannel1
    @WorldTimeLineChannel1 2 роки тому

    Thank you Forest.

  • @manivannan.m1491
    @manivannan.m1491 2 роки тому +2

    Thank you man

  • @elijahzimmerman2053
    @elijahzimmerman2053 2 роки тому +2

    If you do project 3 on a sport you know nothing about it will be more like professional software development.

  • @Jankcraft
    @Jankcraft 2 роки тому

    Nice Newfoundland mug my man

  • @E121C1C
    @E121C1C 2 роки тому +7

    I'm an advanced beginner

  • @forthehomies7043
    @forthehomies7043 2 роки тому +1

    3:05 - 3:25
    *me crying thinking of my first time programming on a computer*

  • @JohannVF
    @JohannVF 2 роки тому +3

    Could you drill down into what exactly a "content management system" consists of?

    • @lp100black
      @lp100black 2 роки тому

      Yeah, I would like to know a little more as well

    • @theepicgamer1196
      @theepicgamer1196 2 роки тому

      My understanding is that a Content Management System (CMS) is a tool that helps you to easily manage content (text, image, video) on a website without coding. An example of a CMS is Wordpress.
      If you look up "What is a content management system", you will probably find what you are looking for.

  • @skvttlez1263
    @skvttlez1263 2 роки тому

    The third project would probably be my next step but it seems like such a huge jump. I wouldn't even know where to start.

  • @pratikthorat3480
    @pratikthorat3480 2 роки тому

    I do not understand this particular statement and it's context.
    "Your technical debt is through the roof."
    Can anybody explain?

  • @ShtukyTech
    @ShtukyTech 2 роки тому

    Now you have to choose programming language

  • @rein556
    @rein556 Рік тому

    Wow! and How can we find our own straight forward coding projects? after doing these?

  • @WeirdDev69
    @WeirdDev69 2 роки тому +1

    I didn't understand the 3rd beginner level project! Can anyone explain in short?¿

  • @christianrodrigues1965
    @christianrodrigues1965 2 роки тому

    as a programmer that also enjoys surfing, I loved the analogy you made 🤣

  • @pullrequest1481
    @pullrequest1481 2 роки тому

    How should i please you to make the part 2 video of this. I really need projects, but injust kinda dumb to start. 🙏🏻

  • @mushroom_clouds
    @mushroom_clouds 2 роки тому

    Please where did you get that cool keyboard?

  • @dropdead4gaming
    @dropdead4gaming Місяць тому

    Let me ask you a honest question , as a self taught developer do i need a B.S in software development , considering iam 31

  • @rxbugZz
    @rxbugZz 2 роки тому

    The facts at 3:06 tho

  • @Da_c9
    @Da_c9 2 роки тому +2

    Hi I'm 15 and I wanna learn how to code , how do I get started

    • @NathanHedglin
      @NathanHedglin 2 роки тому

      Find an online Python REPL
      Read Python documentation
      You really don't need much else.

  • @joelleimbacher6696
    @joelleimbacher6696 2 роки тому

    I dont know i started my Software Career with an Iphone/android app that fully works that im gona deploy when its 100% finished its a Motivation Calendar but i have so much work to do now 😫

  • @Mikebigmike94
    @Mikebigmike94 Рік тому

    Man i don't know what to choose, i stopped half way through a python Udemy bootcamp cos i was enjoyed the data stuff we did so i completed a fairly long data science and machine learning course, enjoyed it but missed coding. If i try do both i probably wont master either.

    • @ILoveAmerica1123
      @ILoveAmerica1123 Рік тому

      Do whatever you think is interesting and fun. There is no wrong direction. If you are learning, you're doing the right thing.

    • @Mikebigmike94
      @Mikebigmike94 Рік тому

      @@ILoveAmerica1123 thanks for the advice! Since I wrote the comment I’ve switched to a electronics engineering degree with some coding modules.

  • @damin1916
    @damin1916 2 роки тому

    I already did these projects, I was just wondering if someone had a tip for an advanced project to get better at back/end development with nodejs and typescript. i am trying to get something to impress companies so they want me as an intern.

  • @NihilgeistYT
    @NihilgeistYT 2 роки тому +2

    Hey Mr.Knight, thanks for another great video. I had a question I'm a software eng student but feel like I haven't learned anything where is the best place to start learning from zero experience? I am struggling to find a a beginner path that makes sense. Hope you see this or somone can answer from the comments! Have a great day

    • @nicomartin3756
      @nicomartin3756 2 роки тому +1

      I used Udemy to get my basics down and start my journey. You can find some pretty awesome classes from great teachers on there. Wait till there’s a sale though. You can always go back a few of his videos I know he had a few sponsored videos from a learning company.

    • @user-md5lz2xq5i
      @user-md5lz2xq5i 2 роки тому

      Helpline📲📥⬆️
      Questions can come in⬆️…

    • @shadow357
      @shadow357 2 роки тому

      Try w3schools

  • @dylangrijalva944
    @dylangrijalva944 2 роки тому +1

    Great video! But I noticed that theses projects are focused on Web Development :(

    • @user-md5lz2xq5i
      @user-md5lz2xq5i 2 роки тому

      Helpline📲📥⬆️
      Questions can come in⬆️…

    • @NathanHedglin
      @NathanHedglin 2 роки тому +1

      You can do non web stuff too. Examples of projects I've done
      - text based RPG game
      - build a pong / brick breaker game.
      - build a blackjack / game simulator that creates counting systems for advantage play
      - build a survival phone app that has a compass, flashlight and map
      - simple interpreter/ compiler
      - program that converts text to different formats (i.e. my dictionary for my fantasy language to Lexique pro format).

  • @asapbrianjr
    @asapbrianjr 2 роки тому

    I didn't know you were a web dev?

  • @JEAPI_DEV
    @JEAPI_DEV 2 роки тому

    Something more difficult would be cool cuz I already made all of them

  • @justinpierre3793
    @justinpierre3793 2 роки тому

    No I was too late for api layer

  • @kenkaneshki432
    @kenkaneshki432 2 роки тому

    I like your coffee Mug

  • @darkdudironaji
    @darkdudironaji 2 роки тому

    What is a content management system? I've honestly never even heard of that.

    • @user-md5lz2xq5i
      @user-md5lz2xq5i 2 роки тому

      Helpline📲📥⬆️
      Questions can come in⬆️…

    • @NathanHedglin
      @NathanHedglin 2 роки тому

      CMS Like WordPress. It allows a content editor (non-programmer) to edit text, build pages etc without writing code.
      It is a GREAT project. My first CMS was for a client. Made $$ and learned

    • @darkdudironaji
      @darkdudironaji 2 роки тому

      @@NathanHedglin So Weebly, square space, etc.?

  • @ap6471
    @ap6471 2 роки тому

    Amen.

  • @patricknsolo5016
    @patricknsolo5016 2 роки тому

    I’m scared

  • @Starkiller942
    @Starkiller942 2 роки тому

    Any examples of what a content management system is?

    • @ZerOneTech-01
      @ZerOneTech-01 6 місяців тому

      A popular example is WordPress

  • @loganherndon4960
    @loganherndon4960 2 роки тому

    Am I the only one severely confused even by beginner project 2? Like I barely even know how to write code, let alone what a parameter is. How can I truly start out learning code and how can I make it fun because I've just been overwhelmed and frustrated lately

    • @schweppescomcianeto7582
      @schweppescomcianeto7582 2 роки тому +1

      if you just started, focus on getting the basics. there are a lot of tutorials on youtube that cover these fundamentals (in the beginner project 2, you need to know about functions, for example)
      after that, come back and try again

    • @iphoenixxp8720
      @iphoenixxp8720 2 роки тому

      @@schweppescomcianeto7582 thank you giga chad, solid advice!

    • @drcboy9992
      @drcboy9992 2 роки тому +2

      google everything u don't know and preferably write it down. further more if u want to remember it, get a flash card app and make topic q&a's to quiz ur self

    • @loganherndon4960
      @loganherndon4960 2 роки тому

      @@drcboy9992 I definitely have been looking up things I don't know a lot more and I'm starting to get a hang of it now. Thank you very much for your reply though.

    • @loganherndon4960
      @loganherndon4960 2 роки тому

      @@schweppescomcianeto7582 Thank you for your advice, I really appreciate it!

  • @orihusky7099
    @orihusky7099 2 роки тому

    very usefull tips, but what about if i dont have problem to solve advance projects, but im not sure if my code is readable for other ppl, if its greatly optimized or if its solved with correct way. I have always problem with this. Code works perfectly, but some ppl hate me...

    • @user-md5lz2xq5i
      @user-md5lz2xq5i 2 роки тому

      Helpline📲📥⬆️
      Questions can come in⬆️…

    • @orihusky7099
      @orihusky7099 2 роки тому

      @A yea I do this too, but sometimes I don't have any related programs as I have

    • @agfd5659
      @agfd5659 2 роки тому

      Just look at some of your older projects that you have forgot how the code works for them and see if you can figure out how it works again and if so, how long it takes you. If you can't figure it out, see what is confusing you: is it a lack of helpful comments, bad naming, bad structure of code, etc. And then try to work on those areas next time you code.

    • @Anequit
      @Anequit 2 роки тому

      Look up clean code in *programming language name* and you should get a little guidance on the readability part of it

    • @Anequit
      @Anequit 2 роки тому

      For optimization, look into benchmarking your code and for solving things the correct way. Try to solve it in other ways and see which way is the easiest to read and performs the best.

  • @user-op9cr1lc3t
    @user-op9cr1lc3t 2 роки тому

    Are you a Real Programmer or an acting programmer on youtube who creates content about programmers/programming

    • @user-md5lz2xq5i
      @user-md5lz2xq5i 2 роки тому

      Helpline📲📥⬆️
      Questions can come in⬆️…

  • @samuelerland8819
    @samuelerland8819 2 роки тому +2

    what happened to your dislike bot?

    • @user-md5lz2xq5i
      @user-md5lz2xq5i 2 роки тому

      Helpline📲📥⬆️
      Questions can come in⬆️…

  • @কিংকর্তব্যবিমূঢ়-গ৩ড

    which vs code theme you are using?

  • @michaelhiraman1176
    @michaelhiraman1176 2 роки тому

    hi

  • @younesskhayour
    @younesskhayour 2 роки тому

    Imagine being a junior computer science student watching this video only to find out all these projects are entry level 0 background 🤣 com'on ! is even HELLO WORLD a project?!!

    • @younesskhayour
      @younesskhayour 2 роки тому

      I'm so sorry but I expected more from this

  • @dragomirpetrov5138
    @dragomirpetrov5138 2 роки тому +2

    This is how Jesus would look if he was a programmer. I'm saying this with love

    • @Tae_Grixis
      @Tae_Grixis 5 місяців тому +1

      Sure, if "Jesus" was white. He looks more like Obi-Wan.

  • @jasoncole1833
    @jasoncole1833 2 роки тому

    this guy is kind of hot imo.

  • @farleyy9102
    @farleyy9102 6 місяців тому +1

    2:56 delete your youtube channel

  • @PKperformanceEU
    @PKperformanceEU Рік тому

    Hey Jesus, this is a little off topic but do you recommend a MacBook Pro basically macOS for a car engineer student who also does programming in C# and C/C++ (currently) ?

  • @mannybarnes2053
    @mannybarnes2053 2 роки тому

    Haha perfect timing… 🤌🏼

  • @jessiehudson3857
    @jessiehudson3857 2 роки тому

    🎉 p͓̽r͓̽o͓̽m͓̽o͓̽s͓̽m͓̽