Programming Tutorial Request.

Discussion in 'Tech Discussion' started by Dupe2718, May 11, 2017.

  1. Dupe2718

    Dupe2718 Dragon God

    Joined:
    Apr 2, 2017
    Messages:
    1,298
    Likes Received:
    708
    Reading List:
    Link
  2. Pau

    Pau Useless Hamster

    Joined:
    Jun 3, 2016
    Messages:
    411
    Likes Received:
    1,031
    Reading List:
    Link
    Not my speciality. Only know c++
     
  3. activereader

    activereader Well-Known Member

    Joined:
    May 10, 2016
    Messages:
    62
    Likes Received:
    48
    Reading List:
    Link
    I haven't tried Hackerrank yet. xD
     
    Dupe2718 likes this.
  4. Dupe2718

    Dupe2718 Dragon God

    Joined:
    Apr 2, 2017
    Messages:
    1,298
    Likes Received:
    708
    Reading List:
    Link
    C++ is my L1 too, but I'm not good enough in it to develop commercially.

    What would you recommend for C++ anyways?
     
  5. Pau

    Pau Useless Hamster

    Joined:
    Jun 3, 2016
    Messages:
    411
    Likes Received:
    1,031
    Reading List:
    Link
    Only some material from college and self study from net.
    Not much, but Good enough for my thesis. :D
     
    Dupe2718 likes this.
  6. Dupe2718

    Dupe2718 Dragon God

    Joined:
    Apr 2, 2017
    Messages:
    1,298
    Likes Received:
    708
    Reading List:
    Link
    What was your thesis?
     
  7. Pau

    Pau Useless Hamster

    Joined:
    Jun 3, 2016
    Messages:
    411
    Likes Received:
    1,031
    Reading List:
    Link
    About controling pH value using fuzzy logic.
     
  8. Dupe2718

    Dupe2718 Dragon God

    Joined:
    Apr 2, 2017
    Messages:
    1,298
    Likes Received:
    708
    Reading List:
    Link
    Oh, what did you do your masters on?
     
  9. Pau

    Pau Useless Hamster

    Joined:
    Jun 3, 2016
    Messages:
    411
    Likes Received:
    1,031
    Reading List:
    Link
    Electrical Eng. 3 years diplomat
     
    Dupe2718 likes this.
  10. lnv

    lnv ✪ Well-Known Hypocrite

    Joined:
    Jan 24, 2017
    Messages:
    7,702
    Likes Received:
    9,044
    Reading List:
    Link
    meh about learning programming like that...the best way to learn is to give yourself a project to make and just do it. Experience is the best thing. You can even run JS live in places like JSFiddle and etc.

    Reading resources is just going to go in one ear and out the other.

    The only thing you need to consider is how you plan to write code. Using plain javascript, using a library like JQuery or a framework like AngularJS.
     
  11. Dupe2718

    Dupe2718 Dragon God

    Joined:
    Apr 2, 2017
    Messages:
    1,298
    Likes Received:
    708
    Reading List:
    Link
    I'll take note of this.
     
  12. Lucinia

    Lucinia Baby turtles are the Overlords of cuteness *_*

    Joined:
    Dec 3, 2015
    Messages:
    1,012
    Likes Received:
    1,064
    Reading List:
    Link
    Honestly just take a random youtube guide about the thing you want to do and get started, because (this sound pretty generic) only practice makes you good + you learn far more from trying, then reading.
    I dont know if this applies to anyone, but most of the guys i know, learned their stuff while working on a programm

    So yeah programming is learning by doing (of course you have to study stuff, but the most things you learning while doimg something )
     
  13. Randyr

    Randyr Member

    Joined:
    Jun 21, 2016
    Messages:
    9
    Likes Received:
    17
    Reading List:
    Link
    learnxinyminutes for experienced programmers.
    Javascript: You Don't Know JS (Github)
    Python: Hitchhiker's guide to Python
     
  14. Dupe2718

    Dupe2718 Dragon God

    Joined:
    Apr 2, 2017
    Messages:
    1,298
    Likes Received:
    708
    Reading List:
    Link
    Thanks, I'll take a look at them.
     
  15. HonestSage

    HonestSage Member

    Joined:
    Aug 9, 2016
    Messages:
    4
    Likes Received:
    4
    Reading List:
    Link
    What is nyu's level for front-end knowledge?
     
  16. ProXy4

    ProXy4 Active Member

    Joined:
    Jul 22, 2016
    Messages:
    29
    Likes Received:
    22
    Reading List:
    Link
    For Javascript, play some Hackmud. That's how I learned at least.
     
  17. rh12

    rh12 Destroying the world with my snores

    Joined:
    Dec 5, 2016
    Messages:
    365
    Likes Received:
    265
    Reading List:
    Link
    Coursera/edx for python
    just audit the course if you don't want to pay for it
    For javascript w3schools is okay