NIIT StackRoute

Sort options

Capstone Project Using Node.js (Coursera)

Apr 22nd 2024
Capstone Project Using Node.js (Coursera)
Course Auditing
Categories
Effort
Languages
The Capstone Project gives you an opportunity to revisit the concepts covered and develop a workable solution for the given problem statement using the best practices. The solution needs to be developed in accordance with the industry standards within the stipulated time and must be based on the guidelines [...]
Apr 22nd 2024
Course Auditing
71.00 EUR/month

Build and Implement Microservices Patterns (Coursera)

Apr 22nd 2024
Build and Implement Microservices Patterns (Coursera)
Course Auditing
Categories
Effort
Languages
Do you think an e-commerce application can be created as one large application? Imagine there is an ongoing sale, or some new features are to be added. How, according to you are the changes made visible on the application? Microservices is a cloud-based architectural approach. It contains loosely [...]

Implement Polyglot Persistence Using SQL and NoSQL Databases (Coursera)

Apr 22nd 2024
Implement Polyglot Persistence Using SQL and NoSQL Databases (Coursera)
Course Auditing
Categories
Effort
Languages
Have you ever wondered what happens to the registration details after you click on the submit button or to the order details once you press the confirm order button when you try to access any website? From where do you think, the details of the product catalogue are fetched [...]

Building RESTful APIs Using Node.js and Express (Coursera)

Apr 22nd 2024
Building RESTful APIs Using Node.js and Express (Coursera)
Course Auditing
Categories
Effort
Languages
For newly emerged technologies, REST APIs provide a flexible and easier process to integrate applications. They have emerged as one of the most common methods used for connecting components of the distributed system. For a backend developer, ability to build REST APIs is a key requirement. This course will [...]

Server side JavaScript with Node.js (Coursera)

Apr 22nd 2024
Server side JavaScript with Node.js (Coursera)
Course Auditing
Categories
Effort
Languages
Have you ever wondered how you are able to do net banking or book a ticket online? Which technology is adopted for applications used in different businesses? Backend technology acts as a backbone to every web application. It typically includes all services, data interfaces and their core business logic. [...]

Building Navigational Workflows Using React (Coursera)

Apr 22nd 2024
Building Navigational Workflows Using React (Coursera)
Course Auditing
Categories
Effort
Languages
Forms are an essential part of modern-day workflow. They are the primary medium of collecting, validating, and storing user data to provide great user experience. React library helps in developing forms using controlled components. Alternatively, open-source Libraries like Formik can be used for handling form input validations and form [...]

Building High Quality User Experience Using Material UI (Coursera)

A user experience is built upon a user’s experiences and interactions with a product, system, or service. Providing high quality digital experiences in a web application involves writing CSS codes which focus on display, navigation, actions, input, and communication. However, CSS has its own set of challenges which can [...]

Building User Interfaces Using Functional React Components (Coursera)

React Components are generally implemented using Classes. Although they work well, they have their own set of limitations. The stateful logic provided by the class components lack reusability. To enhance the productivity, codes developers are expected to develop codes with reusability.

Building Interactive User Interfaces Using React Library (Coursera)

A frontend application is expected to have an attractive, responsive UI and a seamless UX with swift navigable views. Single Page Applications (SPAs) fulfill these expectations as they are lighter and efficient. React, a popular JavaScript library is used for developing complex user interfaces for single page applications (SPAs). [...]

Building Interactive Web Pages Using Modern JavaScript (Coursera)

Most businesses with a strong online presence wish to provide its consumers a rich interactive user experience. HTML5 and CSS3 frameworks help you build a static web page, that displays content and works on any device. However, to make a page interactive you need a programming language that can [...]