All Projects → nodejs → Getting Started

nodejs / Getting Started

Licence: mit
Getting started in Node.js!

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Getting Started

Lpic 1 Anki Flashcards
Deck of Anki flashcards for the LPIC-1 (Linux System Administrator) exams 101 and 102 of the Linux Professional Institute (LPI).
Stars: ✭ 90 (-49.72%)
Mutual labels:  learn
Raspberry Pi Os
Learning operating system development using Linux kernel and Raspberry Pi
Stars: ✭ 11,000 (+6045.25%)
Mutual labels:  learn
Gotrip
民宿旅游管理系统,SSM框架实现
Stars: ✭ 137 (-23.46%)
Mutual labels:  learn
Learn Ml Basics
A collection of resources that should help and guide your first steps as you learn ML and DL. I am a beginner as well, and these are the resources I found most useful.
Stars: ✭ 93 (-48.04%)
Mutual labels:  learn
Learn Heroku
🏁 Learn how to deploy your web application to Heroku from scratch step-by-step in 7 minutes!
Stars: ✭ 110 (-38.55%)
Mutual labels:  learn
Mindforger
Thinking notebook and Markdown editor.
Stars: ✭ 1,695 (+846.93%)
Mutual labels:  learn
Jemalloc 4.2.1 Readcode
annotate the source code of jemalloc 4.2.1
Stars: ✭ 81 (-54.75%)
Mutual labels:  learn
Vim Galore
🎓 All things Vim!
Stars: ✭ 12,610 (+6944.69%)
Mutual labels:  learn
Phoenix Liveview Counter Tutorial
🤯 beginners tutorial building a real time counter in Phoenix 1.5.5 + LiveView 0.14.7 ⚡️
Stars: ✭ 115 (-35.75%)
Mutual labels:  learn
Simple Java Calculator
🔢 Simple calculator written in Java with Eclipse. This calculator is simple with an easy code to help novices learn how to operate a calculator.
Stars: ✭ 130 (-27.37%)
Mutual labels:  learn
Start Here
💡 A Quick-start Guide for People who want to dwyl ❤️ ✅
Stars: ✭ 1,392 (+677.65%)
Mutual labels:  learn
Learning Go
learning golang-Don't stop learning Golang
Stars: ✭ 107 (-40.22%)
Mutual labels:  learn
Git Kata
When you know the bases of git but sometimes you have problemes with it. This "code kata" could help you to deal with git problems
Stars: ✭ 127 (-29.05%)
Mutual labels:  learn
Submerger
SRT Subtitles Merger
Stars: ✭ 92 (-48.6%)
Mutual labels:  learn
Coding Problems
Solutions for various coding/algorithmic problems and many useful resources for learning algorithms and data structures
Stars: ✭ 2,221 (+1140.78%)
Mutual labels:  learn
Mentoria
Conectando pessoas que desejam aprender com pessoas que tiram os obstáculos do caminho
Stars: ✭ 1,291 (+621.23%)
Mutual labels:  learn
Learn Java Codes
该仓库主要用于存放Java学习相关代码,相关笔记存放于 https://github.com/caojx-git/learn-java-notes 仓库
Stars: ✭ 120 (-32.96%)
Mutual labels:  learn
Phoenix Ecto Encryption Example
🔐 A detailed example for how to encrypt data in a Phoenix (Elixir) App before inserting into a database using Ecto Types
Stars: ✭ 166 (-7.26%)
Mutual labels:  learn
Ultimate Java Resources
Java programming. All in one Java Resource for learning. Updated every day and up to date. All Algorithms and DS along with Development in Java. Beginner to Advanced. Join the Discord link.
Stars: ✭ 143 (-20.11%)
Mutual labels:  learn
Woofjs
Learnable JavaScript
Stars: ✭ 128 (-28.49%)
Mutual labels:  learn

Getting Started in Node.js MIT Licensed

Find out how you can get started in Node.js and where you can find answers to questions of any kind.

Node.js green hexagon

Whether you're new to programming, new to JavaScript, moving to Node.js from another language, or interested in contributing to Node.js, the aim of this repository is to get you on your feet.

Guides

Node.js: General

These are free, high-quality resources that anyone should be able to pick up to start learning Node.js right away.

  • Node.js Getting Started Guide
    • One of the most basic projects you can build with Node.js.
  • NodeSchool Workshoppers
    • NodeSchool is an unofficial community group that has built out various workshops that you can walk through yourself.
    • Many workshoppers can also be run online via the NodeSchool organization's workshoppers on Glitch
  • Have an additional resource? Send a Pull Request on this file!

Node.js: Node.js and {{ something else }}

At this point, very few people use just Node.js. As such, it's important to also learn how Node.js works with other tools in our ecosystem. These resources aim to help you get up and running with Node.js and other technologies.

Node.js: Contributing

If you're looking to contribute directly to Node.js, these guides will help move you in the right direction.

Good First Issues in the Node.js Organization

All repositories in the Node.js GitHub organization have the "good first issue" label as a part of the repository. Some are more active than others, and have more opportunities for tackling good first issues and getting started with the project.

Here's a set of repositories within the project that have multiple good first issues open:

  • nodejs/node: the core project. There are many good first issues here. The easiest ones often get snatched up quickly, but we try our best to ensure there are always some.
  • nodejs/nodejs.dev: our effort to build a new website based off of React using Gatsby.js.
  • nodejs/citgm: Canary in the Gold Mine, or CITGM, is a tool Node.js uses to test changes to see if they'll impact the most used modules in the ecosystem. It's a highly impactful project and one that's a great place to contribute to.
  • node/community-committee: The Community Committee is a top-level committee in Node.js that foucses on outward-facing projects. Various aspects of the committee and its initiatives are incredibly beginner-friendly.

Node.js: Finding Help

If you're looking for help while writing Node.js, ask questions in the nodejs/help repository. No question is too small!

When looking for help, these are a few places you may be able to find an answer:

  • The Node.js Website
    • This has a lot of meta information about Node.js, downloads, and metrics.
  • The nodejs/help repository.
    • Here, you can directly ask questions about Node.js. Everyone who is responding is a volunteer, so please be patient with us ❤️
  • Open and Closed issues in the core nodejs/node repository
    • With over 10,000 total issues, there is a chance you may be able to find the information you're looking for!
  • Questions tagged with node.js on StackOverflow
    • There are over 250,000 questions on StackOverflow tagged with Node.js – many of the answers are useful but there are also some that are out of date. Be sure to double check the age of the answer and don't get frustrated if the answers aren't perfect!
  • Node.js Slack Community

Contributing to the nodejs/getting-started Repository

Want to write a document?

Please contribute! Check out our existing documents in this repository to improve existing resources, and look at issues to discover resources people would love to learn from but don't yet exist. To get started, you have to fork this repo to your own GitHub account first.

Please try to write documentation that prioritizes the LTS version. Keeping work updated is ideal but understandably tough.

If you want to submit a new feature or a bugfix, the best way is to create the changes in a separate branch, e.g.: git checkout -b feature/mycoolfeature. This will make it easier for you to submit a pull request and get your contribution merged.

Getting Started Collaborators

The Getting Started repository is a joint responsibility of the Node.js TSC and Node.js Community Committee, as defined in nodejs/admin.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].