Giter Club home page Giter Club logo

nodejs-course's Introduction

nodejs-course

This repository contains the NodeJs course application from Maximilian Schwarzmüller on Udemy, please make sure to check it out!

Tools used and learnt

  • Mysql instead of MongoDB ( which was used throughout second part of the course )
  • Sequelize ORM
  • EJS template engine to render html
  • NodeMailer ( to send emails when the user signs up and resets password)
  • bcrypt ( for password salting and hashing )

Key goals

  • How cookies and sessions work
  • How to use authenticated / protected routes
  • How encryption (hashing and salting) protects
  • How to generate CSRF tokens and why they are important to validate user requests when dealing with sensitive information
  • How send emails when the user signs up or requests a password reset
  • How to use reset tokens with associated expirations date (while storing both with the user information) when reseting user password
  • How to use an ORM together with a DB through Model associations
  • How to upload/download image files
  • How to store files in the filesystem while dynamically generating an url to be stored on the DB associated to other file information (e.g. title, description, price)
  • How to dynamically generate PDF files and store them ( working just like above )
  • How to use template engines and views to output content to the browser
  • How to use validate and sanitize user input data, while handling errors that may occur and display them with flash messages

nodejs-course's People

Contributors

filipe-costa avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

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