Code Monkey home page Code Monkey logo

tutorial-nodejs's Introduction

NodeJs Training Program

  • What is NodeJS
  • Node Architecture
  • How Node Works
  • Installing Node
  • Installing Code Editor
  • Hello World NodeJS
  • Blocking & Non Blocking Code Example
  • What is a Module
  • Using a System Module
  • Creating a Module
  • Exporting a Module
  • Using a Custom Module
  • What is it?
  • Why is it required?
  • Add packages
  • Global vs local Packages
  • Removing Packages
  • Updating Packages
  • DevDependencies
  • Nodemon

REST API

  • What is Express
  • Creating a GET Request
  • Creating a POST Request
  • Creating a PUT Request
  • Creating a DELETE Request

Tools

  • Using Postman
  • GET/POST/PUT/DELETE Request setup on postman
  • mySQL workbench

Database Design

  • Todo Application DB Design Example

Database Integration

  • Connecting to a database
  • Using Sequelize
  • Creating Schema
  • Explain what is  ORM
  • Fetching Data from SQL into Node

CRUD Operations Using REST Endpoints

  • Creating API for CRUD operations on ToDoList
  • Creating API for CRUD operations on ToDo Items
  • API to get Pending ToDo List and Linked Items
  • API to get Upcoming ToDoList and Linked Items
  • Creating API to Add Users
  • Assigning ToDoList to Users

Working on Sample Project: Assets Management

  • Understanding the existing Project
  • Review the Deployed App
  • Review the Database Schema
  • Select a module from the project for development
  • Use the skeleton project structure to begin developement
  • Design REST API routes for development of selected module
  • Submit completed developement on github
  • Compare the exisitng implementation to your implemeted module.
    • List out the advantages of your approach vs the existing implementation
    • Create Task to implement the changes : only if your approach is better than the existing implementation

Unit Tests

  • Karma
  • Protractor
  • Jasmine

Best Practices

  • Using JS Coding Standards to have uniform coding pattern.
  • NPM and NVM Configuration Files
  • Linting your code

tutorial-nodejs's People

Contributors

costaivo avatar icosta-cci avatar geekyivo avatar

Stargazers

Roman avatar  avatar Kenbro174 avatar

Watchers

James Cloos avatar  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.