Web Development Certification Training Course
Curriculum
78 Sections
692 Lessons
18 Weeks
Expand all sections
Collapse all sections
HTML Introduction
17
2.1
HTML – Elements
2.2
HTML – Tags
2.3
HTML – Text
2.4
HTML – Formatting
2.5
HTML – Pre
2.6
HTML – Attributes
2.7
HTML – Font
2.8
HTML – Text Links
2.9
HTML – Comments
2.10
HTML – Lists
2.11
HTML – Images
2.12
HTML – Image Links
2.13
HTML – Tables
2.14
HTML – Bgcolor
2.15
HTML – Color Codes
2.16
HTML – Color Chart
2.17
HTML – Background
Html Web Forms
3
3.1
HTML – Forms
3.2
HTML – Input
3.3
HTML – Text Fields
Html Hidden Fields
9
4.1
HTML – Password
4.2
HTML – Reset
4.3
HTML – Submit
4.4
HTML – Checkboxes
4.5
HTML – Radio
4.6
HTML – Select
4.7
HTML – Hidden Fields
4.8
HTML – Upload
4.9
HTML – Textarea
Html Special Tags
6
5.1
HTML – Body
5.2
HTML – Meta
5.3
HTML – Style
5.4
HTML – Div
5.5
HTML – Layouts
5.6
HTML – Frames
Html Formatting Tags
4
6.1
HTML – Bold
6.2
HTML – Paragraphs
6.3
HTML – Headings
6.4
HTML – Line Breaks
HTML - Horizontal Rule
2
7.1
HTML – Email
7.7
HTML – Italic
Html Semantic Elements
12
8.1
8.2
8.3
8.4
8.5
8.6
8.7
8.8
8.9
8.10
8.11
8.12
Html Form Elements
3
9.1
9.2
9.3
Html Form Input Types
13
10.1
Color
10.2
Date
10.3
Datetime
10.4
Datetime-local
10.5
Email
10.6
Month
10.7
Number
10.8
Tel
10.9
Time
10.9
Url
10.9
Search
10.9
Week
10.9
Range
Html Form Attributes
13
11.1
autocomplete
11.2
autofocus
11.3
form
11.4
formaction
11.5
formenctype
11.6
formmethod
11.7
formnovalidate
11.8
formtarget
11.9
height and width
11.10
list
11.11
min and max
11.12
multiple
11.13
pattern (regexp)
CSS Introduction
3
12.1
CSS Syntax
12.2
CSS Selectors (ID, Class, Tags, Attributes)
12.3
CSS Styling
Styling Backgrounds in CSS
5
13.1
Styling Text
13.2
Styling Fonts
13.3
Styling Links
13.4
Styling Lists
13.5
Styling Tables
CSS Box Model
12
14.1
CSS Border
14.2
CSS Outline
14.3
CSS Margin
14.4
CSS Padding
14.5
CSS Dimension
14.6
CSS Display
14.7
CSS Positioning
14.8
CSS Floating
14.9
CSS Navigation Bar
14.10
CSS Image Gallery
14.11
CSS Image Opacity
14.12
CSS Align
CSS3 Introduction
14
15.1
Borders
15.2
border-radius
15.3
Border Images
15.4
Backgrounds
15.5
Background Size
15.6
background-origin
15.7
Text Effects
15.8
text-shadow
15.9
box-shadow
15.10
Text
15.11
text-overflow
15.12
word-wrap
15.13
word-break
15.14
Fonts
CSS3 Transforms
2
16.1
2D Transforms
16.2
3D Transforms
CSS3 Transitions
4
17.1
transition-delay
17.2
transition-duration
17.3
transition-property
17.4
transition-timing-function
BootStrap
10
18.1
Overview of Bootstrap
18.2
Grid System
18.3
Typography
18.4
Code
18.5
Tables
18.6
Forms
18.7
Buttons
18.8
Images
18.9
Helper classes
18.10
Responsive utilities
Introduction to JavaScript
2
19.1
What is JavaSript?
19.2
What is AJAX?
JavaScript Developer Essentials
7
20.1
The development workflow
20.2
Selecting the right tools for the job
20.3
Just enough HTML and CSS
20.4
Understanding objects
20.5
Understanding variables
20.6
Making comparisons
20.7
Understanding events
Starting to Code in JavaScript
4
21.1
Writing your first script
21.2
Internal vs. external scripts
21.3
Using comments in scripts
21.4
Using the NoScript tag in HTML
Interacting with Users in javaScript
8
22.1
Creating alert dialogs
22.2
Understanding conditional statements
22.3
Getting confirmations from users
22.4
Creating prompts for users
22.5
Understanding functions
22.6
Making links smarter
22.7
Using switch/case statements
22.8
Handling errors
JavaScript Language Essentials
9
23.1
Getting started
23.2
Creating loops
23.3
Passing values to functions
23.4
Detecting objects
23.5
Reading arrays
23.6
Returning values from functions
23.7
Writing arrays
23.8
Building do and while loops
23.9
Re-using functions
Creating Rollover and More in JavaScript
7
24.1
Creating a basic image rollover
24.2
How to write a better rollover
24.3
Creating a three-state rollover
24.4
Making rollovers accessible and 508 compliant
24.5
Making disjointed rollovers
24.6
Creating slideshows
24.7
Displaying random images
JavaScript Functions
6
25.1
Definitions
25.2
Parameters
25.3
Invocation
25.4
Call
25.5
Apply
25.6
Closures
Building Smarter Forms in JavaScript
9
26.1
Getting started
26.2
Creating jump menus
26.3
Creating dynamic menus
26.4
Requiring fields
26.5
Cross-checking fields
26.6
Displaying more informative errors
26.7
Verifying radio button selections
26.8
Setting one field with another field
26.9
Verifying email addresses
Handling Events in JavaScript
6
27.1
Responding to window events
27.2
Responding to mouse movements
27.3
Responding to mouse clicks
27.4
Responding to onBlur form events
27.5
Responding to onFocus form events
27.6
Responding to keyboard events
Working with Cookies in JavaScript
8
28.1
Demystifying cookies
28.2
Writing a cookie
28.3
Reading a cookie
28.4
Displaying a cookie
28.5
Counting with cookies
28.6
Deleting cookies
28.7
Handling multiple cookies
28.8
Cookies in action
The DOM, Nodes & Objects in JavaScript
6
29.1
Understanding the DOM
29.2
Adding nodes to the DOM
29.3
Deleting nodes from the DOM
29.4
Deleting specific nodes
29.5
Inserting nodes into the DOM
29.6
Replacing nodes in the DOM
JavaScript Browser BOM
8
30.1
Window
30.2
Screen
30.3
Location
30.4
History
30.5
Navigator
30.6
Popup Alert
30.7
Timing
30.8
Cookies
Working with Dates & Times in JavaScript
3
31.1
Displaying dates
31.2
Displaying times
31.3
Creating a countdown
JavaScript JSON
11
32.1
Intro
32.2
Syntax
32.3
Json vs XML
32.4
Data Types
32.5
Parse
32.6
Stringify
32.7
Objects
32.8
Arrays
32.9
PHP
32.10
HTML
32.11
JSONP
Real-World Applications of JavaScript
4
33.1
Creating sliding menus
33.2
Creating pop-up menus
33.3
Creating slideshows with captions
33.4
Creating a stylesheet switcher
AJAX
10
34.1
Introduction
34.2
XMLHttp
34.3
Request
34.4
Response
34.5
XML File
34.6
PHP
34.7
ASP
34.8
Database
34.9
Applications
34.10
Examples
Introduction to jQuery
6
35.1
What is JQuery?
35.2
First jquery code
35.3
Separating scripts
35.4
Selectors
35.5
Replacing content
35.6
Handling events
Animation in JQuery
6
36.1
Show and hide elements
36.2
Fading
36.3
Hover effects
36.4
Toggle
36.5
Sliding
36.6
Custom animations
Extracting Content in JQuery
5
37.1
Overview on extracting data
37.2
Basic selectors
37.3
Basic filters
37.4
Advance selectors
37.5
Advance filters
Creating Content Dynamically in JQuery
6
38.1
Creating content
38.2
Inserting content
38.3
Modifying content
38.4
CSS Manipulation
38.5
Navigating the DOM and using statement chaining
38.6
Wrapping it up
GETTING STARTED WITH ANGULAR
10
39.1
Building Blocks of Web Application Development
39.2
Web Application Architecture
39.3
Introduction to Angular
39.4
Angular Architecture
39.5
Building blocks of Angular
39.6
Angular Installation
39.7
Angular CLI
39.8
Angular CLI commands
39.9
Understanding files in Angular
39.10
Hands-On
ANGULAR COMPONENTS AND DATA BINDING
10
40.1
Working of Angular Applications
40.2
Angular App Bootstrapping
40.3
Angular Modules
40.4
Decorators and its types
40.5
Angular Components
40.6
Creating A Component Through Angular CLI
40.7
Ways to specify selectors
40.8
Template and styles
40.9
Installing bootstrap to design application
40.10
Hands-On
DATABINDING AND ANIMATIONS IN ANGULAR
6
41.1
Databinding
41.2
Types of Databinding
41.3
Component Interaction using @Input and @Output decorator
41.4
Angular Animations
41.5
Component Life-cycle Hooks
41.6
Hands-On
ANGULAR DIRECTIVES AND PIPES
11
42.1
Understanding Angular Directives
42.2
@Component Directive
42.3
Structural Directives
42.4
Attribute Directives
42.5
Custom Directives
42.6
Pipes
42.7
Built-in Pipes
42.8
Chaining pipes
42.9
Custom pipes
42.10
PipeTransform Interface & Transform Function
42.11
Hands-On
ANGULAR SERVICES AND DEPENDENCY INJECTION
8
43.1
Angular service
43.2
Need for a service
43.3
Dependency Injection
43.4
Creating a service
43.5
Hierarchical Injector
43.6
Injecting A Service into Another Service
43.7
Observables
43.8
Hands-On
RXJS AND HTTPCLIENT
5
44.1
RxJS Library
44.2
Angular’s Interaction with Backend
44.3
Parts of an HTTP Request
44.4
HttpClient
44.5
Hands-On
ANGULAR ROUTES AND NAVIGATION
12
45.1
Angular Router
45.2
Setting Up Routes
45.3
Adding Routes Using RouterLink
45.4
Wildcard and Redirecting Routes
45.5
Adding Navigation Programmatically
45.6
Passing Route Parameters
45.7
Extracting Parameters Using ActivatedRoute
45.8
Optional Route Parameters
45.9
Child Routes
45.10
Route Guards
45.11
Location Strategies
45.12
Hands-On
HANDLING FORMS IN ANGULAR
8
46.1
Angular forms
46.2
Types of forms
46.3
Underlying building blocks of the form model
46.4
Template-driven vs Reactive forms
46.5
Template-driven forms
46.6
Reactive Forms
46.7
Dynamically adding data to a form
46.8
Hands-On
VALIDATING ANGULAR FORMS
8
47.1
What is Form Validation?
47.2
Types of Form Validation
47.3
Built-in Validators
47.4
Form control’s status and validity
47.5
Form Validation methods
47.6
CSS classes for Form control
47.7
Custom validators in Template Driven Forms
47.8
Hands-On
AUTHENTICATION WITH JWT AND SECURITY
8
48.1
What is Authentication?
48.2
Authentication and authorization
48.3
Types of Authentication
48.4
Where to store tokens?
48.5
JSON Web Tokens (JWT)
48.6
Authentication in Angular application
48.7
Security threats in web application
48.8
Hands-On
TESTING AND APPLICATION DEPLOYMENT IN ANGULAR
21
49.1
Testing
49.2
Why should we perform testing?
49.3
Types of testing
49.4
Testing Angular application using Jasmine and Karma
49.5
Maintaining application code using Git
49.6
Version control system
49.7
Why should we use Git?
49.8
Git file workflow
49.9
Running application on the production server: Nginx
49.10
Architecture of Nginx
49.11
How to configure Nginx?
49.12
Deployment of an application using Docker
49.13
Problems before containers
49.14
How containers solve the problems
49.15
What is Docker?
49.16
Docker file
49.17
Docker image
49.18
Docker containers
49.19
Docker hub
49.20
Basic Docker commands
49.21
Hands-On
INTRODUCTION TO WEB DEVELOPMENT AND REACT
13
50.1
Building Blocks of Web Application Development
50.2
Single-page and Multi-page Applications
50.3
Different Client-side Technologies
50.4
MVC Architecture
50.5
Introduction to React
50.6
Installation of React
50.7
JSX and its use case
50.8
DOM
50.9
Virtual DOM and its working
50.10
ECMAScript
50.11
Difference between ES5 and ES6
50.12
NPM Modules
50.13
Hands-On
COMPONENTS AND STYLING THE APPLICATION LAYOUT
20
51.1
React Elements
51.2
Render Function
51.3
Components
51.4
Class Component
51.5
Component Constructor
51.6
Functional Components
51.7
Multiple Components
51.8
Props
51.9
Props with Class-based Component
51.10
Props with Function based Component
51.11
States
51.12
Component Lifecycle
51.13
React Events
51.14
React Forms
51.15
Different Form Concepts
51.16
Styling in React
51.17
Inline Styling
51.18
CSS Stylesheet
51.19
Building Music Shop Application using React Components
51.20
Hands-On
HANDLING NAVIGATION WITH ROUTES
14
52.1
Routing
52.2
react-router
52.3
Features of react-router
52.4
Configuration of routing using react-router
52.5
Navigation using Links
52.6
404 page (Not found Page)
52.7
URL Parameters
52.8
Nested Routes
52.9
Implementing styles using NavLink
52.10
Application Programming Interface
52.11
Build a REST API using JSON-server
52.12
API consumption in React application using Fetch method
52.13
Build a dynamic Music Store application using Routing and API connectivity
52.14
Hands-On
REACT STATE MANAGEMENT USING REDUX
11
53.1
Need of Redux
53.2
What is Redux?
53.3
Redux Architecture
53.4
Redux Action
53.5
Redux Reducers
53.6
Redux Store
53.7
Principles of Redux
53.8
Pros of Redux
53.9
NPM Packages required to work with Redux
53.10
More about react-redux package
53.11
Hands-On
ASYNCHRONOUS PROGRAMMING WITH SAGA MIDDLEWARE
13
54.1
Need of Async operations
54.2
Async Workflow
54.3
Action Creators
54.4
How to write Action Creators?
54.5
Handling Async Actions via Reducers
54.6
Middleware
54.7
Redux-Saga
54.8
Generators in Redux-Saga
54.9
Saga Methods()
54.10
Major Sections of Redux-Saga
54.11
Building a Product List application using Redux-Saga Middleware
54.12
Debugging application using Redux Devtools
54.13
Hands-On
REACT HOOKS
13
55.1
Caveat of JavaScript classes.
55.2
Functional components and React hooks
55.3
What are React hooks?
55.4
Basic hooks
55.5
useState() hook
55.6
How to write useState() hook when the state variable is an array of objects
55.7
useEffect() hook
55.8
Fetch API data using useEffect() hook
55.9
useContext() hook
55.10
Rules to write React hooks
55.11
Additional hooks
55.12
Custom hooks
55.13
Hands-On
FETCH DATA USING GRAPHQL
16
56.1
What is GraphQL?
56.2
Cons of Rest API
56.3
Pros of GraphQL
56.4
Frontend backend communication using GraphQL
56.5
Type system
56.6
GraphQL datatypes
56.7
Modifiers
56.8
Schemas
56.9
GraphiQL tool
56.10
Express framework
56.11
NPM libraries to build the server side of GraphQL
56.12
Build a GraphQL API
56.13
Apollo client
56.14
NPM libraries to build client side of GraphQL
56.15
How to setup Apollo client
56.16
Hands-On
REACT APPLICATION TESTING AND DEPLOYMENT
9
57.1
Define Jest
57.2
Setup Testing environment
57.3
Add Snapshot testing
57.4
Integrate Test Reducers
57.5
Create Test Components
57.6
Push Application on Git
57.7
Deploy App on Nginx
57.8
Create Docker for React Application
57.9
Hands-On
INTRODUCTION TO REACT NATIVE
8
58.1
Native Applications
58.2
React Native
58.3
React Native Elements
58.4
Expo CLI
58.5
Build a shopping cart mobile application using React Native
58.6
React Native installation and setup
58.7
Working with Styles and Layout
58.8
Hands-On
BUILDING REACT NATIVE APPLICATION WITH API
9
59.1
Native modules
59.2
Native Navigation libraries
59.3
Integration of Redux with React Native
59.4
React Native and Redux major components
59.5
Redux Thunk middleware
59.6
NPM libraries
59.7
Shopping cart application using React Native and Redux
59.8
Integration of Redux actions, store, and reducers In React Native application
59.9
Hands-On
Introduction to Node.js
10
60.1
What is Node.js?
60.2
Why Node.js?
60.3
Installing NodeJS
60.4
Node in-built packages (buffer, fs, http, os, path, util, url)
60.5
Node.js Modules
60.6
Import your own Package
60.7
Node Package Manager (NPM)
60.8
Local and Global Packages
60.9
Push code to GitHub
60.10
Hands-On
File System Module and Express.js
12
61.1
Get Input from Users
61.2
Pass Multiple Arguments with Yargs
61.3
File System Module
61.4
Operations associated with File System Module
61.5
JSON Data
61.6
HTTP Server and Client
61.7
Sending and receiving events with EventEmitters
61.8
Express Framework
61.9
Run a Web Server using Express Framework
61.10
Routes
61.11
Deploy the application using PM2 and Nginx
61.12
Hands-On
Asynchronous Programming
11
62.1
Call Stack
62.2
Callbacks, Callback Queue, and Event Loop
62.3
Callback Abstraction
62.4
Callback Chaining
62.5
Promises
62.6
Promise Chaining
62.7
Request Package
62.8
Customizing HTTP Requests
62.9
Error handing with appropriate HTTP codes
62.10
Introduction to template engine (EJS)
62.11
Hands-On
Integration with MongoDB and Email Server
9
63.1
Introduction to NoSQL Databases and MongoDB
63.2
Installation of MongoDB on Windows
63.3
Installation of Database GUI Viewer
63.4
Inserting Documents
63.5
Querying, Updating, and Deleting Documents
63.6
Connect MongoDB and Node.js Application
63.7
Exploring SendGrid
63.8
Sending emails through Node.js application using SendGrid
63.9
Hands-On
REST APIs and GraphQL
9
64.1
REST API
64.2
REST API in Express
64.3
Postman
64.4
MongoDB Driver API
64.5
Express Router
64.6
Mongoose API
64.7
GraphQL
64.8
GraphQL Playground
64.9
Hands-On
Building Node.js Applications using ES6
15
65.1
ES6 variables
65.2
Functions with ES6
65.3
Import and Export withES6
65.4
Async/Await
65.5
Introduction to Babel
65.6
Rest API with ES6
65.7
Browsing HTTP Requests with Fetch
65.8
Processing Query String
65.9
Creating API using ES6
65.10
Transpilation
65.11
Building Dashboard API
65.12
Creating dashboard UI with EJS
65.13
ES6 Aside: Default Function Parameters
65.14
Data Validation and Sanitization
65.15
Hands-On
User Authentication and Application Security
7
66.1
Authentication
66.2
Types of Authentication
66.3
Session Vs Tokens
66.4
JSON Web Tokens
66.5
Bcrypt
66.6
Node-localstorage
66.7
Hands-On
Dynamic Client-Server Interaction using Socket.IO
13
67.1
Web Sockets
67.2
Web Sockets
67.3
Socket.io
67.4
Broadcasting Events
67.5
Sharing Your Location
67.6
Event Acknowledgements
67.7
Form and Button States
67.8
Rendering Messages
67.9
Working with Time and Timestamps for determining Location of Messages
67.10
Storing Users, Rendering User List, Tracking Users Joining and Leaving
67.11
Deploying the Chat Application
67.12
Redis – Building API with Redis
67.13
Hands-On
Testing Node.js Applications
11
68.1
Writing Tests and Assertions
68.2
Testing Asynchronous Code
68.3
Testing an Express Application
68.4
Setup and Teardown
68.5
Testing with Authentication
68.6
Advanced Assertions
68.7
Mocking Libraries
68.8
Wrapping up User Tests
68.9
Setup Task Test Suite
68.10
Testing with Task Data
68.11
Hands-On
Microservices Application
8
69.1
Why Microservices?
69.2
What are Microservices?
69.3
Why Docker?
69.4
What is Docker?
69.5
Terminologies in Docker
69.6
Child Processes
69.7
Types of child process
69.8
Hands-On
INTRODUCTION TO MONGODB - ARCHITECTURE AND INSTALLATION
9
70.1
Understanding the basic concepts of a Database
70.2
Database categories: What is NoSQL? Why NoSQL? The benefit over RDBMS
70.3
Types of NoSQL Database, and NoSQL vs. SQL Comparison, ACID & Base Property
70.4
CAP Theorem, implementing NoSQL and what is MongoDB?
70.5
Overview of MongoDB, Design Goals for MongoDB Server and Database, MongoDB tools
70.6
Understanding the following: Collection, Documents and Key/ Values, etc.,
70.7
Introduction to JSON and BSON documents
70.8
Case study discussion
70.9
Environment setup (live Hands-on) and using various MongoDB tools available in the MongoDB Package
SCHEMA DESIGN AND DATA MODELLING
10
71.1
Data Modelling Concepts
71.2
Why Data Modelling? Data Modelling Approach
71.3
Analogy between RDBMS & MongoDB Data Model, MongoDB Data Model (Embedding & Linking)
71.4
Challenges for Data Modelling in MongoDB
71.5
Data Model Examples and Patterns
71.6
Model Relationships between Documents
71.7
Model Tree Structures
71.8
Model Specific Application Contexts
71.9
Use Case discussion of Data modeling
71.10
Hands-on
CRUD OPERATIONS
11
72.1
MongoDB Development Architecture
72.2
MongoDB Production Architecture
72.3
MongoDB CRUD Introduction, MongoDB CRUD Concepts
72.4
MongoDB CRUD Concerns (Read & Write Operations)
72.5
Concern Levels, Journaling, etc.,
72.6
Cursor Query Optimizations
72.7
Query Behavior in MongoDB
72.8
Distributed Read & Write Queries
72.9
MongoDB Datatypes
72.10
MongoDB CRUD Syntax & Queries
72.11
Hands-on
INDEXING AND AGGREGATION FRAMEWORK
7
73.1
Index Introduction, Index Concepts, Index Types, Index Properties
73.2
Index Creation and Indexing Reference
73.3
Introduction to Aggregation
73.4
Approach to Aggregation
73.5
Types of Aggregation (Pipeline, MapReduce & Single Purpose)
73.6
Performance Tuning
73.7
Hands-on
MongoDB ADMINISTRATION
10
74.1
Administration concepts in MongoDB
74.2
Monitoring issues related to Database
74.3
Monitoring at Server, Database, Collection level, and various Monitoring tools related to MongoDB
74.4
Database Profiling, Locks, Memory Usage, No of connections, page fault, etc.,
74.5
Backup and Recovery Methods for MongoDB
74.6
Export and Import of Data to and from MongoDB
74.7
Run time configuration of MongoDB
74.8
Production notes/ best practices
74.9
Data Managements in MongoDB (Capped Collections/ Expired data from TTL), Hands-on Administrative Tasks
74.10
Hands-on
SCALABILITY AND AVAILABILITY
11
75.1
Introduction to Replication (High Availability)
75.2
Concepts around Replication
75.3
What is Replica Set and Master-Slave Replication?
75.4
Type of Replication in MongoDB
75.5
How to set up a replicated cluster & managing replica sets etc.,
75.6
Introduction to Sharding (Horizontal Scaling)
75.7
Concepts around Sharding, what shards, Key
75.8
Config Server, Query Router, etc.
75.9
How to set up a Sharding
75.10
Type of Sharding (Hash-Based, Range, Based, etc.), and Managing Shards
75.11
Hands-on
MongoDB SECURITY
9
76.1
Security Introduction
76.2
Security Concepts
76.3
Integration of MongoDB with Jaspersoft
76.4
Integration of MongoDB with Pentaho
76.5
Integration of MongoDB with Hadoop/Hive
76.6
Integration of MongoDB with Java
76.7
Integration of MongoDB with GUI Tool Robomongo
76.8
Case Study MongoDB and Java
76.9
Hands-on
APPLICATION ENGINEERING AND MongoDB TOOLS
9
77.1
MongoDB Package Components
77.2
Configuration File Options
77.3
MongoDB Limits and Thresholds
77.4
Connection String URI Format/ Integration of any compatible tool with MongoDB API and Drivers for MongoDB
77.5
MMS (MongoDB Monitoring Service)
77.6
HTTP and Rest Interface
77.7
Integration of MongoDB with Hadoop and Data Migration MongoDB with Hadoop (MongoDB to Hive)
77.8
Integration with R
77.9
Hands-on
MongoDB ON THE CLOUD
7
78.1
Overview of MongoDB Cloud products
78.2
Using Cloud Manager to monitor MongoDB deployments
78.3
Introduction to MongoDB Stitch
78.4
MongoDB Cloud Atlas
78.5
MongoDB Cloud Manager
78.6
Working with MongoDB Ops Manager
78.7
Hands-on
DIAGNOSTICS AND FIXES
8
79.1
Overview of tools
79.2
MongoDB Diagnostic Tools
79.3
Diagnostics Commands
79.4
MongoDB Deployment
79.5
Setup & Configuration, Scalability, Management & Security
79.6
Slow Queries
79.7
Connectivity
79.8
Hands-on
This content is protected, please
login
and
enroll
in the course to view this content!
Modal title
Main Content