A Programming Skill You Don’t Practice, but SHOULD! | Examples

Sdílet
Vložit
  • čas přidán 11. 06. 2024
  • To try everything Brilliant has to offer-free-for a full 30 days, visit brilliant.org/TravisMedia . The first 200 of you will get 20% off Brilliant’s annual premium subscription.
    Do you ever start learning a backend technology, say on Udemy, and you find yourself having to push through all the front-end setup, which ends up being like 25% of the course. And by the time you're done, you're tired of the course and give it up.
    Wouldn't it be nice to have projects that skip past all that irrelevance and get you to the precise technology you intend to learn?
    In this video, I'll show you how to do that AND explain why this approach is something that is beyond beneficial for you to practice to level up your career.
    Timestamps
    00:00 The dilemma
    01:19 Skipping the nonsense
    01:32 Example 1
    02:31 Why this skill is so vital
    03:40 Your coding personality
    05:04 Sponsor
    06:12 Example 2
    07:23 Example 3
    09:28 Finding projects
    10:36 Outro
    ** Mentioned In The Video **
    Todo React Project - github.com/shubham1710/React-...
    Todo vanilla JavaScript - github.com/miltonHenschel/ToD...
    Bootstrap dashboard - www.bootstrapdash.com/product...
    ** Career Path Coding Tracks **
    Web Developer - geni.us/jBigBd
    Software Engineer - geni.us/AbMxjrX
    Machine Learning - geni.us/GporLlT
    Python Developer - geni.us/tv2FJBU
    DevOps Engineer - geni.us/MgHtJ
    ** My Coding Blueprints **
    Learn to Code Web Developer Blueprint - geni.us/HoswN2
    AWS/Python Blueprint - geni.us/yGlFaRe
    ** I write regularly **
    travis.media
    ** FREE EBOOKS **
    📘 travis.media/ebooks
    LET'S CONNECT!
    📰 LinkedIn ➔ / travisdot. .
    🐦 Twitter ➔ / travisdotmedia​
    🙋🏼‍♂️ Website ➔ travis.media
    #selftaughtdeveloper #programming #learntocode #codingskills
    ** This video was sponsored by Brilliant
    ** Some of the links in this description may be affiliate links that I may get a little cut of. Thank you.
  • Věda a technologie

Komentáře • 72

  • @user-mp9um5qj3u
    @user-mp9um5qj3u Před 10 měsíci +55

    Six months as a junior android development, learning to read someone else's code is a must. You learn alot by looking at others code.

    • @looksmatteronly
      @looksmatteronly Před 9 měsíci

      What languages you learnt

    • @catharsis222
      @catharsis222 Před 9 měsíci

      Would it be wrong for me to put others code in ChatGPT? I did this for a cloth verlet integration & physics simulation to have each line explained

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

      @@catharsis222 it's good and bad. If you are a complete beginner it could push you in the wrong direction. But if you have some basics down you can filter out the hallucinations

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

    thats a avenue i havent gone down yet. you nailed it , im getting bored with building everything from scratch.

  • @user-jn4tp7ti9n
    @user-jn4tp7ti9n Před 10 měsíci +2

    Re-discovered your channel a few days ago and it has been an absolute inspiration! Keep up the great work Travis!

  • @Ds10733
    @Ds10733 Před 10 měsíci +17

    Thank you so much. Instead of doing from scratch, better to clone it as starting point and add features I wanna add, right? But I feel kinda guilty to do it, always feel like I have to build from scratch..

    • @TravisMedia
      @TravisMedia  Před 10 měsíci +9

      True. I know the feeling. But you already know the scratch though. 😁

    • @Roberto-oz6et
      @Roberto-oz6et Před 10 měsíci +3

      I thought I was the only one who had that feeling.

  • @sbusisomacu8948
    @sbusisomacu8948 Před 10 měsíci +22

    Thank you Travis for sharing such good insights, what you're explaining here describes me. Every time I begin a project from scratch I end up with overwhelming amount of anxiety as a result I hardly complete them and post on Github. Currently I have over 20 unfinished projects stored in my computer. But I'm now going to try your method going forward 😄

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

      Thanks for sharing. Yeah same struggle here. Another method is to ask ChatGPT to create a sample project for you to begin with.

    • @sbusisomacu8948
      @sbusisomacu8948 Před 10 měsíci +1

      @@TravisMedia I'll try that as well. Stay blessed 🙌

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

    Great insights. Especially when one is familiar with the basic of html, css and javascripts. Thanks travis.. am proud to be on your community 😊

  • @kyrie4728
    @kyrie4728 Před 10 měsíci +1

    this method for me is way more than watching tutorial, even when you working in real project the step exactly the same as Travis mentioned. Wish i did this soooner

  • @sumirandahal76
    @sumirandahal76 Před 10 měsíci

    Great insights. I find this idea to be effective for the beginners to learn new tech and the jr. SE to sharpen up their tech domains. Thank you travis !

  • @SenthilkumarDeivasigamani
    @SenthilkumarDeivasigamani Před 10 měsíci

    Thank you Travis for sharing this video. ❤

  • @jamesraphael8473
    @jamesraphael8473 Před 8 měsíci

    Wow. Never thought of this. Thanks Travis

  • @ameer6168
    @ameer6168 Před 10 měsíci +1

    I'm doing the same. I want to learn WebRTC and how SFU works. Instead of watching tons of tutorials, I directly started working on a project. Then, I searched for how other people did it and modified their approaches to use in my project.

  • @aburayhansushmoy110
    @aburayhansushmoy110 Před 9 měsíci

    Thanks for the advise sir

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

    I mean, the biggest thing I've found is that I get code from off shore teams that doesn't even compile without massaging or it's filled with compiler warnings or errors that make me wonder how it ever made it to production. In other words, there aren't "personalities" in the code base, it's mostly just crap code that needs to be completely rewritten. Reading others' code has taught me more about what not to do than what to do.

  • @guilherme1260
    @guilherme1260 Před 10 měsíci

    Great tips as usual!

  • @duaneatnofroth
    @duaneatnofroth Před 10 měsíci

    That was a really good video! Great advice.

  • @OleksandrBorysenko333
    @OleksandrBorysenko333 Před 10 měsíci

    Interesting pieces of advice, thanks! Especially about why get to learn how to read code.

  • @AmodeusR
    @AmodeusR Před 10 měsíci +5

    You give me a very interesting idea: Making a repo with many projects to be used as a base to learn a technology! I hope I can find time to apply it, I'm sure it could help many people :D

    • @TravisMedia
      @TravisMedia  Před 10 měsíci

      Ahh that would be a nice contribution and a great idea. If you do it, update me here.

  • @AdrianTregoning
    @AdrianTregoning Před 10 měsíci

    Always helpful, thanks Travis. If you ever want to change careers again, you could totally go for TV presenter.

  • @kinesis
    @kinesis Před 10 měsíci +1

    Great advice.

  • @ravisankarp61
    @ravisankarp61 Před 10 měsíci

    Thank you for the video .

  • @yurimyanmar9799
    @yurimyanmar9799 Před 9 měsíci

    Thanks Travis, You are pointing out the problems i didn't even know exist as a junior.
    Plus how did you all manage your time cause I have a hard time management as a self-taught.

  • @potaetoupotautoe7939
    @potaetoupotautoe7939 Před 9 měsíci

    actually good advice. This is amazing.

  • @rawcodes
    @rawcodes Před 8 měsíci

    I've never seen anyone dished out so much value for free. Thank you.

  • @dinguskhan8883
    @dinguskhan8883 Před 10 měsíci +1

    Usually if I want to learn a backend technology I just use a rest client like postman and then I don’t even need a frontend

  • @csy897
    @csy897 Před 7 měsíci

    I think especially for consultants, it is so important that you learn the style of the company you are working for and follow as closely as possible to their coding personality while improving on it because ultimately, they are the ones who are going to maintain it. As you jump from client to client, you need to assimilate fast too so learning how to read the code base fast is vital.

  • @SofaKingwetodded93
    @SofaKingwetodded93 Před 9 měsíci

    Thank you for the video … any advice for someone who is struggling with JavaScript and react ?

  • @timetolive4869
    @timetolive4869 Před 9 měsíci

    That is a solid advice :)

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

    Great advice :) Doing over and over the same basic things is killing motivation.
    I'd love to find a company where they give you a week to familiarize yourself with their code base :p

  • @maurolimaok
    @maurolimaok Před 9 měsíci

    Nice channel. Thanks for the videos.

  • @snowy8465
    @snowy8465 Před 9 měsíci

    damn, exactly what i needed, Thank you

  • @thisbridgehascables
    @thisbridgehascables Před 9 měsíci

    This is a great idea. Especially if you are learning server side code like php. Or take a free html template and convert that into react or learn how to create JavaScript components for an website that doesn’t need react but has some sections that will repeat and you don’t want to use php for includes.. and just want to use php for Ajax specific data from the database.

  • @jaredhembrow8910
    @jaredhembrow8910 Před 5 měsíci

    Wow this is such a great idea

  • @kingmeditation6308
    @kingmeditation6308 Před 10 měsíci

    Which coding challenge did you mentioned?

  • @mervinmarias9283
    @mervinmarias9283 Před 8 měsíci

    Forgot to mention working with regular expressions. Prompt engineering is also a required skill nowadays.

  • @nothing606
    @nothing606 Před 10 měsíci

    That's why I am using bootstrap every time when I was learning things on backend

  • @Zeblab42
    @Zeblab42 Před 9 měsíci +1

    Great video. Just one piece of criticism. “Walk the cat” is a thing 😂

    • @xinaesthetic
      @xinaesthetic Před 9 měsíci

      Yeah a friend gave me a harness and a lead for my cat… only ever used once, though. I think she’s too old to get into it now.

  • @mac.ignacio
    @mac.ignacio Před 10 měsíci +1

    I just use POSTMAN and don't really need a UI for testing my backend.

  • @EscapedConvict2007
    @EscapedConvict2007 Před 10 měsíci

    I would just use Postman or similar tools to interact with my backend, if I’m only interested in learning or developing backend.

  • @converter
    @converter Před 8 měsíci

    The Mental Model is called Inversion. Always start at end goal. You may not even need the todo Frontnend app in the beginning just to test data persistence, becausw theres no dependency there - you can use curl or postman 😅

  • @jonathanjohnson2785
    @jonathanjohnson2785 Před 10 měsíci +1

    Hi Travis. Is create react app better than vite to set up a react app? 😮

    • @TravisMedia
      @TravisMedia  Před 10 měsíci +1

      Create react app was removed from the docs as the official way of setting up a project. Many are now using Vite instead. Here’s a read on it dev.to/ag2byte/create-react-app-is-officially-dead-h7o#:~:text=React%20developer%20team%20recently%20removed,react%2Dapp%20is%20finally%20gone.
      As stated in the article comments, for production apps, may want to consider Next.js

    • @jonathanjohnson2785
      @jonathanjohnson2785 Před 10 měsíci

      @@TravisMedia Thanks Travis. Much appreciated 👍

  • @adnanabbasi9482
    @adnanabbasi9482 Před 9 měsíci

    Hi, I have a question about git or Github, are they safe to use on the local devices (they don't posses a threat to my local data security)? or you have any tip to check for security before using / copying codes from git.

    • @jd2161
      @jd2161 Před 9 měsíci

      Hmmm. Millions of programmers use it but you. You sir are special and it would not be suitable for you.
      Why do people ask questions they can Google or ask an ai?

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

      I’m guessing English may not be your first language, and the previous comment was pretty unhelpful (why do people take the time to respond if they’re not going to say anything useful?).
      Anyway, I think that your concern is more to do with running arbitrary code (that you don’t fully understand) on your machine than it is with git or GitHub themselves. In general, it’s not something that’s a common attack vector, but hypothetically for example if you run backend code on your system that is insecure for some reason and opens ports to the outside world, there could be some level of risk… it’s good to have a defensive mindset as a programmer. If you find some obscure project on GitHub and clone it, it’s highly unlikely to be dangerous in any way, but you could always set up a VM for this stuff so that the rest of your data was sandboxed; probably not a bad practice.

    • @adnanabbasi9482
      @adnanabbasi9482 Před 9 měsíci

      @@xinaesthetic thanks

  • @myst.youtube
    @myst.youtube Před 8 měsíci

    I'm so confused right now. Is Travis really human? Why all of my struggles in a software engineer position or being a student who wants to be an engineer? He knows what happened to me, especially how I struggled.

  • @EnglishRain
    @EnglishRain Před 10 měsíci

    I always do backend first, front-end later. Must admit though me frontend is bare bones

  • @avaygc5646
    @avaygc5646 Před 6 měsíci

    is it me for anyone who feel like after completing js course from udemy and follow along project and jump to react learning and start doing own project on react rather than js.😅

  • @d.o.nmuzic3802
    @d.o.nmuzic3802 Před 10 měsíci

    🙏🏾

  • @joel230182
    @joel230182 Před 8 měsíci

    Or you can just use a client like Postman, if you wanna go straight to the backend learning stuff

  • @mampiisaotaku
    @mampiisaotaku Před 10 měsíci

    oh god. how stupid i am. can't believe i never thought of this process to train!!!

  • @scott98390
    @scott98390 Před 9 měsíci

    I find it ironic that the first 1:20 of the video is just fluff. SKIP THAT, and start at 1:20.

  • @VolodymyrInTech
    @VolodymyrInTech Před 10 měsíci

    💛💙👍

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

    Not everybody who knows how program know how to teach programming. For one to teach, the content and thinking process from basic syntax to complex ones require patience and deeper insight, in a steady steady, walking pace. Most people dont even know when to alert their students when they must find a direct relationship between decisions and alert their students or followers. I can only think of beautiful, patient lady that teach programming like she is the syntax herself.

  • @StephenRayner
    @StephenRayner Před 10 měsíci

    Damn…. This is not how to program. “If this has happened to you” part at the start. Yikes! Always think is this important?

    • @spenceragain
      @spenceragain Před 10 měsíci

      What are you saying? Are you critiquing Travis or something he describes? I cannot decipher the meaning of your post.

    • @varunsharma5582
      @varunsharma5582 Před 10 měsíci

      He's not saying that you should just slightly edit other people's code and move.
      What he's saying us that instead of wasting time on nitty gritty details of things that aren't even the main purpose of your project, use someone else's code as a starting point and read through it.
      Let's say I wanted to create a project with webrtc and simultaneous writes in my mind and I spent two weeks doing react and front end and eventually burnt out and left. I wouldn't be able to learn the skill I started out to learn. So, it's better to just get into what I want as soon as possible. It also will give you the skill of understanding other people's code much better.
      It's very solid advice for newcomers.

  • @jamesraphael8473
    @jamesraphael8473 Před 8 měsíci

    Wow. Never thought of this. Thanks Travis

  • @jamesraphael8473
    @jamesraphael8473 Před 8 měsíci

    Wow. Never thought of this. Thanks Travis