10

How did you guys learn coding? I wonder because I have taught everything I know myself and learn almost nothing about programming in school.

Comments
  • 1
    Self taught
  • 2
    @nblackburn ok, I guess that's the only thing I can do at my age to learn
  • 2
    @mightyleguan It's the only feasible way to learn in my opinion because education cant keep up with the rate at which technology evolves.
  • 1
    Presently learning MEAN Stack and many others stuffs ...self taught if you want any advices ask me :)
  • 3
    Self taught, I never was able to learn any programming from someone teaching me, much easier to mess with things yourself and work out why it didn't work on your own.
  • 0
    Same here.

    Although, I got into web development to earn while in college. Knew nothing, but still took the project. Learnt all while working on it.
  • 3
    @nblackburn @rajilsaj I am currently learning the MERN stack, because I prefer react over angular and I love JS
  • 0
    @mightyleguan I'm looking for a great rest-front architecture with JS b'y the way....I didn't learn Jquery :(
  • 1
    @rajilsaj I haven't learned jQuery either , bit I have recently decided on learning js and the MERN stack to do full stack development in js
  • 0
    @mightyleguan don't you think you're gonna miss Jquery animation and stuffs ?
  • 0
    Mostly trial & error alongside with a shitload of Google queries ^^

    That still is pretty much my way to go
  • 2
    @rajilsaj I will see , I can't learn everything at the same time :/ but I will learn react next
  • 0
    @mightyleguan i'm just jeaulous of people using ...so huge js lib like backbone , etc what the best Stack for strongand solid back-to-front solution
  • 3
    @rajilsaj I don't know much about that , and for the backbone thing: everyone has to start learning somewhere and can't just learn everything at once
  • 0
    @mightyleguan you're right
  • 2
    @DefiniteGoose mostly web development with js and node , etc. But also some algorithms and ai (neural networks) I am pretty interested in A.I. but web development , especially JavaScript is what I like the most
  • 0
    I learned html and css in school, java basics by coding minecraft server plugins, php, mysql and js from some smaller web app projects, nodejs and mongo from other web app projects
  • 0
    JavaScript is so popular because it's the easiest to teach yourself (ima). Stackoverflow definitely taught me more than school.
  • 1
    Regarding learning in school, it really depends. If your goal is to be a proficient web dev there is nearly no reason to go into cs ed, the scene is too fast for any school to keep up with it. If you on the other hand want to do "heavy" (I am aware of how floaty this term is) programming the fundamentals are almost set in stone and many of those fundamentals are for most people best learned in school.

    I think what's most important for any programmer is learning a good method for coding, a good logic reasoning and adaptability (the book "The pragmatic programmer" is often regarded as a Bible within the scene and a really good read on this topic). Languages are after all a way to express yourself, a tool for accomplishing something, and in that sense using a hammer to put in a screw might work but is not optimal.
  • 0
    Trial and error :v
  • 0
    Self taught. I can learn it faster myself than listen to a professor blabber for 5 hours. And I love books but I never really understood how people feel the need to learn coding from them. It's slow, gets old really fast and can't be updated
Add Comment