Skip to content
This repository has been archived by the owner on Feb 15, 2022. It is now read-only.

[Offtopic] Where to learn NodeJs/Javascript? #27

Closed
ghostnegotiator opened this issue Aug 17, 2016 · 3 comments
Closed

[Offtopic] Where to learn NodeJs/Javascript? #27

ghostnegotiator opened this issue Aug 17, 2016 · 3 comments

Comments

@ghostnegotiator
Copy link

Heya,

I have been searching all over the place where to learn to code in NodeJS. And considered it better asking to more experienced people.

Generally the question:
Where would it be possible to learn NodeJS?
And is there a kind of mentoring program for it (online)?

Yours Faithfully,
RDash

@grigio
Copy link
Contributor

grigio commented Aug 17, 2016

I suggest starting with JavaScript ES2015+ and then NodeJS
https://developer.mozilla.org/docs/Web/JavaScript
https://nodejs.org/dist/latest-v6.x/docs/api/

@ghostnegotiator
Copy link
Author

Awesome! Thanks for the refference :)

Yours Faithfully,
RDash

On Wed, Aug 17, 2016 at 9:50 PM Luigi Maselli notifications@github.com
wrote:

I suggest starting with JavaScript ES2015+ and then NodeJS
https://developer.mozilla.org/it/docs/Web/JavaScript
https://nodejs.org/dist/latest-v6.x/docs/api/


You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
#27 (comment), or mute
the thread
https://github.com/notifications/unsubscribe-auth/AHMwQ6S5EA4wbJUWMGm4zctu8Nddf326ks5qg2X2gaJpZM4Jmt2m
.

@carlos8f
Copy link
Contributor

use this flowchart :)

  1. what kind of code do you want to write?
  2. come up with topics
  3. search npmjs.org for topics
  4. click on repository link for module(s) found
  5. read through code
  6. clone repo or copy-paste stuff into your own code
  7. write tests (I use mocha) for what your code should do
  8. make the code do it, gradually, until the tests pass

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants