Subcribe and Access : 5200+ FREE Videos and 21+ Subjects Like CRT, SoftSkills, JAVA, Hadoop, Microsoft .NET, Testing Tools etc..
Batch
Date: Aug 23rd @5:00PM
Faculty: Mr. Swamy Naidu
Duration:
30 Days
Venue
:
DURGA SOFTWARE SOLUTIONS at Maitrivanam
Plot No : 202,
IInd Floor ,
HUDA Maitrivanam,
Ameerpet, Hyderabad-500038.
Ph.No: +91 - 9246212143, 80 96 96 96 96
Syllabus:
Name: Mr. Swamy Naidu (12+ Yrs of Exp...)
NODE JS
Introduction to Node JS
1. Introduction
2. What is Node JS?
3. Advantages of Node JS
4. Traditional Web Server Model
5. Node.js Process Model
Setup Dev Environment
1. Install Node.js on Windows.
2. Installing in mac os.
3. Working in REPL.
4. Node JS Console.
Node JS Modules
1. Functions
2. Buffer
3. Module
4. Module Types
5. Core Modules
6. Local Modules
7. Module.Exports
Node Package Manager
1. What is NPM.
2. Installing packages Locally.
3. Adding dependency in package.json.
4. Installing packages globally.
5. Updating packages.
Creating Web Server
1. Creating Web Server.
2. Handling HTTP Requests.
3. Sending Requests.
File System
1. Fs.readFile.
2. Writing a File.
3. Writing a file asynchronously.
4. Opening a file
5. Deleting a file
6. Other IO Operations.
Debugging Node JS Applications
1. Core Node JS debugger.
2. Debugging with visual Studio.
Events
1. EventEmitter Class.
2. Returning event emitter.
3. Inhering events
Express.JS
1. Configuring routers.
2. Working with express
Serving Static Resources
1. Serving static files
2. Working with middle ware
Database Connectivity
1. Connection String
2. Configuring.
3. Working with select command.
4. Updating records.
5. Deleting records
Template Engines
1. Why Template Engine.
2. What is Jade.
3. What is vash.
4. Example