forked from felixge/nodeguide.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.pdc
More file actions
57 lines (44 loc) · 2.15 KB
/
index.pdc
File metadata and controls
57 lines (44 loc) · 2.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
% Felix's Node.js Guide
## About this guide
Hi, I am [Felix Geisendörfer][felixge], an early [node.js][nodejs] core
contributor and co-founder of [transloadit.com][transloadit].
Over the past few months I have given a lot of [talks][talks] and done a lot of
[consulting][consulting] on using node.js.
Since I found myself repeating a lot of things over and over, I decided to use
some of my recent vacation to start this opinionated and unofficial guide to
help people getting started in node.js.
## Content
[Node.js Beginner Guide](beginner.html)
~ If you are new to node.js, this guide will take you from hello world to
deploying your first app.
[Node.js Style Guide](style.html)
~ The general JavaScript style I recommend to use with node.js. A lot of
this is personal preferences, but hopefully rather consistent.
[Node.js Community Guide](community.html)
~ Get to know some of the node.js community and find out where they hang out.
[Node.js Convincing The Boss Guide](convincing_the_boss.html)
~ Find out where node.js makes sense, and how to get management to see the
benefits.
More guides are in the works. Feel free to follow the [GitHub repository][repo],
or have a look at this list of upcoming guides:
*Node.js Package Guide*
~ Learn how to create your own node.js packages and publish them on npm.
*Node.js Object Oriented Programming Guide*
~ My approach to object oriented programming with node.js.
*Node.js Test Driven Development Guide*
~ A beginners guide to test driven development with node.js.
## Report Issues
If you come across some incorrect information, please open an issue in the
[issue tracker][issuetracker].
## License
I have not decided on a license for this yet. So if you're interested in
re-publishing this content in one way or another, please send me an
[email][email].
[felixge]: http://twitter.com/felixge
[nodejs]: http://nodejs.org/
[transloadit]: http://transloadit.com/
[consulting]: http://debuggable.com/
[talks]: http://www.slideshare.net/the_undefined/presentations
[repo]: https://github.com/felixge/nodeguide.com
[issuetracker]: https://github.com/felixge/nodeguide.com/issues
[email]: mailto:felix@debuggable.com