Home > Backend Development
Backend Development
Become an industry expert and create amazing web resources using backend web technologies. Learn data structures and algorithms to build robust applications with Node in 16 weekends.
NGN 80,000 NGN 200,000 40% Discount
Get free Consultation
Location
Live Virtual Classes
Start Date
20-07-2024
Schedule
Weekends
Length
16 Weeks
Our Curriculum
Includes:
- Interactive lessons
- Expert instructors
- Hands-on projects
- Real-world examples
- Supportive community
- Flexible schedule
- Certificate of Completion
- Interview Prep
- Mentorship
What you will learn during the training
INTRODUCTION TO NODE JS
In this module, you learn What is Node JS and advantages of Node JS and How Node JS Works and the difference between the traditional web server and what are the limitations of the traditional web server model.
In this module, you learn What is Node JS and advantages of Node JS and How Node JS Works and the difference between the traditional web server and what are the limitations of the traditional web server model.
SETUP DEV ENVIRONMENT
In this chapter, you will learn about the tools required and steps to setup development environment to develop a Node.js application and to work with the REPL to work with the Console.
In this chapter, you will learn about the tools required and steps to setup development environment to develop a Node.js application and to work with the REPL to work with the Console.
NODE JS MODULE
In this chapter, you will know what a module is, functions and examples.
In this chapter, you will know what a module is, functions and examples.
NODE PACKAGE MANAGER
This deals with working with npm to install and update packages and Updating your package to the NPM and managing and updating your current Packages.
This deals with working with npm to install and update packages and Updating your package to the NPM and managing and updating your current Packages.
FILE SYSTEM
In this module, we will work with files, reading, writing, updating files, and the concept of chunks, buffers, and uploading files synchronously and asynchronously.
In this module, we will work with files, reading, writing, updating files, and the concept of chunks, buffers, and uploading files synchronously and asynchronously.
EVENTS
In this chapter you work with the events in Node JS, and the significance of the events, writing your own events because Node is an event driven framework.
In this chapter you work with the events in Node JS, and the significance of the events, writing your own events because Node is an event driven framework.
EXPRESS JS
In this chapter you will learn how to use express framework to create web applications.
In this chapter you will learn how to use express framework to create web applications.
DATABASE CONNECTIVITY
In this chapter you will learn how to connect to SQL Server and perform CRUD operations. It is like ADO.net for MS.NET applications and JDBC for java.
In this chapter you will learn how to connect to SQL Server and perform CRUD operations. It is like ADO.net for MS.NET applications and JDBC for java.
CREATING WEB SERVER
In this chapter we will learn creating web server, handling GET, POST,PUT and Delete requests and listening to certain port numbers and handling routing with basic web servers.
In this chapter we will learn creating web server, handling GET, POST,PUT and Delete requests and listening to certain port numbers and handling routing with basic web servers.
DEBUGGING NODE JS APPLICATION
In this chapter you will learn how to debug node js application.
In this chapter you will learn how to debug node js application.
SERVING STATIC RESOURCES
In this chapter you will learn how to server static reources.
In this chapter you will learn how to server static reources.
TEMPLATE ENGINES
In this chapter you will learn all about template Engines.
In this chapter you will learn all about template Engines.