How to Code Faster - 5 Tips to Increase Your Productivity

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

КОМЕНТАРІ • 217

  • @TechWithTim
    @TechWithTim  5 років тому +47

    Download kite and speed up your coding! kite.com/download/?

    • @erfanghofrani3342
      @erfanghofrani3342 5 років тому +1

      please change your background . make video in different place

    • @TechWithTim
      @TechWithTim  5 років тому +11

      @@erfanghofrani3342 that will be difficult to do! I'm filming in my room which is pretty much the only place I can...

    • @erfanghofrani3342
      @erfanghofrani3342 5 років тому +5

      @@TechWithTim Yeah i understand . it not bad i just said if you can . you are good enough with any background :)

    • @erfanghofrani3342
      @erfanghofrani3342 5 років тому +5

      @@TechWithTim make video about debuggers please

    • @rafaelchado3490
      @rafaelchado3490 5 років тому +2

      Tim, I just wanted to thank you! Your videos help me a lot, I increased a lot my programing skills watching your videos! You present everything in a clear and logical way, keep it going!

  • @mmddyyyy-his
    @mmddyyyy-his 3 роки тому +27

    3:29 avoiding bugs
    5:15 restructuring & designing code frequently
    5:53 come up with a plan
    9:59 don't read documentation or trying something new
    11:37 is the project is possible to do? don't jump into masive project, plan and understand the the basics/small part of the project

  • @CLove511
    @CLove511 5 років тому +185

    "Younger programmers will write crazy convoluted code or methods to show what they know."
    Yep, that's it. I'm certainly not doing it because I have no idea what I'm doing 😏

    • @TechWithTim
      @TechWithTim  5 років тому +36

      You’ll get there dw

    • @ecxscariot335
      @ecxscariot335 3 роки тому +4

      wait we are supposed to know what we are doing?

  • @blakebiztv9248
    @blakebiztv9248 5 років тому +103

    I would love a debugger tutorial! I was never taught to use one and feel like that would save me a lot of time debugging. Love your videos!

    • @SilverVolo
      @SilverVolo 4 роки тому +10

      I love programming but after years i still have no idea what debugging is.

    • @clementsiow176
      @clementsiow176 3 роки тому

      @@SilverVolo debugging is fixing bugs

    • @jaydenrussell7491
      @jaydenrussell7491 3 роки тому

      @@clementsiow176 Hi, Just wanted to ask a random question among other programmers. When starting off wold you recommend focusing on one language at a time?or multiple modern language use today?

    • @pianopianist5709
      @pianopianist5709 3 роки тому

      ​@@jaydenrussell7491​ One language. It's almost one year since I've started coding, and every time I try to learn a new language, I just... can't understand it. So I'd say stick with one language, and then in the future when you get good with it, move on to others.

    • @stephanbranczyk8306
      @stephanbranczyk8306 3 роки тому +1

      @@jaydenrussell7491 Master one language well. Now you may need to dabble in more than one language if you're working on a project. But still, if you want progress as a developer, and not spin your wheels endlessly, you need to know at least one language really well.

  • @michealhall7776
    @michealhall7776 5 років тому +15

    You should have mentioned keyboard shortcuts. You can save 100s of hours by not scrolling around a page. Also if you get good at keyboard shortcuts it forces you to use good naming conventions so you can quickly jump to that section by using the keywords. Jump to pages , jump to functions , multi line edit, copy paste history, chrome keyboard short cuts jump between mobile and desktop view jump to network tab jump to address bar. I have short cuts to open every program I use regularly, browser, calculator, python shell, note taking ect. I also enjoy reading documentation because when I'm finding something I have a note pad out and write a basic how to use the program find everything I might find useful later. Pop it on my home with keywords as the title then I can quickly search for it on my file system. How to deploy on gcloud for example. Using chrome from the command line. I have 100s of these documents. So when I have the same problem again I can find the answer faster. You will never memories everything but your memory can just be a pointer to where the info is stored . Much more efficient. I also write and store util functions

    • @TechWithTim
      @TechWithTim  5 років тому +2

      Damn I need to start doing that!

    • @DiasDenny
      @DiasDenny 4 роки тому +1

      How will I learn that,plz explain

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

      Yes I do that too but in google docs! Each topic is connected to a table of contents that you can click and it’ll scroll down for you. really helps when I get an obscure git error then I just save it to the doc and I don’t have to spend time searching next time

    • @swattertroops-yaaa
      @swattertroops-yaaa Рік тому

      you just described the zettelkasten 2nd brain method

    • @swattertroops-yaaa
      @swattertroops-yaaa Рік тому

      @@tigana google the zettelkasten 2nd brain method

  • @updateserver
    @updateserver 5 років тому +4

    I was into the social science field doing social work but I had a change of heart and now I’m a first semester sophomore studying cybersecurity. I recently came across your videos and it inspired me even more to learn more especially python🔥🔥

  • @kareemjeiroudi1964
    @kareemjeiroudi1964 4 роки тому +20

    If you can spend 12 hours straight programming, it means that you like programming

  • @zionen01
    @zionen01 5 років тому +2

    One big slowdown I've personally experienced and seen many others experienced as well is getting to code too early before truly understanding the requirements and the domain. Eventually coding will be second nature, but solving problems will always be what pays the bills, yet people sometimes focus more on the code than the problem.

    • @SimGunther
      @SimGunther 5 років тому

      Also OOP overuse. It obfuscates the code flow, which amplifies all the problems mentioned in this video

  • @hovardlee
    @hovardlee 3 роки тому

    Coding is not only coding but it is also a lot of thinking, reading and ensuring that you did not fail unit / integration testing somwhere where you did not expect.
    Pure coding is a minority of work.

  • @carvinsurendar9926
    @carvinsurendar9926 3 роки тому +1

    Here are my tips
    1. Take baby steps: make one or a small change, then build it and run.
    2. Make a note of the bug and all possibilities of fixing it.
    3. Add logger statements for all possibilities added in step2.
    4.Repeat steps 1 to 3 till the issue is resolved

  • @Naturebuff99
    @Naturebuff99 5 років тому +61

    pls tell us about freelancing on python, learning at the same time earning ..pls make a video on this topic, Thanks!!

    • @johanneszwilling
      @johanneszwilling 5 років тому +7

      AAkil Ahmed There has been an episode about just that a few weeks back on the “Talk Python to me”-Podcast. Was a good one!

    • @Naturebuff99
      @Naturebuff99 5 років тому +2

      @@johanneszwilling Thanks! i would love to go for it 🙂

  • @admiral_kane
    @admiral_kane 5 років тому +5

    I've noticed that setting up my project skeleton (or design) and then writing my test cases makes me go alot faster when i actually start.

  • @unknownman5296
    @unknownman5296 4 роки тому +1

    Your videos are always useful thanks !!!!!!

  • @donati880
    @donati880 4 роки тому +2

    Thank you Tim for your videos, hope to see more content and keep up the good work

  • @ralfrohrer5337
    @ralfrohrer5337 4 роки тому +3

    Many greetings from germany! Your UA-cam channel is great. Didactically very well structured and well explained (without too much ballast). I learn a lot from you and it is always fun.

  • @TheFearmont
    @TheFearmont 4 роки тому +1

    I'm not sure I agree with staying in front of the computer for hours and hours without taking a break but otherwise greats tips from Tim.

  • @thecodingmentor7701
    @thecodingmentor7701 5 років тому +7

    Great Video! I destroyed the like button! The biggest Takeaway for me: Design and think about your project before you start implementing. Thanks for your videos Tim, they are amazing!

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

    #5, yes, even after programmong for a long time, if I am getting into something new to me, like passing data into Cuda, using pybind in C++, or getting web socket servers working in C++

  • @georged8644
    @georged8644 3 роки тому

    I literally almost cried for joy to hear the tremendous advice in this video!!! It is almost a polar opposite to so much of the hideously destructive accepted "wisdom" infesting the programming profession in the 21st Century due to a seemingly endless parade of wildly overrated "gurus.". It is such a pleasure to finally see someone understand, to see someone get at the essence of software quality! Maybe there is finally hope! Maybe there is a way out of the current dispiriting and depressing Dark Age of Software. Thank you! You just earned yourself a new subscriber.

  • @pushpajitbiswas3752
    @pushpajitbiswas3752 5 років тому +6

    Really great advice bro you're almost covered all the flaws of a newbie programmer

  • @markusbuchholz3518
    @markusbuchholz3518 5 років тому +2

    I think you Tim forgot about one important point to increase the personal productivity. One should subscribe your channel and watch your outstanding videos and series! Thanks!

    • @TechWithTim
      @TechWithTim  5 років тому +1

      That is a very important point, didn’t mention it because it should be common knowledge;)

    • @DiasDenny
      @DiasDenny 4 роки тому +1

      Funny

  • @kareemjeiroudi1964
    @kareemjeiroudi1964 4 роки тому +5

    Also, I would add "Don't apply a number of changes at a time" to avoid bugs

  • @steelpanther88
    @steelpanther88 4 роки тому

    good tip for debugging is to use breakpoints at key sections of the code and inspect the variable values. Or alternatively just add some print statements and let the program run and try to figure out from the print statements (they are really debug logs) what the problem is. In real job I would assume that there would be debug logging in similar way, and in development process you would also practice writing the testcases and run the tests obviously

  • @tyl3366
    @tyl3366 5 років тому +2

    Everything is spot on in this video. Excellent work Tim.
    Keep it up.

  • @mohammadfallah.rasoulnejad5379
    @mohammadfallah.rasoulnejad5379 4 роки тому +3

    well I was short in time, one morning I started my work at 6:00am and finished it at 21:00pm. at the end I was like holly crap my eyes hurts like heck. but my job was done without a major bug. that was my craziest day.

  • @ayzrag9229
    @ayzrag9229 4 роки тому +1

    In fact i cant stop watching and liking ur awsome tutorials and tips....thank you very much bud✌

  • @reemmikulsky1382
    @reemmikulsky1382 4 роки тому

    Tim this video was extremely helpful! I'm a beginner programmer and this helps me a lot in how to work and prepper to actually coding, thanx!

  • @thabo5799
    @thabo5799 5 років тому +2

    The real term to been 'wired in' is called the 'flow state'. I recommend to UA-cam it if you're not aware of it.

    • @TechWithTim
      @TechWithTim  5 років тому +2

      Thanks! I was not aware of I but it’s definition is exactly what I was trying to describe

    • @thabo5799
      @thabo5799 5 років тому

      @@TechWithTim Glad I could help :)

  • @kareemjeiroudi1964
    @kareemjeiroudi1964 4 роки тому +3

    Man, this is literally what slow me down 99% of the times

  • @irx0r
    @irx0r 4 роки тому

    Great general points for efficient engineering mate thanks

  • @krsaad922
    @krsaad922 4 роки тому

    I hited like 👍and than when the video finished I tried to hit like again but no I can't I realy enjoyed with your videos TIM😘😘😘

  • @nexovec
    @nexovec 3 роки тому

    HOLY! You said people work at 50% effectivity ALL THE TIME?!?! You need to get me in touch with those people I want to hire them all.

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

    Uncle Bob says: "The only way to go fast, is to go well". Invest your time in learning Test Driven Development and setting up a decent continuous integration pipeline. Only when you've mastered that dive into how to use the debugger.

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

    1) start early 2 or 3 hours before your colleagues get there! You’ll get a ton done.
    2) Don’t go to the office, it’s a soul sucking, meeting and coffee drinking inefficient environment.
    3) Do as much yourself as possible so you don’t need to wait for others.
    4) Avoid company professed they are there to slow things down.
    5) Avoid meetings!!!

  • @mattcodes03
    @mattcodes03 5 років тому +3

    Starting to use Kite, so far so good!

  • @absolute___zero
    @absolute___zero 4 роки тому +2

    Well, coding in Python is easy. I would like to see you coding a parallel scan algorithm for multi-core setup with SSE vector instructions and MOVNTQ loads.

    • @brutalbutler
      @brutalbutler 4 роки тому +2

      Absolute Zero what would the point in tht be? sound like a bitter boomer

    • @absolute___zero
      @absolute___zero 4 роки тому

      @@brutalbutler ahahhahaha! I would need like 1 month to explain to a python programmer why speed is important. But you can google phrases like "hpc", "parallel programming" , "gpu clustering" and get a clue. But the usual document all the python, javascript , perl and php developers read and get excited is this one: people.freebsd.org/~lstewart/articles/cpumemory.pdf
      (dated 13 years ago btw)
      And then they feel like "a door to a new universe has opened"
      I can't explain you in a youtube comment, but basically it is: the World has many dimensions and web development is only a tiny fraction of it

    • @WoopySports
      @WoopySports 4 роки тому +4

      What are you trying to prove?

    • @cronchcrunch
      @cronchcrunch 4 роки тому

      @@absolute___zero what was the point of these comments?

  • @masterninjason157
    @masterninjason157 5 років тому

    None of this is new to me, but I suddenly feel like I know what I should be doing now... So thanks!

  • @beauvsb5230
    @beauvsb5230 3 роки тому

    My top 3 tips:
    1. High Salary
    2. You should literally know what your doing
    3. Dont bother with your workmate who ask you to fix every error he encounters

  • @burak9082
    @burak9082 5 років тому

    really important suggestions .I'm watching your videos carefully .Thank you Tim

  • @SA-bn5hb
    @SA-bn5hb 4 роки тому

    somewhat obvious but still good stuff
    also
    planning + testing (with the inversion of control in mind)
    is vital

  • @JeanPierreSchnyder
    @JeanPierreSchnyder 3 роки тому

    Hi, thank you for this video. I would appreciate knowing your position about unit testing the code.

  • @arnarfreyrkristinsson8650
    @arnarfreyrkristinsson8650 4 роки тому +2

    Think before you code...oh yes! I have so many, many, many times just start coding some crap and then many hours later, even 10 hours later...I discover that the solution is complex because it was not fully thought through, and does not work well enough and then I start to rethink...and you know what? The rethinked solution would have save me like 5 hours at least! Iam so glad that iam not alone and iam still doing that!!! Shame on me...
    Time to change.
    He talks about design issues, its actually many great methods out there that could help a lot. I mean people are always thinking about how they can make their software better so why not learn from them?
    I want to piint that out that UML is just one of many methods to make software diagrams. There are plenty of methods out there.
    I can code for three hours straight and I dont even know that these three hours are done until I look at the clock.
    Yes, documentation is for people to look up in not to memorize, programming is about solving problems, not to memorize syntax.

  • @victorvilanova3505
    @victorvilanova3505 5 років тому

    You are awesome Tim!! Thanks for all the content! Brasilian fan.

    • @TechWithTim
      @TechWithTim  5 років тому +1

      You are awesome too! Thanks for watching

  • @kevinmacwatters1519
    @kevinmacwatters1519 4 роки тому

    Great points

  • @r_m5545
    @r_m5545 4 роки тому

    Thanks man ✌🙏

  • @electronbob6676
    @electronbob6676 4 роки тому +4

    Could you possibly provide tips on typing faster/efficient. I need help in this category. I see programmers type lightening fast and not sure how they're changing the code so fast! ... thanks

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

      Just get to practicing typing using 10fastfingers, keybr or typreracer. I'd suggest start with 10fastfingers. Treat it as a fun activity, because you're primarily training your muscle memory. Give it time, and it'll definitely go up. Oh and also, have a fun keyboard to type with! I dont use mechnical keyboards because my macbook pro 2021 keyboard has really tactile keys already.

  • @mastersaitama3070
    @mastersaitama3070 4 роки тому +1

    I am trying to productive when by looking youtube video about productivity

  • @planetdilien2932
    @planetdilien2932 5 років тому +1

    Gotta go fast!

  • @derallli1
    @derallli1 5 років тому +2

    When you want to build your software in a structured way and find and fix bugs, do test driven development. Do not waste your time manually testing your code all the time. I even learn new languages by writing tests.

    • @bra5081
      @bra5081 4 роки тому

      Yes but that's typically the kind of things the senior programmers will tell you will cost time that customers are not willing to pay for.

    • @derallli1
      @derallli1 4 роки тому

      @@bra5081 If your customer is not interested in the quality of its Software, he has poor Managers and therefore not much of a future. Try to run.

    • @DiasDenny
      @DiasDenny 4 роки тому +1

      I am a newbie.I didn't get your point.Can you plz explain it for me

  • @sudarshanrbhat7686
    @sudarshanrbhat7686 4 роки тому

    These things which u've mentioned. Are Gems. Seriously thank you. I've personally experienced all these n have realised many of these mistakes.

  • @farismufti
    @farismufti 4 роки тому +4

    The flashing lights on your PC are so distracting lol

  • @devhypercoder6772
    @devhypercoder6772 5 років тому

    started to use kite on pycharm

  • @nopens
    @nopens 5 років тому +3

    So to find a bug one must think like a bug. Embrace it. Become one!

  • @JaydRobinson-xx5yx
    @JaydRobinson-xx5yx 5 років тому

    Thumbs up for just saying no to memorising syntax

  • @denniswambua5098
    @denniswambua5098 5 років тому

    good work
    keep it up

  • @LordOfWizardurl
    @LordOfWizardurl 5 років тому +1

    Do competitive programming with code chef

  • @admniyeokuyorsun...3044
    @admniyeokuyorsun...3044 4 роки тому

    One of the problems with programmers is that they overengineer the code so bad and simply screw the working code. A good programming that works for me all the time is firstly know what you wanna do, secondly make a ui research about similar programs or make one of yours or maybe you have a designer that designs the ui for you, second step make a structure on a piece of paper of all of the design. For example the comment bar is a column with a sizedbox a row and a sizedbox, the row contains a thumbnail image, a textbox, a submit button which are all in a container for easy layout(currently using flutter, for other languages know your language). Make all the skeleton of the program that you are going to write, then make yourself a hierarchy with folders and files, and actually name your stuff, for example put your functons or methods inside a folder named functions, put your pages on a folder called pages, put the items that is the key of that page into a folder called items etc. Seperate the code to multiple files so that you wouldn't need to read 1000 lines for a simple function you are trying to find, never make a single file for especially a huge page. Nextly, don't code with non-understandable variable names and in an unnecessarily complex way, this will reduce efficiency and increase complexity of the software. If you do all of these and still code slow, then you should know what to google or how to google and stackoverflow becomes a helping hand out there waiting for you

  • @haidershah1085
    @haidershah1085 4 роки тому

    Agreed bro I have been coding for 8 years by now an all you mentioned is the worse night mare and for me, UA-cam is my worst night mare

  • @favouralfred123
    @favouralfred123 4 роки тому

    Tim what's ur best coding editor

    • @ahmdm2036
      @ahmdm2036 4 роки тому

      he uses sublime or kite. try both are good

  • @sainco3036
    @sainco3036 5 років тому

    Thanks.

  • @SimGunther
    @SimGunther 5 років тому

    Here's a simple function for bug fixes:
    def isBug(p, q, r, n=30):
    """ Checks pre condition p and post condition r for closure q """
    bugCount = 0
    for x in range(0,n):
    if not p():
    print("Precondition failed")
    bugCount++
    continue
    q()
    if not r():
    print("Post condition failed")
    bugCount++
    if not bugCount:
    print('Congrats! {P}Q{R} is successful. More test runs can be issued to verify the issue.)
    else:
    print('Sadly, the given {P}Q{R} has {0}/{1} failures'.format(bugCount, n))

  • @SaiKiranPatro
    @SaiKiranPatro 5 років тому

    Every line u spoke is true💯👈

  • @alfredgeorge4742
    @alfredgeorge4742 3 роки тому

    thankyou TWT

  • @yendrembamrabinchandra476
    @yendrembamrabinchandra476 3 роки тому

    I think taking breaks are really important as it will prevent from burnout

  • @1imhi1
    @1imhi1 5 років тому

    Keep feeding us with you experiences, your videos are really helpful, thanks a lot .

  • @akdream5313
    @akdream5313 5 років тому

    Subscribed Pro

  • @caliapster8720
    @caliapster8720 5 років тому

    i love you jim, i am following your kivy vids atm.
    Do you have any tips while making an app in kivy?

    • @TechWithTim
      @TechWithTim  5 років тому +2

      If you love me so much you should learn how to spell my name!! xD

    • @caliapster8720
      @caliapster8720 5 років тому

      Tech With Tim 😅

  • @THOTHO-ie5lz
    @THOTHO-ie5lz 3 роки тому

    long hours focus is bad for health. People before 40 may not notice the negative side effect becuase of body's fast regeneration. But once they health drop to certain level, they start to experience all kind of disese.
    There has to be a way to do coding in multiple short periods.

  • @Quand101
    @Quand101 5 років тому

    Thank u

  • @jerickcarlosmangalus6856
    @jerickcarlosmangalus6856 4 роки тому

    Yes 6years and coding still slow me down

  • @nicholasseamans6686
    @nicholasseamans6686 4 роки тому +2

    Once you add libraries and api's you realize it's almost impossible to memorize syntax.

  • @Agyaatr108
    @Agyaatr108 5 років тому +1

    Bro Give a try to competitive programming!

    • @TechWithTim
      @TechWithTim  5 років тому

      I’m actually trying to get into it!

  • @오재화-d6l
    @오재화-d6l 4 роки тому

    Do you think vim is worth the time investment?

  • @heyoufellow
    @heyoufellow 5 років тому

    How is named that color of your syntax? It looks cool

    • @TechWithTim
      @TechWithTim  5 років тому

      Honestly couldn’t tell you :/ sorry!

  • @matiaszalazar9876
    @matiaszalazar9876 3 роки тому +1

    The camera doesnt focus on you, and that makes me cry

  • @eyobtesfamariam5146
    @eyobtesfamariam5146 4 роки тому

    I am a beginner I am struggling to type fast when coding and in general ! Can you please help me out Tim !

  • @YourAliasIsNotAvailable
    @YourAliasIsNotAvailable 3 роки тому +1

    1st solution to "fix" bugs: Avoid code smells.
    2nd solution: Write unit-tests.
    3rd solution: Use automated CI/CD.

  • @mynameiscorenhel
    @mynameiscorenhel 4 роки тому

    what is that thing on the top of his screen ?

  • @dariuszspiewak5624
    @dariuszspiewak5624 5 років тому

    I would never recommend coding without a break for long hours. Not only is this bad for your health overall (think: eyes and spine) but it will also slow you down, not to mention you'll be making silly mistakes you'd never make if you were fresh and rested. Many a time have I had a situation where I came to work after long hours of coding only to find out that I had made really *silly* mistakes the day before. In a word: never do that if you want to enjoy your life and work until a very old age and still be able to do what you did when you were young. If you neglect your body, one day it'll neglect you. Do you want this? I don't think so. A wise man knows one has to have everything in moderation. If you go to extremes and force your body into abnormalities, you'll be sorry sooner rather than later. So, the advice to code for 12-18 hours is not only ridiculous but also a very dangerous one. One last thing... Bear in mind that the latest research shows one can effectively focus for about 45 minutes. So, do yourself a favour and take frequent breaks when coding. When you don't code, do something completely unrelated to coding. You'll thank me later.

    • @TechWithTim
      @TechWithTim  5 років тому +1

      I agree with everything you’ve said. I apologize if I made it sound as though I endorse coding for 12-18 hours... I DO NOT. I am simply trying to illustrate that focus is important and the ability to focus for long periods of time in my experience increases efficiency. Of course you need to take breaks and of course your body is #1 priority. I am simply trying to say that most people I know can’t focus for even 20 minutes and that is not ideal when working on complex problems. Anyways I apologize to anyone that’s taken the video the wrong way, I’ll make sure to be more articulate in the future.

    • @dariuszspiewak5624
      @dariuszspiewak5624 5 років тому

      @@TechWithTim No worries, mate :) No need to apologize, either. Later in the vid you are kind of correcting the view. But you know... after all, people will do what they want anyway :) It's a pity, though, that very often bad habits tell on you later in your life, not right away. Many of us have to learn the proper way the hard way. By the way, the tip at the beginning about "kite" was a very good one. Every day something new. Thanks.

  • @opensourceradionics
    @opensourceradionics 4 роки тому +1

    Testdriven Development

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

    first 3 reasons, debugging, debugging, debugging

  • @johnpinheiro6211
    @johnpinheiro6211 4 роки тому

    Tim , did yoy get an offer from Microsoft or not?

  • @hiryuimajin
    @hiryuimajin 5 років тому +2

    After I code i'm afraid to close the file because I feel like i'm gonna forget everything I wrote which I always do. T_T

    • @SilverVolo
      @SilverVolo 4 роки тому

      Use comments or docstrings will take longer but you will remember

  • @clansnayder13
    @clansnayder13 4 роки тому

    Does anyone already used KITE ?? I´m wondering to use it .... thanks in advance

  • @blyntle579
    @blyntle579 5 років тому

    I thought typing speed could be one of the factors.. maybe because I’m a beginner....

  • @arnabbanik6403
    @arnabbanik6403 4 роки тому

    How do I type my code faster?

  • @jdapoet3138
    @jdapoet3138 5 років тому

    Tim, do u recomend a desktop over laptop for coding ? I’m using a 15’ laptop and it feels so cramped everything is annoying. Do u think i should get a desktop ?

    • @TechWithTim
      @TechWithTim  5 років тому

      Yes I personally feel much more efficient on a desktop. However if you’re coding on the go a lot then obviously laptop will be a much better option. I personally have two laptops and a desktop. I’ll always use my desktop when it’s available because of the massive screen size (27 and 24 inch monitors) also I really like mechanical keyboards

    • @jdapoet3138
      @jdapoet3138 5 років тому

      Tech With Tim i’m just borrowing the laptop from my sister i swear its really annoying she block me from doing anything that make changes to the system and i’m also limited by time too! I can only use it for a period of time and the laptop will kick me out when times out. So im thinking of getting a pc soon, i have been thinking a lot ! First i was thinking between using laptop + external monitor and a desktop but i find laptops with high specs are way too expensive and cheap gaming laptops are ugly and low battery. So i guess im gonna go with desktop ! Btw i love mechanical keyboards too, which switch are you using ?
      P/s : you just motivate me back with coding :D i just gave up for few weeks because of too much stress from family and schools.... thanks alot

  • @jackaxel1430
    @jackaxel1430 5 років тому +1

    Tim , teach us python for free bro please :(

    • @TechWithTim
      @TechWithTim  5 років тому +4

      I have over 300 videos covering python! For free

  • @HuyNguyen-tk9iw
    @HuyNguyen-tk9iw 4 роки тому

    I don't think that telling people to plan and not get distracted is very insightful at all.

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

    I wouldn't get anything done with that flashing going in.

  • @onetwothree123-
    @onetwothree123- 3 роки тому

    12 hours 😅 Yes, you can do that and then you will rest two days doesn't looks good for me in a long term view, after years I realize that's just not possible to work hard every day, the result is just burnout, procrastination, and demotivation Guys take your time for rest really if you want to work more than 3-4 years in IT

  • @MrEnergyCC
    @MrEnergyCC 5 років тому +1

    You can't code faster if you don't know what you're coding tim.

  • @IqQ42
    @IqQ42 5 років тому +2

    lol just 12 hours ? at microsoft we call this half time job xD

  • @channelapik88
    @channelapik88 4 роки тому

    Code

  • @mindcollege
    @mindcollege 4 роки тому

    👀😊

  • @DallasCowboyFan95
    @DallasCowboyFan95 5 років тому

    Someone give me a run down of he’s list, just don’t have time to watch it all.

  • @Poushky
    @Poushky 4 роки тому +1

    "sTAck OvERFLoW"

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

    No it’s my fucking type speed and accuracy

  • @ianpaul0520
    @ianpaul0520 3 роки тому

    How to bug, the bug.

  • @bjornotto98
    @bjornotto98 4 роки тому

    In my opinion you're fans are changing colors too quick, it's distracting me ^^ am I the only one?