how I learned to code personal projects (use tutorials the right way)

Sdílet
Vložit
  • čas přidán 5. 09. 2024

Komentáře • 139

  • @ruslan2676
    @ruslan2676 Před 4 měsíci +436

    6 years of experience dev here, the more I try to learn stuff the more I realize that THE BEST way is to just build stuff. Start with trivial and progress. Also learning "as you go" just make more sense as you remember better by coming up with a question and applying new knowledge. It's hard to start learn this way but eventually it becomes a habbit

    • @jooweee
      @jooweee  Před 4 měsíci +33

      I also believe that the best way is to start building things, but for a coding beginner that may be a bit difficult. They would probably get stuck and not know what kind of question to ask. I think using tutorials this way can help provide some guidance like riding a bike with training wheels.

    • @zajac4817
      @zajac4817 Před 3 měsíci +7

      Yeah, start with a tutorial to get to know basics (if, else, all the loops, switch, try parse, arrays and objects). After that, build something and just google forever. I'm just starting out but that's what works for me!!!

    • @Applecitylightkiwi
      @Applecitylightkiwi Před 3 měsíci +2

      Love that people have different methods.
      For me lets say i want to learn react, ill give myself 25min just to scroll through the docs.
      Challenge would be make a project not too small not to large
      I open a tutorial on the conceptual side. How does everything fit together ?
      Now i start building..
      If i get stuck on a concept or detail. Its time to learn the concept or detail.
      Log vital mistakes or learning moments ( not all vital ones.. the ones i might reuse in the future )
      Oh yeah and repeat the process i guess

    • @codeintherough
      @codeintherough Před 3 měsíci

      Definitely got to learn the basics before taking this approach. It's like learning your abcs before reading and writing​@@zajac4817

    • @eleazerugwu100
      @eleazerugwu100 Před 3 měsíci +1

      ​@@ApplecitylightkiwiThis is it. I have learnt to embrace the docs as well.

  • @jumaxeno5004
    @jumaxeno5004 Před 4 měsíci +164

    I really like newer channels like this , they always keep it real

    • @HeyySujal
      @HeyySujal Před 4 měsíci +3

      Exactly

    • @sw33tialucard
      @sw33tialucard Před 3 měsíci +8

      Facts. We probably have about a few more months of authenticity left before he becomes too big and has to start churning out regurgitated B.S every week☹️☹️

  • @emilyau8023
    @emilyau8023 Před 3 měsíci +92

    I honestly feel like I wish I learned coding when I was 10 years old. Imagine how good you'd be at code. You'd be a super strong competitor.

    • @jooweee
      @jooweee  Před 3 měsíci +20

      agreed, I know someone who's been coding since they were a kid and they're one of the best software engineers I know
      with that much time, the learning can really compound as long as they keep going

    • @centripetal6157
      @centripetal6157 Před 3 měsíci +20

      There's four steps to "get gud"
      1) learn basic fundamentals of a language
      2) learn data structures and algorithms
      3) start building personal projects to full deployment using steps 1 and 2
      The more times you do this the more good you get at coding. You start to realize that everything can be defined or created with data structures and with algorithms.
      Choosing different projects like apps, web dev, embedded, front end, backend, etc will improve your skills and domain knowledge of tech stacks and languages.
      4) The most important step is never giving up and always practicing or learning daily. Coding is hard and is honestly a lifetime activity

    • @skinnytimmy1
      @skinnytimmy1 Před 3 měsíci +3

      ​@@centripetal6157 The real difficulty in projects is making sure you correctly entered the necessary boilerplate for the packages you installed, lol. After that it's data structures and algorithms.

    • @emilyau8023
      @emilyau8023 Před 3 měsíci

      @@centripetal6157 I was a developer and decided the environment wasn't for me, so I shifted closer to business.

    • @scum3112
      @scum3112 Před 2 měsíci +6

      The best time to plant a tree was 20 years ago. The second best time is now

  • @ElvieTheCEO
    @ElvieTheCEO Před 3 měsíci +33

    A good book to purchase if you want tutorials for beginners is called ‘Get Coding!’ I borrowed the first book at the library and really found it valuable and tried to see if the second book was at my library, but turns out they don’t hold it so I ended up, purchasing the second book on Amazon. The first book focuses on building a website app and game. The second book focuses on just building games. It’s so easy to understand and follow along too!

  • @swaggyk4626
    @swaggyk4626 Před 3 měsíci +30

    the timing on this man. I just started summer and have been wasting so much time stuck on tutorial hell, i seriously appreciate this video man and i wish the best for everyone here🕺🕺 we got this guys, internships soon!

  • @soumelee5661
    @soumelee5661 Před 4 měsíci +23

    i like the steps. I was thinking about it a while ago. this is the way to learn to code, going through all the discomfort of unable to doing things or understanding anything at all, to understanding something - again and again - makes us good coder

    • @jooweee
      @jooweee  Před 4 měsíci +2

      yup I think that's learning in general
      learn something new, practice, struggle a bit, and then it becomes second nature

  • @armada2483
    @armada2483 Před 3 měsíci +8

    at 4:00 you were so casual dropping that fact so i had to pause and think a minute to open a new perspective in me

  • @vrushankrrao879
    @vrushankrrao879 Před 2 měsíci +2

    Hey man, the advice you gave is phenomenal! I was always told to learn by doing projects but if you have absolutely no idea or reference you're just stuck, so building your own project side by side is absolutely golden advice! I'm in my 3rd year of engineering but web development was never taught so I am building a blog site using Flask and was stuck not knowing how to start, for weeks together. Thank you!

  • @hassansyed6087
    @hassansyed6087 Před 4 měsíci +9

    "The status of your app is developer rejected"
    Does that mean that they didn't put it on the app store?
    Even if they didn't, you attempted something most of us couldn't do.
    Kudos to you bro. This is how you learn and grow.

    • @jooweee
      @jooweee  Před 4 měsíci +4

      ty! actually I eventually did deploy it to the app store and my family and friends were able to use it
      they never sent me an approved email, but iirc the app store rejects your app for really small things - like icons not being the right size
      once I fixed that, it was approved!

  • @HienPham-he2yn
    @HienPham-he2yn Před 4 měsíci +13

    That's a great idea about adding new features and improving the applications!
    Recently, I've been reading docs and resources while building my project and it helps me understand better than watching tutorials 😄
    Thank you for always sharing your experiences! Also, congratulations on getting new subscribers 😁

    • @jooweee
      @jooweee  Před 4 měsíci +2

      yeah docs are great, but they may be a bit confusing for beginner programmers
      thank you for always watching! 😊

  • @siphiwocode
    @siphiwocode Před 4 měsíci +12

    @1:04 that result is one of my videos. Glad to see that it helped in driving the point home. Keep it man 👍

    • @jooweee
      @jooweee  Před 4 měsíci +1

      awesome! thank you for making the tic tac toe vid!

  • @RiverHeights
    @RiverHeights Před 2 měsíci +2

    Mine wasn't with coding, but with Blender and 3D animation. Here is what I did to fix it. I stopped watching tutorials to create projects, but started creating projects to watch tutorials. Let me explain further.
    Instead of going on google and searching for how to make this? Or video for beginners or even what to learn first, I would sit down, and imagine I knew what to do already, and would start from there. So imagine, I want to create a beach with a house that explodes.
    First, I would go watch a tutorial on making sand. I would follow along, but it's nothing too serious. They weren't hard steps, and the video wouldn't be too long. A short tutorial that is about 2 minutes. Then from there, I'd learn how to model something, and from there I would know how to add texture from the sand tutorial and so forth.
    I don't know if coding works like this, but this is how I started learning Blender. After spending about 2 years of wasting time, this was the way that worked for me

  • @twiceyt1436
    @twiceyt1436 Před 3 měsíci +1

    I mainly used AI to build project together with tutorials, gave a understanding of what staff was used in which context. And thereafter started building my own project the hard way with the small fundimentals from tutorial hell.

  • @codeintherough
    @codeintherough Před 3 měsíci +1

    Great tips. Something that's been helping me is trying to add to the tutorial. For instance with a full stack app. I created a new slightly different model and tried to save it to the database. Created new get and put routes and a new view following the pattern of the tutorial.

  • @kinuthiasteve4505
    @kinuthiasteve4505 Před 3 měsíci +3

    I sometimes write code then i use GPT to check how i can improve it and if i don't know how to start a project i ask it to generate pseudo code. Overall i love your approach.

  • @nasko235679
    @nasko235679 Před 2 měsíci +4

    At he begining of my coding journey I got scared off of tutorials because everyone said I'd enter "tutorial hell" The reality of the situation is that it's very difficult to grasp coding patterns without seeing them implemented first. Yes, you can get stuck in a situation where all you do is mindlessly rewrite tutorials, but if you use them + chat GPT intelligently and actually try to understand every single line of code as well as recognize patterns it's the quickest way to learn.

  • @Goose____
    @Goose____ Před 3 měsíci +3

    this is EXACTLY what I do, it also works for math, trying to solve a slightly different version of the problem at hand, or what i usually do, google the slightly different problrm, learn from that, then try to use what i learned for the actual problem i have. i found great success with this method, it builds a much deeper understanding at least in my experience

    • @jooweee
      @jooweee  Před 3 měsíci +1

      yeah you can apply this method to learning other things as well
      I use a similar method for learning foreign languages too!

  • @canacojenrykim5777
    @canacojenrykim5777 Před 3 měsíci +1

    This is so me when I started Android Development. Now I earn money by doing projects for students thesis in my university and other schools. 🎉

  • @user-lt6hz7jh2p
    @user-lt6hz7jh2p Před 3 měsíci

    I just ran across the video in my recommendations I can relate to a lot . I also graduated with my associates in info technology this month and still debating if I should complete my bachelors next in comp sci . I’m currently building projects and keeping my skills sharp .

  • @Swegrid
    @Swegrid Před 3 měsíci

    Thanks a lot, I'm exactly to the point where I struggle to understand some points in my project in C
    It's so stressful and frustrating because I'm feeling so low brain like my brain doesn't want to understand or just recreate my thoughts into code.
    Good thing to know that experience will pay at the end

    • @jooweee
      @jooweee  Před 3 měsíci +2

      it will definitely pay off as you keep working at it
      be proud of what you've accomplished! I'm sure it wasn't easy to get to the point you are at now :)

  • @techsleeper8023
    @techsleeper8023 Před měsícem

    great vid. As someone new to programming this video taught me a lot.

  • @Whaiit_
    @Whaiit_ Před 3 měsíci

    I am doing my intership now its a 750hour internship but I might not finish it and start a new one in September and tutorial hell is a real thing for me I passes one of my uni modules purely watching a course I bought from udemy but even tho I passed it At the end I learn nothing even with the project finished because I just followed along and copied instead of trying to understand it, until september im going to try to build tic tac toe etc by myself and actually understand the code so I can do good and finish my degree by january thanks for this video

    • @jooweee
      @jooweee  Před 3 měsíci +1

      awesome! yeah copy pasting code is a big problem... especially in college where you feel like you need to finish things as quickly as possible
      glad the video helped 😄

  • @user-vr7rx7kh8q
    @user-vr7rx7kh8q Před 3 měsíci +1

    Thanks alot bro I was facing the same issue and in that situation for quite long

  • @thelengendzach7473
    @thelengendzach7473 Před 2 měsíci

    Incredible video, please continue to make more!

    • @jooweee
      @jooweee  Před 2 měsíci

      thank you, will do! 😀

  • @Maria_farah
    @Maria_farah Před měsícem

    Thank your videos stress less for my work

  • @niharikadhyani
    @niharikadhyani Před 3 měsíci

    This was very helpful. Thank You!

  • @UjjwalSidhu
    @UjjwalSidhu Před 3 měsíci

    ;-; This is it- "How Do I really learn?!" exactly. Thanks for this, Hope you create more vids on this :D

  • @Noob67127
    @Noob67127 Před 3 měsíci +1

    Awesome content!
    Could you create a discord for other viewers to basically network and share their journey and maybe have peer review of resume etc. Thanks!

    • @jooweee
      @jooweee  Před 3 měsíci +1

      ah that's a good idea. I will work on creating a discord and add a comment here after it's done!

    • @jooweee
      @jooweee  Před 3 měsíci +1

      created a discord discord.gg/znHe5ENY2p
      it's pretty bare bones for now 😅

    • @Noob67127
      @Noob67127 Před 3 měsíci

      @@jooweee Awesome!

  • @Codewitheyezyc
    @Codewitheyezyc Před 3 měsíci

    Thank you so much... I really appreciate alot. This really helps

  • @tasneemalshamsi1852
    @tasneemalshamsi1852 Před měsícem

    This is very relatable .. thanks

  • @rushikeshaundhakar8078
    @rushikeshaundhakar8078 Před 2 měsíci

    Man that was some useful advice, I have stuck in this tutorial loop more than i

  • @AnweshaChowdhury-wr7tt
    @AnweshaChowdhury-wr7tt Před 3 měsíci

    Amazing advice. Thanks 🔥

  • @verinice-kn9vl
    @verinice-kn9vl Před 3 měsíci +1

    Excellent advice! but regarding the projects , i do have a bit of a problem identifying which projects will be perfect for my skill level , do you have ay advice regarding this?

    • @jooweee
      @jooweee  Před 3 měsíci

      my advice for building projects is to create a project that solves a problem you are dealing with
      if the project is something that you care about, then you'll have more motivation and enjoy building it
      for example, I built the random restaurant finder because I couldn't decide what to eat

  • @JsoProductionChannel
    @JsoProductionChannel Před 3 měsíci

    Great tips. Thank you

  • @Eswar.fullstackdeveloper
    @Eswar.fullstackdeveloper Před 3 měsíci

    wow what a video man
    please keep doing videos

  • @darerun4824
    @darerun4824 Před 3 měsíci

    frieren is a goated reference

  • @Vanness-yr8cd
    @Vanness-yr8cd Před 3 měsíci

    Such a great video. I just started learning how to code, this video gave me a really nice insights on what to expect when learning and how to overcome them. Btw frieren :o

    • @jooweee
      @jooweee  Před 3 měsíci

      thank you! I know the beginning has a big learning curve, but make sure to have fun with it!
      also, frieren is such an amazing anime :) one of my favorites of all time

  • @dev_ression
    @dev_ression Před 4 měsíci +4

    Underrated channel 💪

  • @basiliskdoor
    @basiliskdoor Před 3 měsíci

    C++ Pointers class is lit bro, i wish someone teach me that

  • @oumietouray9476
    @oumietouray9476 Před měsícem

    Thank you I start computer science in uni in September with very little coding knowledge what advice do you have

    • @jooweee
      @jooweee  Před měsícem

      I created a video before about advice for computer science majors and one recently for learning to code
      my main advice is to try as hard as you can to get internships because it'll be easier to find a full-time job after graduating

  • @WesleyKieu
    @WesleyKieu Před měsícem

    this hits 100%

  • @HrishiKW
    @HrishiKW Před 2 měsíci +1

    how many months it took you to learn ios & swift dev?

    • @jooweee
      @jooweee  Před 2 měsíci +1

      it took me ~6 months to learn ios and deploy my app to the app store
      I already knew the basics of programming from my college classes

  • @Hasan10-oh7vl
    @Hasan10-oh7vl Před 3 měsíci +1

    Love it bro!!
    Do you need a video editor bro!!
    I can do a SAMPLE video ;)

    • @jooweee
      @jooweee  Před 3 měsíci +1

      thanks! I think I’m going to edit my own videos for now as I want my channel to be more personal. I used to hate the editing process, but now it’s kind of grown on me a bit 😄

  • @xoviax9800
    @xoviax9800 Před 4 měsíci +3

    So basically I should just keep going at it right? And then ofc google my way out of situations im stuck in right? Anyways thanks for the video :)

    • @jooweee
      @jooweee  Před 4 měsíci

      yup, that's the basics of being a coder :)
      the main point I wanted to get at is that tutorials are actually a great resource for learning how to build projects, but most people don't use them correctly, so I see a lot of people avoid them entirely.

  • @Ishanya_
    @Ishanya_ Před 3 měsíci

    BEST ADVICE

  • @braumski2
    @braumski2 Před 2 měsíci

    2:00 Only problem I have with half following a tutorial is that it makes it really difficult to not copy the whole thing and learn nothing.

    • @jooweee
      @jooweee  Před 2 měsíci

      following along the tutorial and writing the code is just the first step. it's to expose you to the information and give you an idea of the structure of what you'll build.
      you'll learn the most when you try to build a different variation of it from scratch because that forces you to look up things when you get stuck

  • @rezhabahari
    @rezhabahari Před 3 měsíci

    Great point!

  • @dannygarcia7116
    @dannygarcia7116 Před 4 měsíci

    Underrated channel 👍

  • @dnlkproduction
    @dnlkproduction Před 3 měsíci

    wow😍 what a great channel. love it

  • @xDamaging
    @xDamaging Před 2 měsíci

    Pointers in c++ hit a little too close to home 😂

  • @rodrigovega1887
    @rodrigovega1887 Před 2 měsíci

    Any good tutorial of how to use correctly chatgpt?

    • @jooweee
      @jooweee  Před měsícem +1

      hmm I’m not sure 😅
      I didn’t use any tutorials when I started using chat gpt

  • @NeotrixGamer
    @NeotrixGamer Před 3 měsíci

    Amazing content!

  • @nish0798
    @nish0798 Před 3 měsíci

    bro so how much should we learn before building project like i am learnign js i know loops ,fns ,promises these concepts at what point should i start building so that i am not struck in tutorial
    also what is best way to watch tutorial like should I do whatever prson in video is doing

    • @jooweee
      @jooweee  Před 3 měsíci

      I think you can already start building projects since you know the basics already. Find an easy project (it could be tic tac toe like in the video).
      I wrote the method in the video's description.
      you should follow what the person is doing, but you don't have to understand everything.
      this is so you can be exposed to the information and have a reference to the final code when you are stuck.

  • @CodesphereDev
    @CodesphereDev Před 3 měsíci

    I just subscribed because its an anyela yu’s course i am taking one myself

  • @ameelaajmal189
    @ameelaajmal189 Před měsícem

    Guys help me i major in computer science but i don’t know a thing about coding 😭😭😭and college is not helping at all can yall help me learn java

  • @yesh420
    @yesh420 Před 4 měsíci

    very cool video bro!

  • @noobschthorapy
    @noobschthorapy Před 3 měsíci

    if anyone can link me a better understanding of css class seclector of the family tree it would be awesome

  • @SM-vz1ek
    @SM-vz1ek Před 3 měsíci

    Thanks !!! Question : in how many Time Can We learn Swift with thé udemy course?

    • @jooweee
      @jooweee  Před 3 měsíci +1

      it's impossible to gauge how long it takes to learn since everyone is different
      I wouldn't focus on the time it takes but rather focus on improving day-by-day

  • @namannema3349
    @namannema3349 Před 3 měsíci

    thanks bro i am also facing the same issue now i am going to learn something and add small new features in it anything more can i do can you ssuggest?\

    • @jooweee
      @jooweee  Před 3 měsíci +1

      what kind of project are you building? other than adding new features, I think creating a more complex project would be good.

  • @akashgudigar807
    @akashgudigar807 Před 3 měsíci

    Ironically I have been doing the same thing.

  • @IELTSwithJamoliddin
    @IELTSwithJamoliddin Před 3 měsíci

    thanks bro

  • @suzanneoleander3224
    @suzanneoleander3224 Před 3 měsíci

    Omg I'm just now learning about pointers in C 😭

    • @jooweee
      @jooweee  Před 3 měsíci +1

      oh no... those were dark times 😔

  • @nutanthakur4212
    @nutanthakur4212 Před 3 měsíci

    hey I have completed my highschool just now and there is a month or two gap between me going to college, can i start with web development? Like i am not enrolled in any course or such..like do you think youtube courses work or should i join a bootcamp for that?

    • @jooweee
      @jooweee  Před 3 měsíci

      awesome that you're looking to learn so early!
      if you're just starting with web development I would go with www.theodinproject.com/
      it's free and teaches you a lot of practical web dev knowledge
      it's definitely not easy though
      if you want to pay for a course, I suggest Udemy instructors like Colt Steele or Angela Yu
      they're the highest-rated instructors for web dev courses
      I believe Udemy courses do go on sale from time to time as well
      don't join a bootcamp or pay for a youtuber's course - imo not worth it

  • @RonaldJavier-u1d
    @RonaldJavier-u1d Před 2 měsíci

    I love Frieren

  • @anasnaciri5089
    @anasnaciri5089 Před 3 měsíci

    good job joowee

  • @omarabdulwanees7355
    @omarabdulwanees7355 Před 4 měsíci

    Nice video bro

  • @ShoBartHehe
    @ShoBartHehe Před 3 měsíci

    what are your wall light and the other led lights colors?

    • @jooweee
      @jooweee  Před 3 měsíci

      those are both Govee lights, specifically the Y lights and glide wall light

    • @ShoBartHehe
      @ShoBartHehe Před 3 měsíci

      ​@@jooweeebut what color

    • @jooweee
      @jooweee  Před 3 měsíci

      @@ShoBartHehe the color can be chosen on the app. it's called "Dreamlike"

  • @sadique_x_
    @sadique_x_ Před 4 měsíci +1

    newer channels are the realest!

  • @banjo4856
    @banjo4856 Před 3 měsíci

    How to read documentations though?like where do i find them

    • @jooweee
      @jooweee  Před 3 měsíci +1

      documentation is like a dictionary. when you don't know how to do something or want to know how something works, you search it up and read it.
      examples for web dev are developer.mozilla.org/en-US/ or react.dev/reference/react or nextjs.org/docs

    • @banjo4856
      @banjo4856 Před 3 měsíci

      @@jooweee thank you

  • @rikzz
    @rikzz Před 3 měsíci

    Bro super inspiring, is there any way I can contact you?

    • @jooweee
      @jooweee  Před 3 měsíci

      hi, you can send me an email! jooweeee@gmail.com

  • @AndroH
    @AndroH Před 3 měsíci

    Where can I get documentation

    • @jooweee
      @jooweee  Před 3 měsíci +1

      it depends on what you want to build. video tutorials on building something usually go through the entire building process.
      using only documentation means going through that entire process yourself and reading through the documentation when you get stuck
      documentation can be ChatGPT or it can be like developer.mozilla.org/en-US/ or nextjs.org/docs

  • @mart7225
    @mart7225 Před 3 měsíci

    Ily

  • @juelmapereira4277
    @juelmapereira4277 Před 2 měsíci

    Good

  • @pranjal8425
    @pranjal8425 Před 4 měsíci

    subbed

  • @darkmatter9583
    @darkmatter9583 Před 27 dny

    literally me;

  • @froedge
    @froedge Před 4 měsíci +1

    Agreed, good shit

  • @Racio00
    @Racio00 Před 2 měsíci

    There are many self taught programmers here in yt, some may be immensely gifted and others are average. I wonder why many of them put their stuff on youtube and promoting themselves with the same concept of content.
    Does that mean after getting to learn all the fundamentals of coding and getting an experience will lead me to creating another clichè youtube content???
    I know job market must’ve been tough but misleading your audiences to at least believe that coding is possible while not talking about job (w/c is the primary reason why they chose to learn coding).
    Coding is popular since it can bring everyone an immense capability to earn more.
    Which is why people are finding ways on yt
    Code = earning more.
    And not,
    coding = youtube content.

    • @jooweee
      @jooweee  Před měsícem +1

      tbh, creating youtube videos is very time-consuming. most software engineers don't do it because it's not worth doing a second job. a lot of the times, I wonder if it's worth continuing.
      a lot of them create the same kind of content because that's what gets views... the same goes for finance youtubers, self improvement, etc
      when I chose to start creating youtube videos, I chose to make videos that I want to make that can also help people that were in a similar situation I was in.
      at the end of the day, everyone has different motives. it's not as black and white as it may seem

    • @Racio00
      @Racio00 Před měsícem

      @@jooweee i mean there’s just that. And it’s just bad seeing clueless people like me following the path of someone thinking it’s the right path to follow and all of a sudden things change instantly. Ofc, both have the same mistakes; trusting and over relying while the latter just do whatever thing he does (more like opinionated action - where you rationalize your actions just because it’s based on your experience and sharing it to others).
      I don’t mean to argue but appreciate your effort replying to the message above.

    • @jooweee
      @jooweee  Před měsícem +1

      @@Racio00 yeah I totally understand where you're coming from. as a beginner it's hard to know what to trust on social media.
      I wouldn't say to blindly trust, but it's part of the learning process to try something new and if it doesn't work out, then it's no big deal right. you can always try other methods.
      when I'm watching a youtube video about trying to learn something, I usually read the comments of a video to help gauge whether it's a good source.

  • @Yaseen690
    @Yaseen690 Před měsícem

    Algorithm

  • @shaikh.quadeer
    @shaikh.quadeer Před 3 měsíci

    you build these types of projects and you will never make a project that can make use of aws or azure

  • @sadique_x_
    @sadique_x_ Před 4 měsíci +1

    what's bro's typing speed

    • @jooweee
      @jooweee  Před 3 měsíci +1

      I actually had to speed up the vid lol
      when I was doing monkeytype a year ago, I did around 120-140 wpm

  • @chiewithathree
    @chiewithathree Před 4 měsíci

    same thing man HAHAHHAHAH

  • @tazoman26
    @tazoman26 Před 2 měsíci

    Guys tech is dead. Learn to be a builder or construction worker, AI can't replace these

    • @jooweee
      @jooweee  Před 2 měsíci

      thanks for letting me know! didn’t realize tech was dead😵

  • @minium_realgar_orpiment_6789

    🥺bro i loveeee this vid! thanks a lot for this advice 🫶