DO this instead of watching endless tutorials - why you will never learn!

แชร์
ฝัง

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

  • @AirLineASMR
    @AirLineASMR 3 หลายเดือนก่อน +175

    The best method is to watch some videos and then get some hands-on experience. I use the 60-40 rule: 60% hands-on experience and 40% watching tutorial videos.

    • @apamwamba
      @apamwamba 3 หลายเดือนก่อน +4

      Indeed

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

      I would argue is best to read documentation and or sample code first

    • @ruwanslit8430
      @ruwanslit8430 17 วันที่ผ่านมา

      Hey, brother, I am a Beginner. Actually, I struggle with programming. I watch tutorials instead of reading documentation. Could you please explain this 60 - 40 rule more? It will very helpful form me I think.

    • @AirLineASMR
      @AirLineASMR 17 วันที่ผ่านมา

      @@ruwanslit8430 60% Active Learning: This includes activities like practicing problems, teaching the material to someone else, participating in discussions, or applying concepts to real-world scenarios. The goal is to deepen understanding and reinforce knowledge through active engagement.
      *** I think teaching someone else is the best way to understand something ***
      40% Passive Learning: This encompasses activities such as reading textbooks, watching lectures, or listening to podcasts. While these methods can provide valuable information, they may not be as effective for retention and understanding without active engagement.

  • @baroneleve1196
    @baroneleve1196 3 หลายเดือนก่อน +122

    Watching tutorials actually works for me. I watched how to build the Netflix website once; I then rewatched it again. But this time, I was coding along. Essentially, copying all he was doing step by step and taking notes. After that, I started from scratch and built the Netflix website to about 75% without referencing the video. I watched the video one more time and completed my Clone website. I can now build the Netflix website from scratch without referencing my notes or the video. The how-to video is about an hour long. It takes me about 3 hours, 10 minutes to do it. I plan to just keep building Clone projects until I become very good. I'm building the Apple website next. I can't believe I almost gave 8k to a coding boot camp when everything knowledge I need about coding is free on TH-cam😂

    • @beinline2278
      @beinline2278 2 หลายเดือนก่อน +4

      thanks for given me a way to learn and practice

    • @DavidSegura99
      @DavidSegura99 2 หลายเดือนก่อน

      Cool what is the name of the video or the channel to do it to

    • @baroneleve1196
      @baroneleve1196 2 หลายเดือนก่อน

      @@DavidSegura99 It's the video called "How to make Netflix website Clone using html and css. The video is 56 minutes and 55 seconds long. It is very easy to follow and understand . The channels name is Greatstack.

    • @baroneleve1196
      @baroneleve1196 2 หลายเดือนก่อน +7

      @DavidSeguraIA It's called How to make Netflix website Clone using html and css. It is 56 minutes and 55 seconds long. It is very easy to follow and understand

    • @baroneleve1196
      @baroneleve1196 2 หลายเดือนก่อน

      The channel is called Greatstack

  • @SurajNair-w5y
    @SurajNair-w5y 3 หลายเดือนก่อน +337

    A tutorial to get out of tutorial hell

    • @hi_nesh
      @hi_nesh 3 หลายเดือนก่อน +7

      Hahaha 😂😂

    • @bambinoesu
      @bambinoesu 3 หลายเดือนก่อน +4

      😂

    • @SkyNet-xm8yq
      @SkyNet-xm8yq 3 หลายเดือนก่อน +26

      One day someone would upload a tutorial about how to get out of the tutorials of getting out of tutorial hell.

    • @nickmccabe2327
      @nickmccabe2327 3 หลายเดือนก่อน +7

      Vicky could make that course and sell it on Udemy

    • @unclemoses3333
      @unclemoses3333 3 หลายเดือนก่อน +1

      😂😂😂

  • @elliotlassey3118
    @elliotlassey3118 2 หลายเดือนก่อน +43

    I used to think tutorials didn't work at first but then I realized after hours of trying to code my own things up from scratch myself that you just can't really discover certain syntax and code logic by accident all on your own even after hours of practice. sometimes the best way to learn is to just follow a tutorial and learn from someone else's code. This will save you hours of trial and error. It's fast and efficient. you just have to make sure you truly understand the code in depth before you move on to something else. Just try to code the whole thing on your own after watching the tutorial and following the tutorial

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

      thanks for sharing! great advice!

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

      The trial and error and frustration is part of the learning process. It's slower to get going but you get a more solid foundation and you build your grit and problem solving skills.

    • @lileightright
      @lileightright 2 หลายเดือนก่อน +1

      "This will save you hours of trial and error", this is literally why you need to stop watching tutorial. idk if you new to programming but this is the only and most effective way to become programmer by facing errors and debugging them all day.

    • @VickyMei
      @VickyMei  2 หลายเดือนก่อน

      @@lileightright errors are our best friend

  • @KimboWani
    @KimboWani 3 หลายเดือนก่อน +51

    You learn by doing. Studying without applying knowledge is like reading about how to fix a car without ever seeing the parts or tools

  • @kzelmer
    @kzelmer 3 หลายเดือนก่อน +31

    That is the way. A friend asked for help because he wanted to learn Jenkins. My answer: do dyou want to learn Jenkis? Get the official doc and lets deploy a hello world spring boot app. As simple as that. The old learn by doing. You will get stuck, you will get frustrated... but eventually you will learn something

  • @nemesioansorin
    @nemesioansorin 2 หลายเดือนก่อน +3

    Wow, repetition always work :) just my 2 cents. In the sense of memorizing things and creating a valuable (good or bad) feedback - it works both ways - either proving you some theories, either proving some things are wrong, re-adjusting / enlarging your experience. Good, valuable points overall ... you got a new subscriber.

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

    Thank you so much for this video.
    I know now that exercising those muscle memory is important in programming.

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

    Thanks for speaking the truth. I wish I had known this when I was learning programming because I wasted time watching a lot of videos on TH-cam and Udemy without enough practice.

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

    It's hot and very informative channel based on your study and experience, thanks a lot.

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

    In systems administration, tutorials are very crucial given they are meaningful, but they must be paired with hands-on. Understanding how it works and knowing how to do it is the key.

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

    I upgraded so many skills during covid but when I went back to working as an admin in the creative floor I got a hold of licenses. They granted me access to use the tools so I would listen during meetings look for the problems and build the solutions to actually apply what I learned. I learned illustrator got access to Adobe creative. The VP was cool about giving me access to the tools they already use. Then I started playing with photoshop. Then sharepoint and more microsoft tools and now creating project management tools. I stay a bit late to speak to the associates to ask how to do something even the video editor. So glad I did I actually retained everything because I created projects around it. Its amazing to learn and actually apply it. Programming is next but next year so I dont crash lol

    • @VickyMei
      @VickyMei  2 หลายเดือนก่อน

      WOW thats so impressive! lots of things you've learned ! please keep us updated on your learning journey!

  • @johnathanpolk5441
    @johnathanpolk5441 2 หลายเดือนก่อน +4

    Thank you, I needed to hear this. Something simple, but totally right

  • @windyrush97
    @windyrush97 21 วันที่ผ่านมา

    Thank you for the video Vicky. I am a programmer in Buenos Aires for over 2 years now, i started with a Front End course that opened me the doors of knowledge in programming, then i went to College but it wasn't what i expected. Althought, i know that courses works, the problem for me was that later, at practice time, i got blanked. No matter how many times i wrote code, rewind video, i was blank so i went to the "Project" way, and there i started to learn much better.

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

    I'm actually about to learn coding and I saw your vid, this is such a great help so I could make it through . This really means a lot, thank you so much!
    - Pause & Reflect.
    - Learn through experience.
    - Challenge yourself = Upgraded knowledge.
    - Recharge your energy and don't cost yourself; overwhelming is unnecessary.
    Glad this video is short but detailed (time & brain frendly😂). Thank you again!!

  • @JerseyJeff84
    @JerseyJeff84 2 หลายเดือนก่อน +1

    Best thing that ever happened to me was hands-on experience. I'm in I.T. so anytime I could get my hands on spare computers, create virtual machines, help someone in the industry, etc, was crucial for me. Even where I work now, I am learning something new almost monthly. So, tutorials are nice to get the ball rolling, but should never be solely relied on.

  • @zarinadustova7363
    @zarinadustova7363 14 วันที่ผ่านมา

    This is so great, after completing my QA Automation course, I literally got stuck and as it was mentioned in this video, I was not even able to write even one line of code. Thank you for sharing your thoughts, very helpful!

  • @isaiahbundi7207
    @isaiahbundi7207 2 หลายเดือนก่อน +1

    thanks for lecturing me, thats true me going tutorial after tutorials and unfortunately have not finished watching these

  • @MrRgarcia2010
    @MrRgarcia2010 2 หลายเดือนก่อน +1

    Not a programmer or looking to be one. I do suffer from analysis paralysis and get so immersed in whatever I'm studying that I forgot about application and continuous improvement. I appreciate this video.

    • @VickyMei
      @VickyMei  2 หลายเดือนก่อน

      Oh wow I didn’t expect someone else outside of programming also find this helpful’ this means a lot to me so thank you and I’m glad this was helpful 🙏🏽

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

    A tutorial can get you started but challenges and building things outside of your comfort zone is what gets you the skill, and then for deep understanding you have to read books.

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

    Absolutely loved your vid! Especially when you connected learning code with working out and the underlying benefit of building our problem solving "muscles". I'm currently studying for my project management certification (PMP) and definitely see how this approach transfers well for me too! Thanks again and continued success! #yournewestsubbie😁

    • @VickyMei
      @VickyMei  2 หลายเดือนก่อน

      this is such a sweet message! thank you for your support! best of luck on your PMP journey!

  • @ifydev
    @ifydev 3 หลายเดือนก่อน +2

    Actually tutorial is very good. Something I just realize is after watching tutorial build something with the knowledge. Tutorials here makes you keep up or been aware of some techniques out there

  • @sankisuchiang1183
    @sankisuchiang1183 12 วันที่ผ่านมา

    Thanks... I'm always encouraged to learn watching your videos.

    • @VickyMei
      @VickyMei  6 วันที่ผ่านมา

      My pleasure!

    • @sankisuchiang1183
      @sankisuchiang1183 6 วันที่ผ่านมา

      @@VickyMei how many programming languages have u actually learned

  • @abogdzie
    @abogdzie 2 หลายเดือนก่อน +1

    I just got proposed videos like yours at least 5 by YT in last 5 minutes, but it's actually yet another one why people are not learning, but just watching your speech. And not sure why YT is attacking me with this content.

    • @VickyMei
      @VickyMei  2 หลายเดือนก่อน

      😅

  • @ruwanslit8430
    @ruwanslit8430 17 วันที่ผ่านมา

    Miss, Thank you very much. I also do the wrong thing. watching tutorials one after another. Thank you very much give this idea.

    • @VickyMei
      @VickyMei  16 วันที่ผ่านมา +1

      Glad it was helpful!

  • @saitejaswinisurisetti8467
    @saitejaswinisurisetti8467 3 หลายเดือนก่อน +2

    thank u sis ..for this useful video..i wanted to learn mern stack since 3days ..ur video helped me to overcome tutorial hell...thank uu

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

      glad it helped! wish you all the best!

  • @accessb8631
    @accessb8631 2 หลายเดือนก่อน

    Thank a lot for the advices, just curious what video editor you’re using

  • @peacewealth_23
    @peacewealth_23 2 หลายเดือนก่อน

    ❤ Thanks a lot dear. God bless you. I don't know "jack" in programming though, but seeing ppl build wonderful Apps and website is fun to me and iv told myself hey! It may take you some time though but you'll one day build an app. To that, seeing videos like this is a proof that im on track. I will be glad if you can lead me to guiding steps to fulfill my dream. Once again, THANK YOU SO MUCH❤❤

  • @chillyfrost2011
    @chillyfrost2011 2 หลายเดือนก่อน

    I agree, I follow some of the same practices, however, the way you talk about learning (weight training) is another perpsective that I didn't think about. Thank you great video, I going to practice how you described and see if I can come up with a way that fits me, thank you.

    • @VickyMei
      @VickyMei  2 หลายเดือนก่อน

      Yep, I love this analogy too.

  • @videomaster5437
    @videomaster5437 22 วันที่ผ่านมา

    I feel like it makes a difference to take your time to understand the small concepts and elements of anything you code, build or learn rather than copying tutorials.

  • @MaestaRCZ
    @MaestaRCZ 2 หลายเดือนก่อน

    I started learn to code right now, subscribed. Love your channel

  • @saeedansar-sk3fh
    @saeedansar-sk3fh 3 หลายเดือนก่อน +1

    i start my web development journey before 10 days so im learning HTML ,im learning from code with harry and w3 school's and you're beautiful

  • @DevJuvenilson
    @DevJuvenilson 3 หลายเดือนก่อน +6

    Thanks for the video, it makes a lot of sense now, I was used to just watching and copying what the teacher was doing, and obviously I'm not learning with this. I'm going to start my own project, wish me luck!

    • @VickyMei
      @VickyMei  3 หลายเดือนก่อน +1

      Glad it was helpful! You are very welcome! best of luck on your project!

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

      @@VickyMei Hi are you Thai?

  • @rtz2985
    @rtz2985 3 หลายเดือนก่อน +1

    just found your channel, very good advice. I've attended a boot camp, got my degree and still feel very inadequate thinking i need to learn more, going into tutorial hell lol. I wil go back to basics and refresh what I'v elearned. Thanks

    • @motion69
      @motion69 2 หลายเดือนก่อน

      Don't go back to revise. Just try to make projects and if you don't find how to build a component then go to revise that piece of code only. I have repeated myself again and again and now I am making projects only

  • @toobprojects
    @toobprojects 3 หลายเดือนก่อน +2

    Really makes sense. One should also find an excuse to learn that specific language or tool, i.e. may be you want to build a small CLI tool to help you automate a few daily operations that you have you perform manually, then you can jump into Golang or Python etc ... Great advice, thanks a lot Vicky.

  • @wilfred05777
    @wilfred05777 2 หลายเดือนก่อน

    Learning from you daily exercise as unemployed software video thansk for sharing

  • @Gregory-o6v
    @Gregory-o6v 3 หลายเดือนก่อน +12

    Start building a real project as soon as possible after watching a tutorial video or course, or reading a book.
    The advice in Victoria's video is worth the time to watch.

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

      thank you for your feedback! practice with projects is the way to go!

    • @dalio4126
      @dalio4126 2 หลายเดือนก่อน

      Anyone who is not insane would get to the same advice 😂

  • @MG-wx8yx
    @MG-wx8yx 2 หลายเดือนก่อน

    Thank you so much Vic. You got yourself a new subscriber.

    • @VickyMei
      @VickyMei  2 หลายเดือนก่อน

      Welcome aboard!

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

    Watch and understand the concepts, after that, make small projects. As you go, you will encounter problems that lead you to go back to your resources. Every problems you enconter will help you grasp that knowledge.

  • @marinastrong7977
    @marinastrong7977 12 วันที่ผ่านมา

    Yes, you should do programming with your brain works. It's like when you went to school. If you just copy from the board without thinking and not trying to solve a problem with your own, you won't understand what's going on.
    Always try to turn your brain on!

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

    Great video! Thank you so much!

    • @VickyMei
      @VickyMei  3 หลายเดือนก่อน +1

      My pleasure to help!

  • @abbasbvohra
    @abbasbvohra 2 หลายเดือนก่อน +1

    since you bought it up the will power running out of part, i have to say "in the brightest day, in the darkest night, let no evil escape my sight, let those who worship evil's might , beware my will power". nice video, state that which should be obvious but is not not.

  • @homaassal2794
    @homaassal2794 3 หลายเดือนก่อน +1

    First of all when you purchase a course you do what we call follow a long. So there is no way to go blank. Basically the guess work has been taken out for you and you follow along with instructor and do the project. I don't see any mishap in that

  • @敏-x5q
    @敏-x5q 27 วันที่ผ่านมา

    I am a beginning, good lesson : )

  • @KikiIdeals
    @KikiIdeals 2 หลายเดือนก่อน

    Thanks for this video. I wish I could like a million times

  • @andyl9920
    @andyl9920 3 หลายเดือนก่อน +1

    Yes ill admit. I'm in tutorial hell. Was trying to rush myself. I need to effing slow down. Started my self taught studies a year ago. I need to slow down. Stuck on JS rn 😅

  • @ZuvielDrama
    @ZuvielDrama 2 หลายเดือนก่อน +1

    Mhm, i have to disagree a bit. Every Tutorial starts with seeing and repeating and deal with typing problems. And when you have done the tutorial, you take the knowledge to build something new with what you learned.

  • @derickmoncado
    @derickmoncado 3 หลายเดือนก่อน +4

    No because tutorial hell/purgatory is SO real. You gotta just raw dog a project and dive in!!

  • @PrakharRajShrivastava
    @PrakharRajShrivastava 2 หลายเดือนก่อน

    Thank you so much. This was really helpful. 😃

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

    I must have gotten a line or two through Python 101 in a year and a half. The pages of documents I read and the hours of videos I watched could not give me the information in this video. Because I thought of every day and every moment as a loss and drowned myself in more documents. Thank you very much indeed; Thank you for giving me an enlightenment.

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

      thank you for your comment, this made my day! im glad this video was helpful! keep us posted!

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

      Which python 101 course, the one from IBM?

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

      @@emberavenge7162 nope. İs not

  • @GuidoSchenone
    @GuidoSchenone 2 หลายเดือนก่อน

    Thanks VIcky, its exactly what i will start doing. Very Handsome lady BTW

  • @studytime-q3o
    @studytime-q3o หลายเดือนก่อน +1

    how is this approach please reply. Watching tutorial and following along. Then building a project on your own

    • @fujivato
      @fujivato 21 วันที่ผ่านมา

      I’d recommend a slightly different approach. Pick something simple (really, really small) that you want to build, work out what “finished” means so you know when to stop working on it and get started on your own.
      Each time you get stuck use the available tools to help you get unstuck (ChatGPT, documentation etc).
      Learn to as yourself good questions.
      When you’ve gotten to the end, maybe reward yourself by looking at projects others have created to expand your horizons on what’s possible and then make your next project just a little more complex.
      Learning to recognise and solve problems is the most important thing, no matter whether it’s problems that make your software work or problems about how to learn, the process is the same.
      As the Chinese saying goes, “A journey of 1000 miles begins with a single step” you have a to take that step on your own to get where you want to go.
      Rinse and repeat 🙂

  • @IchJLAG
    @IchJLAG 3 หลายเดือนก่อน +1

    ok I needed this, thank you!

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

      Welcome!

  • @waella4267
    @waella4267 2 หลายเดือนก่อน

    You are a walking legend 😍😍

  • @jimmatrix7244
    @jimmatrix7244 2 หลายเดือนก่อน

    You are right! Watched thousands of videos but never started 🤕

    • @VickyMei
      @VickyMei  2 หลายเดือนก่อน

      not after watching this video!

    • @jimmatrix7244
      @jimmatrix7244 2 หลายเดือนก่อน

      @@VickyMei Hopefully.

  • @sangwaemmanuel6936
    @sangwaemmanuel6936 2 หลายเดือนก่อน

    you are like really, START SMALL AND ESSENTIAL, APPLY IT IN YOUR OWN WAY (MOSTLY)

  • @mohammadnabiibrahimi56
    @mohammadnabiibrahimi56 14 วันที่ผ่านมา

    It was so useful I like it.

  • @Memetaku666
    @Memetaku666 2 หลายเดือนก่อน

    Great teacher ❤️❤️

    • @VickyMei
      @VickyMei  2 หลายเดือนก่อน

      Glad you think so!

  • @yahayaibrahim5116
    @yahayaibrahim5116 2 หลายเดือนก่อน

    Thanks for this very nice advise ❤❤

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

    No discomfort - No expansion! 😎

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

    I really enjoyed the video and really find it resourceful, BUT those balloon like sounds when some text pops up is very annoying... Listening with headphones is a torture.

    • @VickyMei
      @VickyMei  2 หลายเดือนก่อน

      thank you for your feedback, could you give an example at which time stamp? I will try to avoid those.

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

    Hello new here , thank you so much for sharing your tips.

  • @fe911s
    @fe911s 2 หลายเดือนก่อน

    My problem entirely, always jumping around and dont stick to it

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

    I love Vicky!

  • @OjJerry
    @OjJerry 2 หลายเดือนก่อน

    Let me start on data analysis first, tomorrow then programming next year. Thanks

    • @VickyMei
      @VickyMei  2 หลายเดือนก่อน

      Just out of curiosity, what do you use to learn data analysis?

    • @OjJerry
      @OjJerry 2 หลายเดือนก่อน

      @@VickyMei I'm gonna start with excel, then SQL and later python or PowerBI as I've been doing some research on TH-cam but I'll be learning on TH-cam, I have access to a laptop so I hope it all goes well. The problem will be getting certification for validation when applying for jobs but when I get money, I'll pay for an online course too God willing...

  • @Don_A7
    @Don_A7 2 หลายเดือนก่อน +1

    The fact that she mentioned subscribing to her channel to watch more tutorials 😂

    • @VickyMei
      @VickyMei  2 หลายเดือนก่อน

      😂😂😂

  • @NotyourBusiness-u7q
    @NotyourBusiness-u7q หลายเดือนก่อน +2

    curious why all those "employed software developer" from new york got so much time for their youtube channels.....i think its much easier to create an successful "programming" channel with just copying other peoples content (Because its all the same anyway : how to escape tutorial hell,, how would i start to learn xxx in xxx , etc,etc,etc) Especially as a female its pretty easy. nerds seeing a girl on a thumbnail with a coding title under the video? Sold!

  • @ChemCoder404
    @ChemCoder404 2 หลายเดือนก่อน

    Some great suggestions here!

    • @VickyMei
      @VickyMei  2 หลายเดือนก่อน

      Glad you think so!

  • @ItsMeTheUser
    @ItsMeTheUser 2 หลายเดือนก่อน

    Very helpful!

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

    I would like to know some good websites, books, or courses which teach problem solving instead of memorization like the tutorials. Been looking for practice examples which start as fill in the blank and build up from that but have not found anything good so far. Any ideas or recommendations would be really appreciated. Thanks everyone ☺️.

  • @bilqis_abu
    @bilqis_abu 2 หลายเดือนก่อน

    Thanks for sharing!

  • @mengistu3137
    @mengistu3137 2 หลายเดือนก่อน

    thank you so much you made my day

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

      You are so welcome!

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

    You have to practice it when you are watching it

  • @falconwolf3328
    @falconwolf3328 2 หลายเดือนก่อน

    Very good Vedio❤

  • @cristianpiano2170
    @cristianpiano2170 2 หลายเดือนก่อน

    Good stuff. Now I win quit watching videos and only code and work on Linux skills lol

  • @Bikslol
    @Bikslol 2 หลายเดือนก่อน

    thank you so much, you are right

    • @VickyMei
      @VickyMei  2 หลายเดือนก่อน

      Thanks for watching!

  • @vectorcrael
    @vectorcrael 2 หลายเดือนก่อน

    thanks. this is true.

  • @omar13018
    @omar13018 3 หลายเดือนก่อน +4

    I do leetcode and learn things as I go. Im building my portfolio in react even though I haven't "mastered" javascript.

    • @Slowly_We_Rot
      @Slowly_We_Rot 3 หลายเดือนก่อน +1

      So you just try your best to work things out and learn from looking stuff up or what?

    • @omar13018
      @omar13018 3 หลายเดือนก่อน +1

      @Slowly_We_Rot kinda, I just look things up and play around with things. After a while, I started noticing patterns and began connecting the dots. The reason I jumped to react is that I know nothing about it. That decision is why I learned about the terminal, installing packages, and good practices to set up a project. I also use Sass to make css simple, and I imagine tailwind takes that idea further. I develop for mobile first, and I look at bootstrap as a reference because their breakpoints and flexbox properties are solid. I don't use Bootstrap, but I was able to understand why they use certain properties when it comes to a web page. I take that and change it to fit my needs.
      That is my experience, but I still have a lot to learn. Especially with leetcode.

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

      @@omar13018 Thanks for the reply! Good advice.

  • @CasperWest
    @CasperWest 2 หลายเดือนก่อน

    i need a tutorial to stop watching tutorials

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

    Thanks for sharing.

  • @jashwanthbablu856
    @jashwanthbablu856 2 หลายเดือนก่อน

    Mam make a video about How Much Data Structures and Algorithms are required to get a High Paying Job

  • @valenciawalker6498
    @valenciawalker6498 2 หลายเดือนก่อน

    Thank you. I agree.

    • @VickyMei
      @VickyMei  2 หลายเดือนก่อน

      thank you :)

  • @Emanuel-yb3qk
    @Emanuel-yb3qk 3 หลายเดือนก่อน

    I just bought a boot camp to be a senior engineer in 3 months in an Indian platform. Am I already screwed it up right. .

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

      Bro why Indian platforms 😂they are all scammers.instead u could have followed some Indian youtubers

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

    Thanks Kitty😊

  • @sumairakhurram2478
    @sumairakhurram2478 2 หลายเดือนก่อน

    Good video

    • @VickyMei
      @VickyMei  2 หลายเดือนก่อน

      Glad you enjoyed

  • @AJPHIL-bt4me
    @AJPHIL-bt4me หลายเดือนก่อน

    I think this is where hands on tools like Codcademy come in

  • @mixme8655
    @mixme8655 2 หลายเดือนก่อน

    Thank you mam new subscriber❤

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

    cool channel

  • @rinze9367
    @rinze9367 2 หลายเดือนก่อน

    I'm just looking for a remote data entry or remote live chat agent. It's not an advanced tech job. I dunno why it's so hard. Who can help me??? 😢😢😢😢😢

  • @nikhilpatel3005
    @nikhilpatel3005 2 หลายเดือนก่อน

    can we learn programming together 😄

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

    This is one of the best totorial I ever see, because it true

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

    If I am new to software engineering or a programming language, don't I need tutorials to give me an idea?

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

      i don’t think you got the point of the video buddy.

  • @just.fisayo
    @just.fisayo 2 หลายเดือนก่อน

    THank you!

    • @VickyMei
      @VickyMei  2 หลายเดือนก่อน

      You're welcome!

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

    ALL YOU SAID IS TRUE ♥

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

    Are those tutorials not comming with regular exercises?

    • @bryanquartey-papafio7628
      @bryanquartey-papafio7628 หลายเดือนก่อน

      Mine does but I also do my own and read notes to understand the logic behind them

  • @arkaitz9104
    @arkaitz9104 2 หลายเดือนก่อน

    Thank u very much 😊

  • @coding-jungle
    @coding-jungle 3 หลายเดือนก่อน +1

    great tip

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

      Glad you think so!

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

    Are frontend developers still needed?

    • @VickyMei
      @VickyMei  3 หลายเดือนก่อน +2

      Good question! Ima make a video about this

    • @lastspoil5547
      @lastspoil5547 3 หลายเดือนก่อน +1

      @@VickyMei oh that is so nice

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

      In short: Yes they are.
      You don't need a 10 min video 1 month from now to get an answer to that question.

    • @VickyMei
      @VickyMei  3 หลายเดือนก่อน +1

      quick answer is yes but there are some thoughts i have about front end devs in the US job market that are way different now than before

    • @lastspoil5547
      @lastspoil5547 3 หลายเดือนก่อน +1

      @@thuglaza4728 yes but it’s called content for a reason

  • @parvezhusnoo8581
    @parvezhusnoo8581 2 หลายเดือนก่อน

    Thank you.

    • @VickyMei
      @VickyMei  2 หลายเดือนก่อน

      Welcome!

  • @DemetriusHayes-k8b
    @DemetriusHayes-k8b 2 หลายเดือนก่อน

    Form is horrible. But as long as you don't get hurt and progress, hey