If you’re a beginner to code. Build these projects.

Поделиться
HTML-код
  • Опубликовано: 4 окт 2024

Комментарии • 189

  • @brians7100
    @brians7100 Год назад +777

    “Reddit has an API that you can use for free”
    RIP

  • @yurkeetravels932
    @yurkeetravels932 2 года назад +207

    As a professional coder I have to say - those projects can really teach you something ;)

  • @guusvandewiel2193
    @guusvandewiel2193 2 года назад +123

    A todo app is also a really good idea to buld for beginners

  • @kaustabhchakraborty4721
    @kaustabhchakraborty4721 2 года назад +60

    You know Mr Lewis, these shorts of yours are so much more useful than huge 10hr videos.

  • @nagsai7401
    @nagsai7401 2 года назад +16

    This channel is a gold mine, with great content

  • @lazykaori4953
    @lazykaori4953 2 года назад +33

    I like the blog idea coz I wannabe a writer and I have programming experience from my physics degree so, I need to learn a few topics about web designing (coz my programming experience is in Python and skewed towards scientific uses).

    • @CodingWithLewis
      @CodingWithLewis  2 года назад +8

      I would recommend just using something like Ghost so you can use a theme :) that way you dont have to worry about the web design portion.

    • @natethegreat632
      @natethegreat632 Год назад

      Did you ever get a blog setup?

  • @cgoat
    @cgoat Год назад +2

    Besides teaching me a lot about coding, these projects actually helped me get hired at Los Alamos National Laboratory! Thank you so much!

  • @NicolaiWeitkemper
    @NicolaiWeitkemper 2 года назад +6

    Another classy one is building an automation for some website you have to use. For example, I have a script to download lectures from my university to the right local directories. One could a) reverse-engineer their API if they have one or b) use a webdriver like Puppeteer or Selenium.

  • @0kelvinzer0
    @0kelvinzer0 2 года назад +3

    I'm thankful I have this channel on my programming journey 😄

  • @bsummer
    @bsummer 2 года назад +5

    Lewis is really helping out here. Big Shout it to him

  • @hempressdigital
    @hempressdigital 3 месяца назад

    Ok, this has me inspired to build a blog!

  • @NoobieKim
    @NoobieKim Месяц назад

    Interesting ideas! :) love it

  • @IveGotBeef
    @IveGotBeef 2 года назад +3

    here's a tip to beginners: find something you have actual interest in making, don't spend hours trying to look for project ideas online
    it's not as enjoyable when you're making someone else's ideas

    • @ChungusTheLarge
      @ChungusTheLarge 2 года назад

      But that's what a career in Software Engineering is...

  • @spivak4342
    @spivak4342 2 года назад +6

    You got a new subscriber sir

  • @dotslashconfigure4441
    @dotslashconfigure4441 2 года назад +4

    Writing a program that can be used to hide zip files inside jpg files is very easy. Its one of the best programs I built as a beginner and one that I still use.

  • @ChungusTheLarge
    @ChungusTheLarge 2 года назад +4

    I say use Electron. Get stuck, get pissed, give up temporarily, come back and either A) keep going or B) discard Electron and look for a better solution. This is probably one of the most important skills for a software developer: the ability to recognize when something is not working and to move on to something better.
    If you find yourself saying "there has got to be a better way," either there already is, or depending in how stubborn you are, you're about to invent it.

    • @SahilP2648
      @SahilP2648 Год назад

      Well there's Tauri but it's harder because it's Rust and new so doesn't have API robustness like Electron. I want to make an Electron/Tauri app. But I am just too damn lazy.

  • @vn7512
    @vn7512 2 года назад +5

    Amazing I’m definitely going to try this out.

  • @almostanengineer
    @almostanengineer Год назад +1

    One of the first projects I did when I was learning HTML, CSS and JavaScript was build a calculator

  • @emadpi7348
    @emadpi7348 2 года назад

    Man i love the way u think

  • @edisduhan5915
    @edisduhan5915 2 года назад

    Thanks very much for the ideas

  • @sodakk17
    @sodakk17 2 года назад +2

    Reading hackernews I noticed that many software engineers maintain personal blogs. I will wait to acquire technical knowledge to create my own blog.

    • @IainSimmons
      @IainSimmons 2 года назад +1

      Ironically, there's a hackernews API that people often use to try out new JS frameworks. You could do the same if you don't feel up to creating a blog yet!

  • @eeshanchanpura3356
    @eeshanchanpura3356 2 года назад

    Nice idea's definitely will try them out

  • @ItsME-zo3my
    @ItsME-zo3my 2 года назад +1

    You are a legend !

  • @kirbykilledgod
    @kirbykilledgod 2 года назад

    a fun and quick program i created was a program that lets you create and run your own surveys and save the users response

  • @lilv728
    @lilv728 Год назад

    Just wrote a password generator in java that was probably more complex and feature rich than it needed to be but it was fun!

  • @SyberiaK
    @SyberiaK Год назад

    My first thought was about API wrappers. Create a library that wraps someone's API into a bunch of functions.

    • @johndeleonardis901
      @johndeleonardis901 2 месяца назад

      Can you define what this means for me please? Sorry

  • @charli_1rl
    @charli_1rl 2 года назад +1

    I decided to make a public game engine in javascript with webgl and a lot of javascript

  • @DenisovichDev
    @DenisovichDev 2 года назад +3

    Hey man, I like your channel. Do you have a video on how I can go making my own blog? Or at least a recommendation?

    • @CodingWithLewis
      @CodingWithLewis  2 года назад +3

      Check out my latest video :) "Best beginner project" I give a little insight on it

    • @DenisovichDev
      @DenisovichDev 2 года назад

      @@CodingWithLewis thanks! also I love your videos where you point out nice repos to learn from.

  • @ai_panorama
    @ai_panorama Год назад

    Thanks for sharing.

  • @cmdrkapp
    @cmdrkapp 2 года назад +2

    wow this is actually so helpful 👏

  • @cbfuswtylkfthcrjh1900
    @cbfuswtylkfthcrjh1900 2 года назад +1

    I'm working on a hand tracking system for free for gestures to be registered as commands, so at the end I can use my phone and my laptop to create a free to use vr, soon gonna post it on my channel

  • @Brahdyssey
    @Brahdyssey Год назад

    Can you build a roadmap how a beginner goes one level deeper on that step 1

  • @BlazeYT_
    @BlazeYT_ 2 года назад +1

    Making a shell script as a beginner, I'm starting to progress well....... It sounded stupid, but hey this is only thing that I can Access because I don't have desktop but using Termux on android.. it can proot Linux Distro too.

    • @ParaPsychic
      @ParaPsychic 2 года назад

      Making a shell script is pretty cool. You could do a lot with it. Like scraping youtube and playing with mpv in one line. Or automating your arch install and rice.

    • @BlazeYT_
      @BlazeYT_ 2 года назад

      @@ParaPsychic well yeah, sorta, I'm running MediaTek cpu with hellish GPU (PowerVR) that has poor support over mpv... But yeah, don't worry I'm making an apt for Termux that runs with Dialog (I could choose whiptail but meh, maybe next time). sound stupid, but it's pretty cool concept. And I'm sorta in 20% complete

  • @Bboythehim
    @Bboythehim Год назад

    Ima do this

  • @pixelfox119
    @pixelfox119 2 года назад

    For blog site or any website.. Use nodejs with firebase.. free deployments and protected by google..
    Jquery and bootstrap for quick front end design.
    Firebase Real-time database for quick easy CRUD operations.. Firebase storage for video and image storage. Firebase cloud functions for severless server needs like payments with stripe, image compression, and more.. Firebase hosting for quick deployments.

  • @bolisboktor96
    @bolisboktor96 2 года назад

    Working on a cv template using basic html,css and js

  • @dailymeow3283
    @dailymeow3283 2 года назад +7

    I am working on animating svg hamburger menu button and it doesn't wanna get animated 😅😅

  • @egorro
    @egorro Год назад +7

    Reddit API... 😅

    • @EpikEpyx
      @EpikEpyx Год назад

      Reddit api is still free , but if you use too much Api usage then you get charged

  • @chaosminecraft3399
    @chaosminecraft3399 2 года назад

    Well my first own project that I still sorta maintain is an text converter. Now it has a lot more things that can be done with it.

    • @OmerMD
      @OmerMD Год назад

      Can you tell me more about it? I've gotten kinda curious '^'

  • @Frick-bv6xt
    @Frick-bv6xt 2 года назад

    Currently working on a socket chatroom in python. This is for my school though so im just adding new stuff now and then.

  • @Connikiru
    @Connikiru 2 года назад +3

    i don’t know how to code a single line of code.
    but i can make reddit bots. it’s easy af.

  • @ProCodeSoftware
    @ProCodeSoftware Год назад

    I could build an electron desktop music player. How about I get started with that soon, because I really want to make a desktop app.

  • @hbecker2574
    @hbecker2574 11 месяцев назад +1

    how can I make a website with code and not any developing website?

  • @d9zirable
    @d9zirable Год назад

    Ye the 🐐 no 🧢

  • @therabidpancake1
    @therabidpancake1 Год назад

    I have one idea but won't be able to make it fore a while . My idea is a Trash Talking GPS .

  • @parteeksinghbedi2561
    @parteeksinghbedi2561 Год назад

    Hey Lewis, I am a begineer level programmer, i was actually thinking of making a blog, can you please recommend me a platform/framework where I can host my portfolio/blog. I have seen bunch of options such as github pages, netlify, forking some portfolio repositories. Couldn't decide what to choose.

  • @abrahamq81
    @abrahamq81 Год назад

    Thanks

  • @itsme_indira
    @itsme_indira Год назад +1

    "Okay then, I'll make my blog using C language. They don't tell me C can't do it, right?"

    • @solidracer7947
      @solidracer7947 Год назад

      you can compile the code to web assembly to make it work lmao. Maybe it would be fun idk C is the most fun to use language imo

  • @BronkoBanane
    @BronkoBanane 2 года назад

    Its not a big Deal but i simulated the monty hall Problem. It was fun!

  • @funnydogreal
    @funnydogreal Год назад

    well the second project aged quickly

  • @adrisongomez6482
    @adrisongomez6482 2 года назад +2

    I was thinking to build my own blog and connect that blog to multiple Blog API. So I would have just one single SoT (my blog) that feed all other blogs... So the question which Blog providers have a flexible API to play around?

    • @Landon_S2
      @Landon_S2 2 года назад

      This is an awesome question, I hope someone answers it

  • @uzumakiuchiha7678
    @uzumakiuchiha7678 Год назад

    beginner project ideas for JAVA please!!!!!!

  • @vuk5001
    @vuk5001 2 года назад

    I'am working on LunarOS

  • @momomaniac1234
    @momomaniac1234 2 года назад

    i think a chat app is good idea too

  • @kobeymatt4062
    @kobeymatt4062 Год назад

    Think I’ll start with a music player

  • @cosmo_4785
    @cosmo_4785 2 года назад

    JavaScript and electron

  • @Spidr-Man
    @Spidr-Man 11 месяцев назад

    Wait... Are websites free to make/maintain? I want one but sometimes when I go to some RUclipsrs/Writers website it always says something like the domain isn't working

  • @shukaldes151
    @shukaldes151 2 года назад

    Your talking about Web Dev rn

  • @omagadavid9923
    @omagadavid9923 Год назад

    I tried the music player with electron,
    Just don't 😭😭

  • @redstone0234
    @redstone0234 2 года назад +1

    Guy why do you use electron
    Silly web developper

  • @Dudadeen
    @Dudadeen Год назад

    Hey, I've been learning to code on a few courses, but I was to try building something of my own, but I don't know where to actually build it, like do I need a platform or something? Where do I write the code. I've checked in google and nothing helps maybe am not asking the right question.

  • @CodingWithLewis
    @CodingWithLewis  2 года назад +4

    What project are you working on? 🤔

    • @stefanj5823
      @stefanj5823 2 года назад +8

      Face recognition software that will take faces of wanted criminals from interpol list and crawl through public social media images and videos to see if the criminal is there

    • @mightyjb3
      @mightyjb3 2 года назад +4

      My friend and I are both in 7th grade. He wants to be a game dev. My friend isn’t very advanced in code, so he decided he wants to take coding next year.
      Edit: I want to be an anime creator. The main point is, what advice should I five my friend?

    • @stefanj5823
      @stefanj5823 2 года назад +2

      @@mightyjb3 tell your friend to start learning immediately and not to wait for next year , RUclips is full of free good knowledge

    • @cryodrakon1317
      @cryodrakon1317 2 года назад +1

      @@mightyjb3 look for a game engine (eg unity, unreal) to help get started on learning game dev. Just start by making basic games like moving a cube to get used to coding and using the game engine. Then just continue making whatever you think and experimenting

    • @boltlightning7804
      @boltlightning7804 2 года назад

      I'm working on a discord bot

  • @fahadassiry224
    @fahadassiry224 8 месяцев назад

    I want idea using java on android

  • @Faraday2122
    @Faraday2122 Год назад

    Reddit api: "Nuh uh"

  • @nobody-fe4gn
    @nobody-fe4gn 2 года назад

    I'm interested in hardware programming, any suggestion where i should start?

    • @ibrahimbinmahfood4724
      @ibrahimbinmahfood4724 2 года назад

      Look at Jacob Sorber and like the hardest blink example for arduino on YT. It will teach you embedded programming. I’ve done it and it’s not for everyone but I thought it was awesome

  • @random-user-s
    @random-user-s Год назад

    I'm new to WinUi3 but I can't find good documentation or good tutorials, could some one help me?

  • @afternoonpm
    @afternoonpm Год назад

    "Reddit has an api that you can use for free"
    This aged well

  • @rishikulkarni9581
    @rishikulkarni9581 8 месяцев назад

    Made a chat bot for my organization using python and it's live already.. isn't this a high level project ? Let me know if the recruiter don't find this attractive... What kind of stuff they want

  • @nothingnoteworthy5238
    @nothingnoteworthy5238 2 года назад

    hello I have been learning Js mainly mern stack. I want to build my own blog and what do I need to know before I attepmt

  • @Shrek_golf
    @Shrek_golf Год назад +1

    Hey uh update there RIP Reddit free api

  • @opposite342
    @opposite342 Год назад +2

    This aged like milk (reddit api 😢)

  • @dimitriosdimitrakopoulos2375
    @dimitriosdimitrakopoulos2375 Год назад +1

    The second one aged like milk

  • @narutokunn
    @narutokunn Год назад

    Reddit has an API that you are allowed to use for free 🙃

  • @Johnny-tw5pr
    @Johnny-tw5pr 2 года назад

    I don't really know what I can post on a blog

  • @adannnachik6739
    @adannnachik6739 Год назад

    What program can you use to build your own blog ?.

  • @kr1v
    @kr1v Год назад

    Reddit has an api that you can use for free
    That hasn't aged well

  • @md.iramfaiazkhan9697
    @md.iramfaiazkhan9697 2 года назад

    Great video man! Keep it up!
    Can you make a video about web dev projects? Like react projects. Really appreciated!

  • @overwatch9659
    @overwatch9659 2 года назад

    🙏🏽

  • @techgeektw
    @techgeektw 2 года назад

    Just a question with WordPress most preferred blog platform what advantage one has for building blog on JS or other

  • @01_abhijeet49
    @01_abhijeet49 4 месяца назад

    My boy sounding sassy

  • @adulate
    @adulate 2 года назад

    Anyone learning Go and wants to build portfolio website?

  • @mahdinohi4452
    @mahdinohi4452 2 года назад

    Python will help to built those?

  • @arthuradriansens3291
    @arthuradriansens3291 3 месяца назад

    RIP reddit api :'(

  • @Equalisys
    @Equalisys Год назад

    A password generator

  • @patrikkauppinen3232
    @patrikkauppinen3232 2 года назад

    How about making a MMO Game?

  • @omi_khan4901
    @omi_khan4901 2 года назад

    Dictionary apis mostly are not free tho :/

  • @masterkhoa
    @masterkhoa 2 года назад +1

    Electron is a big no no lmao. the performance is horrible

  • @qualadia4111
    @qualadia4111 2 года назад +3

    Please do not use the electron.

    • @nealiumj
      @nealiumj 2 года назад

      What do you use instead?

    • @qualadia4111
      @qualadia4111 2 года назад +1

      @@nealiumj gtk, qt generally(both as framework, as they have bindings for different languages). If something simple, you could write tui(or CLI)

  • @ashwinanil9169
    @ashwinanil9169 Год назад

    "Reddit has an API that you can use for free" that did not age well.

  • @kemmybelleuwu
    @kemmybelleuwu 2 месяца назад

    I use python not js

  • @ArtikLamartik
    @ArtikLamartik Месяц назад

    Programming language

  • @thewaterwave222
    @thewaterwave222 2 года назад

    Don't use JS/Electron, use C#/WPF. OMG way better.

  • @yuhanperera1032
    @yuhanperera1032 11 месяцев назад

    This aged like milk 💀

  • @dabiun7443
    @dabiun7443 Месяц назад

    "Beginner" LOL

  • @PS3PCDJ
    @PS3PCDJ 2 года назад +2

    Please dont encourage the use of electron. Thanks

    • @nealiumj
      @nealiumj 2 года назад

      What would you encourage?

    • @PS3PCDJ
      @PS3PCDJ 2 года назад +1

      @@nealiumj Terminal interfaces (TUIs), native GUIs. Basically anything over the web/javascript-based hyper-bloated and slow applications

    • @namenotappropriate8756
      @namenotappropriate8756 2 года назад

      @@PS3PCDJ Discord ain't that slow tho

    • @PS3PCDJ
      @PS3PCDJ 2 года назад

      @@namenotappropriate8756 Discord may not be slow due to optimization, but that doesnt change the fact that electron apps are bloated and often slow

    • @namenotappropriate8756
      @namenotappropriate8756 2 года назад

      @@PS3PCDJ Well, what do you recommend then for Golang?

  • @worldoflove627
    @worldoflove627 Год назад

    Music player is for professional not beginner🤨

  • @nothingtoospecial777
    @nothingtoospecial777 2 года назад

    Don't use Electron.

  • @CoolCatCorbin
    @CoolCatCorbin 2 года назад

    Just make anything, if you’re bored to hell by the idea of making a reddit bot or a music player do something else
    Literally anything is good

  • @deumnoctis
    @deumnoctis Год назад

    R/agedlikemilk

  • @siliconfire
    @siliconfire Год назад

    "reddit has an API you can use for free"
    It was always your fault ai