Grab and learn
Modules
Startup
Code editor Setup VScode
Basics
Top Navigation Sticky Navbar Hamburger Collapse Columns 2D transforms 3D transforms Normal card Flip card Scrollbar Progressbar Skillbar Alert Jumbotron Forms Popover Tooltip Background overlay Breadcrumbs Toast Radio buttons Text input Range sliders Dropdown Pagination Modals Color picker Icons Tables
Advanced
Curtain menu Mega menu Toggle sidebar Collapsed sidepanel Full screen navigation Hide navbar on scroll Shrink navbar on scroll Page animation Image magnifier
Animations
Hover animations Parallax Scroll animation Scroll down animated icon Auto typer Carousel Animated icons Particles Smooth scroll Text animations Cube animations
Online website
Domain name Hosting SEO structure Crawling Indexing Canonical links Sitemap Robots.txt Google Search Console Google Analytics
Tutorials
HTML & CSS
Beginners Bootstrap Responsive websites Sass CSS grid CSS flexbox
Javascript
Vanilla JQuery Page animation Async Javascript AJAX Node.js React JS Express

Javascript - Node JS

Node. js is a platform built on Chrome's JavaScript runtime for easily building fast and scalable network applications. Node. js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient, perfect for data-intensive real-time applications that run across distributed devices.

Tutorials

Node.js Tutorial For Beginners | Node JS Crash Course - Dev Ed

In this episode we are going to cover everything about getting started with node js. Nodejs is a javascript runtime that allows us to use javascript outside of the browser to create/read files, spin up a web server and more.
JS

Node.js Tutorial For Absolute Beginners - Traversy Media

This is an introduction to Node.js for beginners. We will talk about...
  • - What Node.js Is
  • - Installing Node.js
  • - Using the REPL
  • - NPM - Node Package Ma- nager
  • - How Modules Work
  • - package.json File
  • - Basic Webserver

Using MySQL With Node.js - Traversy Media

In this quick guide I will show you how to use MySQL along with Node.js. This is something I am constantly asked by LAMP stack devs wanting to learn Node.js. We will be using the MySQL JavaScript client along with Express and Node.
JS
Projects

Node.js With Passport Authentication | Full Project - Traversy Media

In this video we will build a complete authentication app with login, register and access control using Node.js, Express, Passport, Mongoose and more.

Build A Node.js API Authentication With JWT Tutorial - Dev Ed

In this episode we are going to create a node.js api that is going to handle Authentication for us in any application we want to use it in.
We are going to cover an authentication method using jwt. We will use mongodb as our database, mongoose to create models and to connect to our express server, bcryptjs to hash passwords and jwt to check for private routes.
JS

Build A Restful Api With Node.js Express & MongoDB | Rest Api Tutorial - Dev Ed

We are going to cover how to create a restful api using node.js express and mongodb together with mongoose. Rest apis help us decouple our backend code from our front end so we can use it across multiple application (mobile apps, web apps, etc). We are going to learn how to build a simple blog post type api with all the useful methods(GET,POST,DELETE,PATCH).
We use Node.js as our backend language, express.js is going to help us create routes easier and middlewares and we use mongodb together with mongoose to create schemas and models that define how our data looks.
If you are a beginner with nodejs, express or mongodb I hope that this tutorial will give you a good idea of how these technologies work well together.
JS
Copyright © 2020 sowebsited.com