Coder Social home page Coder Social logo

node.js's Introduction

Please help us improve and share your feedback! If you find better tutorials or links, please share them by opening a Pull Request.

Node.js - Fullstack development

This 3 week HYF Module is about creating a fullstack application in Node.JS. What does fullstack exactly mean? It means we will be creating and connecting both the backend api and the frontend html, css and javascript.

Most of this course will focus on the backend part. Meaning building a webserver that has an api connected to a database.

Database <--> Webserver

Planning

Week Topic Preparation Homework Lesson plan
1. HTTP
Introduction to node js
Simple webserver
Preparation Homework Lesson plan
2. Express Preparation Homework Lesson plan
3. Database connection
API
Preparation Homework Lesson plan

Theses things you should study by yourself!

  • Error handling
  • Validation

Pre-requisites

We will build on knowledge from the following HYF (sub)modules. If we feel we have gaps we should review the curriculum ourselves or ask a teacher to help.

What will we learn?

  • What is Node.js?
  • Using Node Package Manager (NPM)
  • Using require to include modules
  • Using express to make a RESTful API
  • Using mysql to connect the API to the backend
  • Postman

Why Node.js?

For almost any web application, it is essential to have a backend. The backend is a place where we, the developers, can store our data, communicate with users and let the users communicate with us, do smart things like calculations, data processing etc.

There are many languages for this. We might've heard of Java, C, C++, Go, Python, Ruby, PHP and the list goes on.

There are two reasons why we at HYF choose Node.JS over others:

  1. You already know JavaScript, so it's easier to get started than other languages
  2. Node.js is great for making web APIs because it is asynchronous by nature and thus allows for high input/output. By this we mean that it allows many users to make very light requests at the same time.

node.js's People

Contributors

benna100 avatar r0hitsharma avatar orhantoy avatar pmcalabrese avatar mkruijt avatar daanaerts avatar joostlubach avatar nkuik avatar erolsuleyman avatar erols avatar nynnejc avatar laurensrietveld avatar aleksd-dfds avatar jawkha avatar dpfernandes avatar chklueter avatar ck-hyf-dk avatar gijscor avatar gizemcandemir avatar spirosikmd avatar aleks-hyf avatar ember-b-moss avatar sofiiadidovych avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.