What To Learn To Become a Python Backend Developer

Sdílet
Vložit
  • čas přidán 15. 06. 2024
  • In this video, I'll be sharing the skill you need in order to become a Python Backend Developer. This will be a showing of my knowledge, as well as research that I've compiled.
    💻Thanks to Linode for sponsoring this video! Get a $100 60-day credit when you sign up with a new account from: linode.com/techwithtim
    Linux For Programmers: • Linux for Programmers ...
    💻 Master Blockchain and Web 3.0 development today by using BlockchainExpert: algoexpert.io/blockchain - use code "tim" for a discount!
    💻 ProgrammingExpert is the best platform to learn how to code and become a software engineer as fast as possible! programmingexpert.io/tim - use code "tim" for a discount!
    ⭐️ Timestamps ⭐️
    00:00 | Intro
    00:25 | Linode
    01:25 | BlockchainExpert
    01:45 | Python Skills
    02:35 | Frontend Knowledge
    03:25 | Basic Networking
    04:11 | Linux
    04:57 | Django & Flask
    06:12 | API Design
    07:29 | Databases/SQL
    09:09 | DevOps
    10:08 | Git/GitHub
    ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
    👕 Merchandise: teespring.com/stores/tech-wit...
    📸 Instagram: / tech_with_tim
    📱 Twitter: / techwithtimm
    ⭐ Discord: / discord
    📝 LinkedIn: / tim-ruscica-82631b179
    🌎 Website: techwithtim.net
    📂 GitHub: github.com/techwithtim
    🔊 Podcast: anchor.fm/tech-with-tim
    🎬 My CZcams Gear: www.techwithtim.net/gear/
    💵 One-Time Donations: www.paypal.com/donate?hosted_...
    💰 Patreon: / techwithtim
    ◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️◼️
    ⭐️ Tags ⭐️
    - Tech With Tim
    - Python Development
    - Coding
    ⭐️ Hashtags ⭐️
    #techwithtim #developer #python #howtolearncoding

Komentáře • 240

  • @TechWithTim
    @TechWithTim  Před rokem +13

    Start leaning Blockchain development today with BlockchainExpert! algoexpert.io/blockchain - use code "tim" for a discount!

    • @thetradingtechnician9260
      @thetradingtechnician9260 Před rokem

      I really need to ask this.. I just finished python, is it realistic for me to prepare for backend or should I switch to Front-End. Which role did you start with at your job. Which is better between backend VS Front-End. Which is easier/faster to get into as a beginner. Which has more demand?

  • @whonayem01
    @whonayem01 Před rokem +6

    Thanks. Been waiting for it. More on Backend development please. Love your videos 💙

  • @andymounthood
    @andymounthood Před rokem +12

    This was a helpful video. Thank you. These kinds of skill sets interest me a lot more than most of the front-end dev work, so your video helped me to decide to seek backend work (job or freelance) if I make up my mind to become a developer.

  • @arcariusmexen1104
    @arcariusmexen1104 Před rokem +21

    Tim.
    Been watching you for years. Just wanted to say thank you and wishing you continued success in everything you do.
    Take care.

  • @vishalchinnasamy8119
    @vishalchinnasamy8119 Před rokem +215

    Who are all came into this video to know about the Python Backend Development instead watching the cats roaming back in the video 🤣🤣

    • @itsme7570
      @itsme7570 Před rokem +8

      The screensaver is pretty sick NGL. My cats would love that

    • @centralcodingethiopia
      @centralcodingethiopia Před rokem +2

      It's back end

    • @itsme7570
      @itsme7570 Před rokem +2

      @@centralcodingethiopia dude seriously? Lol you the Grammer police or what?

    • @itsme7570
      @itsme7570 Před rokem

      @@centralcodingethiopia definitely not a way to get subs

    • @shreeji114
      @shreeji114 Před rokem +2

      Yes i was also watching this cat

  • @abdusamadabdullakhanov518

    bro, you got me motivation! 'Cause skills you counted are just familiar for me!!!!!!!!!!!! See you in the next levels of programming! bro, you are legend!

  • @timo_b3
    @timo_b3 Před rokem +1

    thanks for the overview! this is exactly the right time for that video

  • @DJ-xp9bs
    @DJ-xp9bs Před rokem +61

    Python dev here. I use most if not all skills noted in this video! So I can guarantee this is some useful info!

    • @amoh96
      @amoh96 Před rokem +6

      brother can i learn python & django for back end what i need after i learn this do i need my sql ? do i need php ?

    • @littlepharaoh455
      @littlepharaoh455 Před rokem

      @@amoh96 You need to learn something like django restframework and SQL but not need to learn PHP,
      I suggest you to make an account on chatGPT and ask him

    • @hdrtghkes
      @hdrtghkes Před rokem +5

      ​@@amoh96 with python you wont need php

    • @amoh96
      @amoh96 Před rokem +1

      @@hdrtghkes ty now im learning JavaScript and i ll learn NodeJs for backend is this good :=) i do this to become bug bounty to understand how web build :) what u think bro ?

    • @hdrtghkes
      @hdrtghkes Před rokem +2

      @@amoh96 It's a nice idea :p

  • @caw25sha
    @caw25sha Před rokem +92

    A lot of the SQL database tasks you mentioned should really be the responsibility of a database administrator. However these are notoriously difficult to find and keep so unfortunately the job often falls to developers, even though they are unlikely to have sufficient time or enthusiasm for the role.

    • @codingcrashkurse6429
      @codingcrashkurse6429 Před rokem +2

      It heavily depends on the complexity of the Database. I work as Python Developer and we have to create the database, tables and schemas on our own, the whole Database instance with Security Updates etc. is managed by another Team.

    • @dima6488
      @dima6488 Před rokem

      @@codingcrashkurse6429 Nowadays there's little reason to manage a DB by yourself since DaaS services exist (i.e RDS), unless you're bound by regulations that require you to have OS level access you probably shouldn't be doing that, both cost and effort wise.

    • @codingcrashkurse6429
      @codingcrashkurse6429 Před rokem +3

      @@dima6488 Not in Germany and in the finance space, I´m sorry ;-). Regulations force us to hold all of our data on prem.

    • @OnkelTomAngelriper
      @OnkelTomAngelriper Před rokem +1

      @@codingcrashkurse6429 lo

  • @seanpaul93
    @seanpaul93 Před rokem +12

    Great stuff, thanks. Currently in college and having a lot of fun with different languages but the amount I feel I'll have to remember for a job is insane lol. Just a case of repetition I suppose.

    • @mfc1190
      @mfc1190 Před rokem +7

      Don’t stress out about it, you learn what you need to do your job and it’s pretty crazy how fast that grows over time.

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

    I am starting on my journey to become python backend developer. This was very helpful to stleast know what next to do after python basics. Thank you very much

  • @mariumbegum7325
    @mariumbegum7325 Před rokem +2

    Great video! Some interesting points covered

  • @relatablecontent8045
    @relatablecontent8045 Před rokem +6

    Hey Tim can you make a video on how to master python step by step, to the point where one can contribute to the python language?

  • @melissaleigh3013
    @melissaleigh3013 Před rokem +2

    Loved the kitties and info thanks tim

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

    Brother, that transitions between topics are so amazing xD

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

    Could you do a video on good project ideas on becoming a better Backend Developer or increasing your knowledge as a backend developer

  • @bengabp
    @bengabp Před rokem +34

    After watching this video ,I felt encouraged to continue applying for jobs, because i have the right skills . Since my few years of working , I've spent time learning and practicing these skills and I think in no time soon I'll land a good job.

    • @xcc7437
      @xcc7437 Před rokem +1

      do you get the job now?

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

      what about now ?

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

      ​@@xcc7437he is still learning Django

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

      @@daffyd69 yeah, since this year ive been working for a UK and UAE startup, 2 companies .

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

      Its exactly 12am here , and I am still in front of my pc deploying an api using docker compose🤣

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

    if all the skills mentioned is required for mid-level to advanced-level positions, what would be the suitable skills required to start applying for entry-level positions? thank you!

  • @Lapayrus
    @Lapayrus Před rokem +3

    Hi there! Thank you for sharing the roadmap. Are there any specific projects to work on, kind of advanced level projects?

    • @TechWithTim
      @TechWithTim  Před rokem +4

      I have many videos on my channel that say "Python Project Ideas". Feel free to watch some of those for ideas!

  • @SportzSwag
    @SportzSwag Před rokem +7

    your videos are helping me learn pythan so much! Thanks for the help!

    • @TechWithTim
      @TechWithTim  Před rokem +2

      I'm glad! Best of luck on your Python journey :)

    • @SportzSwag
      @SportzSwag Před rokem +1

      @@TechWithTim Thanks!

    • @umarajmal6216
      @umarajmal6216 Před rokem +1

      I am also on the path of learning python. can i add you on Ig ?

  • @jonathanedwardgoode
    @jonathanedwardgoode Před rokem +1

    I was watching the US Netherlands game while listening and suddenly got worried when I [thought] I heard a cat in my room, lol. Great Vid and cute cat 👍

  • @ApartmentAngelsFireStarters

    its is very solid knowledge, well done Tim. however its not good enough to land you a job. Although that's not the core motive behind the video, the primary influence whichis the purpose of this video is to display the skills you need to become a developer, meaning employed individual who practises writing code professionally. To that I would say, these skillsets arent enough at all, unless you have a bacholars degree and are unders the age of 42, you can use this knowledge to get a job, however, this will definitely won't be enough. If you want to go beyond this information, you need to have proof of concept apps that are required to be industry quality, no employer is touching your cv is you're missing a bacholars of engineer/compsci and don't have at least 3 successful fullstack apps .

  • @user-wr4yl7tx3w
    @user-wr4yl7tx3w Před rokem +1

    How about a video on networks, particularly ports.

  • @brianaichlmayr
    @brianaichlmayr Před rokem +1

    Can you make a custom mousepad cheat sheet for Python? 🙏🏻 or point to one that’s been made?

  • @love-live-hope
    @love-live-hope Před rokem

    Thanks Tim the hero 🙌 💙 🙏 👏 👍

  • @user-qi7rd7nc9t
    @user-qi7rd7nc9t Před 10 měsíci

    It is good enough to puzzle beginners, happy puzzling !!!

  • @kevinespina3289
    @kevinespina3289 Před rokem

    Do you have any CZcams channels or videos or a playlist for us to learn about basic networking?

  • @grimjetram3866
    @grimjetram3866 Před rokem +2

    where has this video been tim i been waiting for this lol

  • @vivekgupta1152
    @vivekgupta1152 Před rokem

    What is the best project for beginner that can guide about Python, microservice, API, Database, Git, cloud?

  • @liborhavranek2760
    @liborhavranek2760 Před rokem

    You can do tutorial for flask or django e-shop i think you are the best programmer what can do this

  • @makhurst
    @makhurst Před rokem

    Amazing video!

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

    Hey tim, should i also learn DSA for backend dev.

  • @odiadavid6957
    @odiadavid6957 Před rokem

    How to Test APIs. Very important too.

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

    Please make us ( what to learn to become java mobile app developer) and thanks

  • @426F6F
    @426F6F Před 7 měsíci +1

    I totally thought your cat was watching a simulated cat on your monitor at 1:26 😂

  • @ghobashi2000
    @ghobashi2000 Před rokem

    thanks so much

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

    Thank you

  • @waelali757
    @waelali757 Před rokem

    People should also know how to deploy softwares how to link to domain and add ssl and other security issues .

  • @samirzerrouki3153
    @samirzerrouki3153 Před 5 měsíci +1

    The cats in the background are a distraction for me! 😅. Thanks for the video!

  • @FranklinArdiansyah
    @FranklinArdiansyah Před rokem

    It's really long-long journey and take ur time to learn :)

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

    No bullshit only quality content ❤

  • @Johnx69
    @Johnx69 Před rokem

    Hello I need some sources to learn to the basic networking for backend developers!!!! Thanks

  • @gamemoves2415
    @gamemoves2415 Před rokem +6

    Any recommendations for getting better in databases? So far I've failed a few interviews because my database skills are not good.

    • @daedalus_00
      @daedalus_00 Před rokem +7

      The best way to learn anything is always through a project of your own. Do you already have stuff that you want to organize? A lot of pictures or music perhaps. If so then you can make a learning project work for you by organizing that stuff into a database, or if not there are plenty of datasets online for free. Stocks, weather, machine learning, the list goes on and on, there are datasets for everything. And really if you just want to learn then it really doesn't matter what the data is or how much data you have. What you really want is the experience in getting the data, putting it in some kind of structure, maybe tagging it with some arbitrary tags and accessing it. And if you have a raspberry pi or a spare computer you could practice accessing it remotely on your own home network. Good Luck!

    • @gamemoves2415
      @gamemoves2415 Před rokem +1

      @@daedalus_00 thank you thank you. This is so clear and helpful

  • @jamshedkarimnazarov7610
    @jamshedkarimnazarov7610 Před rokem +15

    I think FastAPI is also a pretty powerful tool for building APIs on Python.

    • @1anre
      @1anre Před rokem +2

      I'd take it over flask

    • @adityanjsg99
      @adityanjsg99 Před rokem +1

      @@1anre FastAPi dos not sit well with libraries like dask, vaex. Django does.

    • @1anre
      @1anre Před rokem +1

      @@adityanjsg99 the support & documentation for all those frameworks you mentioned with the except of Django is non-existent.
      Stand down

  • @trentdoesmath
    @trentdoesmath Před rokem +3

    Yup, networking is definitely my weakness 🤣

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

    Dude im considering python and django for backend as a react dev, is it a good choice

  • @sytraaak
    @sytraaak Před rokem +1

    CATS! Thank you for this and any other video you have ever made.

  • @nkehbebey9182
    @nkehbebey9182 Před rokem

    Pls do a video on linked list in py

  • @godza4735
    @godza4735 Před rokem

    Please next what to learn to become developer with al with python

  • @eliasromero8901
    @eliasromero8901 Před rokem +1

    im on the hunt, i don't know that career to choose, i'm learning python currently and want to know where i can apply it the best, i want to choose in between Web Development, Back end Dev or Front End Dev or Full Stack, i could use the feedback guys if you don't mind.

    • @Saradomin65
      @Saradomin65 Před rokem +1

      Personally I would say go for Full-stack. That way you'd have a much more options to choose from (FE jobs, BE jobs, or both). And as Tim said here, having a Front-End knowledge is kind of a necessity at this point. Not necessarily having to master it but having the knowledge enough to understand how FE & BE communicate with each other will do the work.

    • @eliasromero8901
      @eliasromero8901 Před rokem

      @@Saradomin65 thank you so much.

  • @SmokeytheBeer
    @SmokeytheBeer Před rokem

    What keyboard is that in the background? I'm a sucker for a full size keyboard with a num pad.

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

      Random overpriced gaming keyboard. Looks like a corsair.

  • @AnatoliiKuznietsov
    @AnatoliiKuznietsov Před rokem

    Know everything listed in a video. Still couln't manage to find a job. I have no commercial experience, only my own projects and most of the times it is the reason of rejection. So confusing

  • @ghartas123
    @ghartas123 Před rokem +5

    I originally thought the light-colored cat was a screensaver. 😃

  • @jorge1869
    @jorge1869 Před rokem +2

    Python Forever 👊🐯👊

  • @romnegrillo
    @romnegrillo Před rokem +3

    Ahhh, Python and cats. My two favorites. xD

  • @zainosta9806
    @zainosta9806 Před rokem

    thank's

  • @ghartas123
    @ghartas123 Před rokem +18

    I've been out of programming for about 23 years. Things were mentioned here that back in the day would be done by System Administrators and DBAs. How times have changed. So many skills listed. It will take years to become competent with all those skillsets.

    • @matty5ps444
      @matty5ps444 Před rokem +5

      the structure of most developer jobs posts nowadays are "junior developer required - must have all skills and knowledge of every language and skills ever invented, no experience necessary unless you actually want the job" lol

    • @cuatro336
      @cuatro336 Před rokem +7

      "Junior Python back-end developer:
      Must have working knowledge of MSSQL, PostGres, Oracle, Java, JavaScript, C, C#, C++, Rust, Swift, .NET, Flask framework, Django framework, Pandas, Anaconda, and Adobe Illustrator."

    • @TrillVillain
      @TrillVillain Před rokem +4

      Right. It gave me a headache. I can technically learn everything or most things mentioned here, but who has the time (or experience granted to them) to acquire them? Even the “Junior” careers are often very greedy about what they want you to have, so where do they want you to get these skills???! It’s wild out here. Companies want to pay you Junior pay but want Mid/Senior skills.

    • @ghartas123
      @ghartas123 Před rokem +2

      @@TrillVillain Well said. And by the time I got up to date with all of that, half of the skills will be obsolete. I'll pass.

  • @krishnakishore5390
    @krishnakishore5390 Před rokem

    Sir my name is Samanvay I like your videos and trying to make all your pythongames. Sir please can you tell me that how to shoot bullets from left right because I am in the middle of the project😢.please would you help me.

  • @ahmedbadal3795
    @ahmedbadal3795 Před rokem

    am studying django by my own from google youtube some others courses
    currently am studying meta backend course on coursera their course is hard as hell but i already knowed 100/30 of django
    hardest part for me in django is the views were the logic works
    i choosed backend cause frontend was hard for me specially this css and bootstrap thing is weard and also all of these js framworks make it more harder srry abt my eng

    • @ahmedbadal3795
      @ahmedbadal3795 Před rokem

      @@omarcj1236 i get that course too and its amazing one thanks bro

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

      @@ahmedbadal3795 have you gotten a job yet as a backend or you just quit

  • @worldanime9884
    @worldanime9884 Před rokem

    does that mean to learn python back end, you don't have to master the programming language? Or mastering python only up to OOP and continue to the backend framework?

    • @sweatdog
      @sweatdog Před rokem

      A lot of modern programming is abstraction of basic python code packaged neatly in libraries and frameworks. Your job is knowing how to leverage those resources and have them play nicely together. That WILL require coding expertise, but the need for advanced python is shrinking. Learn API's, databases, and a backend of your choice. Specialize in something backend-related that you enjoy the most.

  • @SportzSwag
    @SportzSwag Před rokem +4

    Hello, Im a beginner coder, I am getting a error message that says "no module named pygame".
    what do you suggest I do to fix this?

    • @shreddedvegetable
      @shreddedvegetable Před rokem

      You have to install the pygame module

    • @ioakol
      @ioakol Před rokem

      wouldnt it be a better idea to google this?

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

    can I switch from learning django to learn fastapi ?

  • @siddiqahmed3274
    @siddiqahmed3274 Před rokem

    Sir, i would like to ask if you are going to offer any discounts on your Blockchain expert course by the end of this year? I really want to take it but the price is bit too high for me right now. 1 dollar is somewhere around 220 in my country. If you are offering any discount then it would be easier for me to purchase it. Thank you for the consideration

    • @TechWithTim
      @TechWithTim  Před rokem

      Right now you can use the discount code "tim"!

    • @siddiqahmed3274
      @siddiqahmed3274 Před rokem

      @@TechWithTim Thank you. For how many days is the code valid? Asking so i can plan the purchase accordingly

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

    How long, on average, should it take a complete beginner to learn all of this, studying around 10 hours per week?

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

    You've got a cat 🙀 NICEEEEE 😻😻😻

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

    I interested to learn backend python developer
    Initially what can I learn ?

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

    i was looking at something on another tab and this 0:17 scared the shit out of me

  • @user-oe2pm4rz3e
    @user-oe2pm4rz3e Před 7 měsíci

    greate job

  • @Mahzan
    @Mahzan Před rokem

    Do we really need to learn both Django and Flask?

    • @bengabp
      @bengabp Před rokem +3

      🤣 I feel proud saying I learnt all 3 frameworks (flask,Django,fastapi) , and its always interesting to work on projects with any of them. Ideally you can make a good project with either of them, but i also recommend for job purposes to have an idea of others while knowing one the most , or all 3 or 2.

  • @mirshodoripov1035
    @mirshodoripov1035 Před rokem

    Thank you tim

  • @yosselynperales1872
    @yosselynperales1872 Před rokem

    Good Video !! (:

  • @utrodussaidalbaqi9556
    @utrodussaidalbaqi9556 Před 26 dny

    What about FastAPI?

  • @jenex5608
    @jenex5608 Před rokem

    Should i learn Fast Api?

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

    cool video)

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

    im distracted from the cats just staring at eat other

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

    know everything, got it...

  • @farzadmf
    @farzadmf Před rokem +1

    Good info, but like mainly becuase of the cat(s) in the background!

  • @DhavalAhir10
    @DhavalAhir10 Před rokem +1

    Python + Golang = ❤️

  • @user-tl3he1ub7m
    @user-tl3he1ub7m Před měsícem

    You never said which SE are you ?

  • @rabeemohammed5351
    @rabeemohammed5351 Před rokem

    I want ask you question please
    Can I send sms messages for my phone use python
    Or use USB
    Or kivy
    I mean same apk sms messages in phone📱

    • @bengabp
      @bengabp Před rokem

      You can use kivy or just only python using twillo Api or another sms api

    • @rabeemohammed5351
      @rabeemohammed5351 Před rokem

      @@bengabp api want money
      I want use gbs card in my phone

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

    Python
    Django
    Sql
    Api
    Font end
    Linux
    Networking

  • @abroslife
    @abroslife Před rokem +1

    The cat stare down made me believe it was going down.

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

    Why you not name FastAPI.?

  • @everythingdevg
    @everythingdevg Před rokem

    Talk about chatgpt

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

    Your cat is adorable

  • @bobursuyunov00
    @bobursuyunov00 Před rokem

    Can I choose to learn only Django instead of Flask?

    • @sidkapoor9085
      @sidkapoor9085 Před rokem

      Flask is minimal and easy to learn.

    • @cn9699
      @cn9699 Před rokem

      @@sidkapoor9085 for starting how is the career with python and flask for career growth

  • @MoyoTornai
    @MoyoTornai Před rokem +1

    did anyone else thing that one of those cats was a screensaver of the real cat at first?

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

    Can anyone tell best resources for learning this all?

  • @Demi.1133
    @Demi.1133 Před rokem

    That cat was trippin me out lol

  • @its_mchive
    @its_mchive Před rokem

    please tell me the name of your python editor

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

      I've seen him use vscode and sublime. Vscode is good but since it's made by microsoft it has spyware and bs telemetry in it, so better avoid the official release and instead opt for vscodium which is a fork of it but without any of the microsoft stuff. Sublime on the other hand is an inferior proprietary editor you have to pay for, so don't go for it.

  • @dealerofgame
    @dealerofgame Před rokem

    im here for the cats

  • @adamscott217
    @adamscott217 Před rokem +1

    2:45 ... Giggity

  • @KeithKazamaFlick
    @KeithKazamaFlick Před rokem +2

    the cat concurs

  • @arikiri_698
    @arikiri_698 Před rokem

    Cats are a devs best friend lol

  • @Diamond_Hanz
    @Diamond_Hanz Před rokem +1

    summary: learn everything

  • @devonashwa7977
    @devonashwa7977 Před rokem

    "maybe you wanna dabble into a little react vue angular" like it doesnt take months to learn each one of those. i have no time on my hands i am trying to get a job by tmr not next year

  • @imacubsfan23
    @imacubsfan23 Před rokem

    Hover your mouse over 6:12

  • @adamxemo4909
    @adamxemo4909 Před rokem +2

    Looking at cats for 10 minutes 😎

  • @teodora382
    @teodora382 Před rokem +1

    Am I the only one that can't really pay attention at first because of the cats. Like they are so sweat . And btw I have a question I'm in high school and I have a programming class , but the problem is that we code in C++ and I just hate this language and we just do math , like we don't learn programming ,we make some sort of algorithm but with lot of math and little programming. And I hate that. I just want to make things that really do something . Like I think I want to become a full-stacker (more backend then frontend but I like the React too). So what should I do about the school things , like I need what I'm doing in school?

  • @firosiam7786
    @firosiam7786 Před rokem

    How to learn programing like u go ans see many tutorials and project based vedios but when u even build them and move on if something new comes up how to figure out to build that from ground up