dots bg

Software Engineer (Full Stack Python)

Course Instructor: TNBOCW

₹25000.00

dots bg

Course Overview

Schedule of Classes

Course Curriculum

38 Subjects

C++ AND DATA STRUCTURES

219 Learning Materials

Overview of Object Oriented Programming System (OOPS) Basics

Procedure Oriented Paradigm

External Link

OOPS Paradigm

External Link

Basic Concepts of OOPS

External Link

Benefits of OOPS

External Link

Features of OOPS

External Link

Introduction to C++

Overview of C++

External Link

Programming Structure

External Link

Installation Procedure

Installation Procedure of Code Block IDE

External Link

Hello World Program

External Link

Tokens

Data Types

External Link

Keywords

External Link

Variables and Identifiers

External Link

Literals

External Link

Constants

External Link

Operators

External Link

Input and Output Streams

cout

External Link

cin

External Link

cerr

External Link

clog

External Link

Variable Declaration

Variables and Datatypes

External Link

Modifiers

External Link

Qualifiers

External Link

C++ Programs on Variable Declaration

Program on Constant Variable

External Link

Storage Class Specifiers

Introduction to Storage Class Specifiers

External Link

Local Variables

External Link

Static Variables

External Link

Operators

Introduction to Operators

External Link

Unary Operators

External Link

Binary Operators

External Link

Bitwise Operators

External Link

Ternary and Special Operators

External Link

C++ Programs on Operators

Program on Unary Operators

External Link

Program on Arithmetic Operators

External Link

Program on Relational Operators

External Link

Program on Logical Operators

External Link

Conditional Statements

Branching Statements

External Link

if Statement

External Link

if..else Statement

External Link

Nested Statements

External Link

switch Statement

External Link

C++ Programs on Conditional Statements

Program on if Statement

External Link

Program on if..else Statement

External Link

Program on Nested Statements

External Link

Program on switch Statement

External Link

Loops : while Loop

Introduction to while Loop

External Link

Program to Print 1 to 10 Numbers using while Loop

External Link

C++ Programs on while Loop

Program to Print Sum of Numbers from 1 to 10 using while Loop

External Link

Program to Print Multiplication Table of 2 using while Loop

External Link

Loops : do.. while Loop

Introduction to do..while Loop

External Link

Program to Print 1 to 10 Numbers using do..while Loop

External Link

Loops : for Loop

Introduction to for Loop

External Link

Program to Print 1 to 10 Numbers using for Loop

External Link

C++ Programs on for Loop

Program to Print Sum of Numbers From 1 to 10 using for Loop

External Link

Loops : Break and Continue Statements

Introduction to Break Statement

External Link

Introduction to Continue Statement

External Link

C++ Programs on Break and Continue Statements

Program on Break Statement

External Link

Program on Continue Statement

External Link

Loops : Nested Loops

Nested for Loop

External Link

C++ Programs on Nested Loops

Program on Nested for Loop

External Link

Arrays

Introduction to Arrays

External Link

Accessing Elements of an Array

External Link

One Dimensional Array

External Link

Two Dimensional Array

External Link

Difference Between 1-Dimensional and 2-Dimensional Array

External Link

C++ Programs on Arrays

Program to Find Sum of 5 Input Numbers

External Link

Program to Add Same Size of Two Matrices

External Link

Program to Read Values into 2 Dimensional Array

External Link

Pointers

Introduction to Pointers

External Link

Pointer Variables

External Link

Usage of Pointers

External Link

Double Pointer

External Link

Pointer to an Array

External Link

C++ Programs on Pointers

Program to Find the Address of a Given Integer without using Pointers

External Link

Program to find the Address of a Given Integer using Pointers

External Link

Program on Double Pointer

External Link

Program on Pointer which is Pointing Address of an Integer

External Link

Program to Subtract Two Pointers Containing Same Array

External Link

Program on Pointer to an Array of 5 Integers

External Link

Strings

Introduction to Strings

External Link

String Class Type

External Link

String Class Type versus Character Array

External Link

C++ Programs on Strings

Program on How String can be Printed using Different Notations

External Link

Structures

Introduction to Structures

External Link

Array of Structures

External Link

C++ Programs on Structures

Program to Create Student Data Using Structure - Code Logic Explanation

External Link

Program to Create Student Data Using Structure - Code Logic Implementation

External Link

Program to Display all Students Information using Array of Structure

External Link

Program to Get a Student Data from a Pointer to Structure

External Link

Enumeration

Introduction to Enumeration(enum)

External Link

Program on Enumeration(enum)

External Link

Typedef

Introduction to Typedef

External Link

Program on Typedef to Understand the Types Assigned to Existing Types

External Link

Reference

External Link

Functions

Introduction to Functions

External Link

Program on Function - Logic Explanation

External Link

Defining a Function

External Link

C++ Programs on Functions

Introduction to Function Prototype

External Link

Program on Function without Parameter and with Return Value

External Link

Program on Function without Parameter and without Return Value

External Link

Program on Function with Parameter and without Return Value

External Link

Program on Function with Parameter and with Return Value

External Link

Actual and Formal Arguments

External Link

Functions : Parameter Passing Techniques

Introduction to Parameter Passing Techniques

External Link

Call by Value

External Link

Call by Address or Pointer

External Link

Call by Reference

External Link

Difference Between Call by Value, Address and Reference

External Link

Default Arguments

External Link

Functions : Function Overloading

Introduction to Function Overloading

External Link

Program on Sum of 2 and 3 Numbers

External Link

Functions : Recursive and Inline Functions

Introduction to Recursive Functions

External Link

Introduction to Inline Functions

External Link

Advantages and Disadvantages of Inline Function

External Link

C++ Programs on Recursive and Inline Functions

Program to Find Factorial of a Given Number using Recursion

External Link

Program on Fibonacci Sequence using Recursion

External Link

Program to Find Square Root of a Given Number

External Link

Program to Create Automatic Variables using Recursive Function

External Link

Program to Create Static Variables using Recursive Function

External Link

OOPS : Overview of OOPS

Introduction to OOPS

External Link

Introduction to Class

External Link

Syntax Explanation of Class

External Link

Introduction to Object

External Link

Program to Create Student Details using Class and Object

External Link

OOPS : Encapsulation and Abstraction

Introduction to Encapsulation

External Link

Introduction to Abstraction

External Link

C++ Programs on OOPS : Encapsulation and Abstraction

Program to Find Sum of Two Numbers using Encapsulation

External Link

Program to Get Student Data Abstraction by using Private Data

External Link

OOPS : Inheritance

Overview of Inheritance

External Link

Usage of Inheritance

External Link

C++ Programs on OOPS : Inheritance

Program on Inheritance from Animal to Dog and Cat - Code Logic Explanation

External Link

Program on Inheritance from Animal to Dog and Cat - Code Implementation

External Link

OOPS : Polymorphism

Introduction to Polymorphism

External Link

Introduction to Method Overloading

External Link

Introduction to Method Overriding

External Link

C++ Programs on OOPS : Polymorphism

Program on sum of Two Numbers using Method Overloading

External Link

Program on Method Overriding

External Link

OOPS : Static Keyword

Introduction to Static Keyword

External Link

Static Variable in Functions

External Link

Static Class Objects

External Link

Static Data Member in Class

External Link

Static Member Functions

External Link

C++ Programs on OOPS : Static Keyword

Program on Static Variable in Functions

External Link

OOPS : Binding

Introduction to Binding

External Link

Static Binding

External Link

Dynamic Binding

External Link

Message Passing

External Link

C++ Programs on OOPS : Binding

Program to Find Base Class Information using Static Binding

External Link

Program on Dynamic Binding using Virtual Functions

External Link

Classes and Objects

Class Declaration

External Link

Program to Print Name using Class and Object with Member Function

External Link

Program to Read and Display Student Information

External Link

Classes and Objects : Accessing Data Members

Accessing Data Members of Class

External Link

Accessing Private Data Members

External Link

Accessing Protected Data Members

External Link

C++ Programs on Classes and Objects : Accessing Data Members

Program on Accessing Data members using Objects

External Link

Program on Accessing Private Data Members using Public Member Function of Own Class

External Link

Program on Public, Private and Protected Data Members of a Class

External Link

Classes and Objects : Class Member Functions

Class Member Functions

External Link

Defining Function Outside the Class

External Link

Defining Function Inside the Class

External Link

Defining Members, Data Members and Methods

External Link

Difference Between Class and Structure

External Link

C++ Programs on Classes and Objects : Class Member Functions

Program on Use of Data Members, Members, and Methods using Class Members and Objects

External Link

Classes and Objects : Objects as Arguments

Introduction to Objects as Arguments

External Link

Passing Objects as an Argument to a Member Function - Code Logic Explanation

External Link

Passing Objects as an Argument to a Member Function - Code Logic Implementation

External Link

Returning Objects

External Link

Friend Function

External Link

C++ Programs on Classes and Objects : Objects as Arguments

Program on Returning Objects from Function

External Link

Program on Friend Function using with Class

External Link

Constructors

Introduction to Constructor

External Link

Default Constructor

External Link

Zero Parameterized Constructor

External Link

Parameterized Constructor

External Link

Copy Constructor

External Link

C++ Programs on Constructors

Program to Create Object using Constructor

External Link

Program on Default Constructor

External Link

Program to Find Student Information using Copy Constructor

External Link

Constructors : Dynamic Constructor and Constructor Overloading

Dynamic Constructor

External Link

Constructor Overloading

External Link

C++ Programs on Dynamic Constructor and Constructor Overloading

Program to Create Dynamic Memory During Runtime using New Keyword in Dynamic Constructor

External Link

Program on Constructor Overloading

External Link

Destructors

Introduction to Destructor

External Link

Constructor versus Destructor

External Link

C++ Programs on Destructors

Program on Destructor in Class

External Link

Program on Constructor and Destructor

External Link

Program to Create and Delete Dynamic Memory using New and Delete Keywords

External Link

Overloading : Function Overloading

Introduction to Overloading

External Link

Introduction to Function Overloading

External Link

C++ Programs on Function Overloading

Program to Print Values of Overloading Functions without using Class

External Link

Program to Print Values of Overloading Function using Class

External Link

Overloading : Unary Operator Overloading

Introduction to Operator Overloading

External Link

Operator Overloading Rules

External Link

Overloading Unary Operation

External Link

C++ Programs on Unary Operator Overloading

Program on Unary Operator Overloading using (!) Not Operator

External Link

Program on Unary Operator Overloading using (+) Operator

External Link

C++ Programs on Binary Operator Overloading

Program on Binary Operator Overloading using (+) Operator

External Link

Program on Binary Operator Over to Concatenate Two Strings - Code Logic Explanation

External Link

Program on Binary Operator Over to Concatenate Two Strings - Code Logic Implementation

External Link

Program to Implement Binary Operator Over Loading using Friend Function

External Link

Important Points for Overloading

External Link

Inheritance

Introduction to Inheritance

External Link

Purpose of Inheritance

External Link

Simple Program on Inheritance

External Link

Inheritance : Inheritance Visibility Mode

Introduction to Inheritance Visibility Mode

External Link

Public Inheritance

External Link

Private Inheritance

External Link

Protected Inheritance

External Link

C++ Programs on Inheritance Visibility Mode

Program on Private Inheritance

External Link

Inheritance : Types of Inheritance

Introduction to Single Inheritance

External Link

Ambiguity in Single Inheritance

External Link

Multi Level Inheritance

External Link

Multiple Inheritance

External Link

Hierarchical Inheritance

External Link

Hybrid Inheritance

External Link

C++ Programs on Inheritance Types

Program on Single Inheritance with Public Mode

External Link

Program on Single Inheritance with Private Mode

External Link

Program on Single Inheritance with Protected Mode

External Link

Program on Same Functions Present in Both Base and Derived Classes

External Link

SKT_PG_Theory_Core Python

96 Learning Materials

Introduction to programming languages

Introduction to Programming Language

External Link

Types of Computer Languages

External Link

Evolution of Computer Languages - 1

External Link

Evolution of Computer Languages - 2

External Link

Programming Paradigms - 1

External Link

Programming Paradigms - 2

External Link

Programming Paradigms - 3

External Link

Programming Paradigms - 4

External Link

Programming Translators

External Link

Types of Scripts

External Link

Logics Building

Logics Building & Flowchart

External Link

Algorithm & Pseudocode

External Link

Introduction to Python

Introduction to Python

External Link

Python Limitations and Libraries

External Link

History of Python

External Link

Features of Python

External Link

Python Applications

External Link

Python Implementations

External Link

Python vs other Languages

External Link

Characteristics of Python

External Link

Python Environment Setup

Downloading & Installation of Python

External Link

Python Real-time IDEs

External Link

Python Program Execution

Python Program Execution

External Link

Basic Syntax

Comments and Indentations in Python

External Link

Keywords and Identifiers

External Link

Variables

External Link

Input and Output Operations

External Link

Data Types

External Link

Type Conversions

External Link

Operators

Introduction to Operators

External Link

Arithmetic Operators

External Link

Assignment Operators

External Link

Relational Operators

External Link

Logical Operators

External Link

Bitwise Operators

External Link

Membership Operators

External Link

Identity Operators

External Link

Conditional Statements

Introduction to Conditional Statement

External Link

Simple If Statement

External Link

If-Else Statement

External Link

If-Elif-Else Statement

External Link

Nested If-Else Statement

External Link

Short-Hand If Statement

External Link

Jump Statement

Match Case

External Link

Range() Function & Del Keyword

Range() Function and Delete Keyword

External Link

Loops

Introduction to Loops

External Link

While Loop

External Link

For Loop

External Link

Nested Loops

External Link

Loop Control Statements

External Link

Functions

Introduction to Functions

External Link

Implementing Functions

External Link

Classification of Functions

External Link

Nested Functions

External Link

Scope of Variables in Functions

External Link

First Class Functions

External Link

Anonymous Functions

External Link

Recursive Functions

External Link

Lists

Introduction to Lists

External Link

Accessing List Elements

External Link

List Operations

External Link

Built in List Functions

External Link

List Methods-1

External Link

List Methods-2

External Link

List Methods-3

External Link

Tuples

Introduction to Tuples

External Link

Accessing Tuple Elements

External Link

Iterating Tuple Elements

External Link

Built-in Tuple Functions

External Link

Tuple Methods

External Link

Strings - 1

Introduction to Strings

External Link

Accessing Values from Strings

External Link

String Operations - 1

External Link

String Operations - 2

External Link

String Manipulation Methods

External Link

Strings - 2

String Validation and Transformation Methods

External Link

String Analysis Methods

External Link

Numeric String Methods

External Link

String Searching and Manipulation

External Link

Strings - 3

Advanced String Operations

External Link

String Alignment Methods

External Link

String Formatting Methods

External Link

String Splitting Methods

External Link

Mastering in String Operations

External Link

Dictionaries

Introduction to Dictionaries

External Link

Working With Dictionaries

External Link

Accessing Keys & Values from Dictinaries

External Link

Built-in Dictionary Methods-1

External Link

Built-in Dictionary Methods-2

External Link

Sets

Introduction to Sets

External Link

Working with Sets

External Link

Sets Built-in Methods - 1

External Link

Sets Built-in Methods - 2

External Link

Set Operations-1

External Link

Set Operations-2

External Link

Comprehensions

Comprehensions

External Link

SKT_Lab L1_Core Python

2 Learning Materials

Basic level programming of Basic Syntax

Read name, address, email and phone number of a person through keyboard and print the details

External Link

Basic level programming of Operators

Write a program that asks the user to enter three numbers.

External Link

SKT_Lab L2_Core Python

2 Learning Materials

Intermediate Level Programs on Basic Syntax

Write a python program to swap the values of two variables

External Link

Take two variables & assign your first name and last name respectively. Then print your first nam

External Link

SKT_Lab L3_Core Python

4 Learning Materials

Advance level programming of Basic Syntax

Declare three variables to store your first name, last name, and nickname

External Link

Develop a program to read USN, name and total marks of three subjects. Then print USN, name of stude

External Link

Advance level programming On Operators

Write a Program where the radius is taken as input to compute the area of a circle

External Link

Write a Program to input the value of x and n and print the sum of the series, 1+x+x2+x3+x4+…….xn

External Link

SKT_PG_Theory_Advance Python

35 Learning Materials

Memory Management

Dynamic Typing

External Link

Modules & Packages

Modules

External Link

Importing Modules

External Link

Creating Modules

External Link

Modules Search Path

External Link

What are Packages

External Link

Creating Packages

External Link

Python DateTime

Data Time Module

External Link

Time module

Time Module - 1

External Link

Time Module - 2

External Link

Python Calendar Module

Calendar Module

External Link

Random Module

Random Module

External Link

Cryptographically Secure Random Generator

UUID Module

External Link

Other Modules in Python

OS Module

External Link

Sys Module

External Link

Logger Module

External Link

JSON Module

External Link

Exception Handling

Introduction to Exception Handling

External Link

Types of Exception Handling

External Link

Errors in Exception Handling

External Link

Working with Exception Handling

External Link

Raising Exception and Creating User Defined Exception

Raising an Exception

External Link

Exception Chaining

External Link

Exception Lifecycle

External Link

Warnings in Exception Handling

External Link

File Handling in Python

Introduction to File Handling

External Link

Types of Files & File Paths

External Link

Types of File Access Modes

External Link

Types of Binary File Access Modes

External Link

Working with Binary File Access Modes

External Link

Create File in Python

Creating an Empty Text File

External Link

Creating File In A Specific Directory

External Link

Open a File in Python

Access Modes for Opening a File

External Link

Read File in Python

Reading a File

External Link

Reading a File into List

External Link

SKT_Lab L1_Advance Python

1 Learning Materials

Basic Level Programs on Memory Management

Create a program to demonstrate reference counting and automatic object deletion?

External Link

SKT_Lab L3_Advance Python

1 Learning Materials

Advance Level Programming on Memory Management

Implement your own memory manager using object-oriented design?

External Link

SKT_PG_Theory_OOPS with Python

27 Learning Materials

Introduction to OOPs

Introduction to Object Oriented Programming

External Link

Classes and Objectes

External Link

Class Variables and Instance Variables

External Link

Constructor & Destructor Methods

Constructor method

External Link

Destructor Method

External Link

Types of methods

Types of methods

External Link

Inheritance

Introduction to inheritance

External Link

Multiple Inheritance

External Link

Multilevel Inheritance

External Link

Hierarchial Inheritance

External Link

Hybrid Inheritance

External Link

More on Inheritance

Super() function

External Link

Method Overriding

External Link

Method Resolution Order

External Link

Polymorphism

Introduction to Polymorphism

External Link

Polymorphic Function and Duck Typing

External Link

Method Overriding

External Link

Method Overloading

External Link

Operator Overloading

External Link

Introduction to encapsulation

Introduction to Encapsulation

External Link

Access Modifiers

External Link

Getters and Setters

External Link

Abstraction

Abstraction

External Link

Closures and Decorators

Closures

External Link

Decorators

External Link

Iterators and Generators

Iterators

External Link

Generators

External Link

SKT_Lab L1_OOPS with Python

1 Learning Materials

Basic level programming on Introduction to OOPs

Write a Python class to reverse a string word by word.

External Link

SKT_Lab L2_OOPS with Python

1 Learning Materials

Intermediate Level Programs on Introduction to OOPs

Write a python program to display the use of class and objects

External Link

SKT_Lab L3_OOPS with Python

1 Learning Materials

Advance Level Programs on Introduction to OOPs

Write a python program to implement a singleton class in Python?

External Link

OLD_SKT_PG_Theory_Advanced Java

48 Learning Materials

Introduction to Advanced Java Programming

Introduction to Advanced Java

External Link

Real World Java Applications

External Link

Web Applications in Java

Introduction to Web Applications

External Link

Web Server and Web Client

External Link

HTML and HTTP

External Link

Why we Need Servlet and JSP

External Link

Recap of Core Java : Module - 1

File Structure

External Link

Main Method in Java

External Link

Editing, Compiling and Executing a Java Program

External Link

Classes and Objects in Java

External Link

Constructors

External Link

Import

External Link

Recap of Core Java : Module - 2

Inheritance

External Link

Polymorphism, Method Overloading and Overriding

External Link

Primitive Data Types in Java

External Link

Variables, Operators and Arrays in Java

External Link

Recap of Core Java : Module - 3

Access Modifier

External Link

Static Modifier

External Link

Final Modifier

External Link

Abstract Modifier

External Link

Recap of Core Java : Module - 4

Interfaces

External Link

Flow Control

External Link

Constructors

External Link

Exception Handling

External Link

Database Applications

Introduction to Database Applications

External Link

About SQL (Structured Query Language)

External Link

SQL Commands

External Link

Installation Procedure of ECLIPSE IDE

Introduction

External Link

Downloading ECLIPSE IDE

External Link

Creating an ECLIPSE Project

External Link

First Program in ECLIPSE IDE

External Link

Installation Procedure of ORACLE XE

Installation Procedure of ORACLE XE

External Link

Installation Procedure of Java

Installation Procedure of Java

External Link

JDBC (Java Data Base Connectivity)

Introduction to JDBC

External Link

Introduction to JDBC Architecture

External Link

Introduction to JDBC Drivers

External Link

Classes and Interfaces

External Link

Using JDBC

External Link

JDBC Architecture Lecture - 1

External Link

JDBC Architecture Lecture - 2

External Link

JDBC Architecture Lecture - 3

External Link

Interfaces in JDBC API

External Link

JDBC Drivers

External Link

JDBC - ODBC Bridge Drivers

External Link

Native - API Driver

External Link

Network Protocal Driver

External Link

Thin Driver

External Link

JDBC Driver Manager

External Link

OLD_SKT_PG_Theory_JDBC

31 Learning Materials

Usages of JDBC

Using JDBC

External Link

Loading Drivers

External Link

Connecting to a Database

External Link

Using a Connection and Statement

External Link

Using a ResultSet

External Link

Mapping Java Types to SQL Types

External Link

ResultSet

Introduction to ResultSet

External Link

Concurrency of ResultSet

External Link

ResultSet Navigation

External Link

ResultSet Column Data

External Link

Update ResultSet

External Link

Java Programs on JDBC - ResultSet

Program on ResultSet

External Link

CRUD Operations

Introduction to CRUD Operations

External Link

Create Operation

External Link

Read and Update Operation

External Link

Program on Read and Update Operation

External Link

Delete Operation

External Link

Java Programs on JDBC - CRUD Operations

Program on CRUD Operations

External Link

PreparedStatement and CallableStatement

Introduction

External Link

Program on PreparedStatement

External Link

Statement Interface

External Link

Prepared Statement

External Link

Programming Traps

External Link

Callable Statement

External Link

Java Programs on JDBC - PreparedStatement and CallableStatement

Program on PreparedStatement

External Link

Program on Callable Statement

External Link

Batch Updates

Introduction to Batch Update

External Link

Managing JDBC Batch Updates using PreparedStatement

External Link

PreparedStatement Batch Updates

External Link

Statement Batch Updates

External Link

Transactions in Batch Updates

External Link

SKT_PG_Theory_SQL & PL/SQL

40 Learning Materials

Course Road Map

Course Road Map

External Link

Fundamentals of Database

Fundamentals of Database

External Link

Introduction to SQL

Introduction to SQL

External Link

Installation Procedure For Oracle 11g Express Edition

Installation Procedure For Oracle 11g Express Edition

External Link

Data Types in Oracle

Data Types in Oracle

External Link

Numeric Data Types in Oracle

External Link

Date and Time Data Types in Oracle

External Link

Oracle large object Data Types

External Link

Data Definition Language (DDL) Commands

Data Definition Language (DDL) Commands

External Link

Data Manipulation Language(DML) Commands

Data Manipulation Language(DML) Commands

External Link

Data Query Language(DQL) Commands

Data Query Language(DQL) Commands

External Link

Transaction Control Language(TCL) Commands

Transaction Control Language(TCL) Commands

External Link

Data Control Language (DCL) Commands

Data Control Language (DCL) Commands

External Link

Data Integrity Constraints

Data Integrity Constraints

External Link

Operators

Operators

External Link

Comparison Operators

External Link

Bitwise Operators

External Link

Logical Operators

External Link

Set Operators

External Link

JOINS

JOINS

External Link

Types of JOINS

External Link

SUB - QUERIES

SUB - QUERIES

External Link

SQL VIEWS

SQL VIEWS

External Link

Types of SQL Views

External Link

SQL FUNCTIONS

SQL FUNCTIONS

External Link

Aggregate Function

Aggregate Functions

External Link

Single Row Functions

Single Row Functions

External Link

Conversion Functions

External Link

DateTime Functions

External Link

Data Types in PL/SQL

Data Types in PL/SQL

External Link

Control Structures

Control Structures

External Link

Loops in PL/SQL

Loops in PL/SQL

External Link

Exception Handling

Exception Handling

External Link

Functions Of PL SQL

Functions Of PL SQL

External Link

Procedure In PL/SQL

Procedure In PL/SQL

External Link

Triggers In PL/SQL

Triggers In PL/SQL

External Link

CURSORS

CURSORS

External Link

Cursor Variables

External Link

FOR Loop Cursors

External Link

Introduction to PL/SQL

Introduction to PL/SQL

External Link

SKT_PG_Theory_JDBC

15 Learning Materials

Introduction to JDBC

JDBC Introduction

External Link

JDBC Architecture

JDBC Architecture

External Link

JDBC API

JDBC API

External Link

JDBC Drivers

JDBC Drivers

External Link

Standard Steps to Develop JDBC Application

Client - Server Model

External Link

JDBC First Aplication

External Link

Establishing a JDBC Connection

Steps to connect to Database

External Link

performing sql operations on JDBC

CRUD operations

External Link

Using Statement

How to use Statement Interface

External Link

Using Prepared Statement

How to use Prepared Statement Interface

External Link

PL/SQL

Introduction to PL/SQL Basics

External Link

Using Callable Statement

Using CallableStatement Interface

External Link

Executing PL/SQL Blocks from Java Application

External Link

Result Sets

Result Set Interface

External Link

BLOB and CLOB

BLOB and CLOB

External Link

SKT_Lab L1_JDBC

1 Learning Materials

Basic Level Programming on JDBC Drivers

Write a program to retrieve and display JDBC driver metadata (driver name, version, database product

External Link

SKT_PG_Theory_JSP

30 Learning Materials

Introduction to JSP

Introduction to JSP

External Link

Architecture of JSP

External Link

JSP API

External Link

Life Cycle of a JSP

External Link

Advantages and Disadvantages of JSP Technology

External Link

Set up a development environment for JSP without any IDE on Windows Operating System

Directory Structure for a JSP Web-Application

External Link

Procedure for Installing and Configuring Java

External Link

Procedure for Installing and Configuring the Tomcat Web Server

External Link

Creating a JSP web App without any IDE

Setting up a Basic JSP Web Application

External Link

Deploying a WAR File of JSP Application

External Link

Set up a development environment for JSP with any IDE on Windows Operating System

Procedure for Installing the Eclipse IDE for Windows Operation

External Link

Download and Install Maven Build Tool

External Link

Creating a JSP web app Using Eclipse IDE

JSP Web App as Dynamic Web Project

External Link

JSP Script as a Maven Project using Eclipse IDE

External Link

Scripting Elements in JSP Technology

Introduction to Scripting Elements in JSP Technology

External Link

Scriptlet tag in JSP

External Link

Expression tag in JSP

External Link

Declaration tag in JSP

External Link

Implicit Objects in JSP Technology

Implicit Objects in JSP Technology

External Link

Request Object in JSP

External Link

Response Object in JSP

External Link

Describing the 'out' Object in JSP

External Link

Describing the 'session' Object in JSP

External Link

Describing the 'config' Object in JSP

External Link

Describing the 'pageContext' Object in JSP

External Link

Describing the 'page' Object in JSP

External Link

Describing the 'application' Object in JSP

External Link

Describing the 'exception' Object in JSP

External Link

JSP Directives

Introduction to the JSP Directives

External Link

Explaining the 'page' Directive in JSP Technology

External Link

SKT_PG_Theory_Spring Core

21 Learning Materials

Introduction to Spring Frame Work

Introduction to Java Frameworks

External Link

Introduction to Spring Frame Work

External Link

Introduction to Spring Core

Introduction to Spring Core

External Link

Spring Framework Environment Setup

External Link

Spring Core Module

Inversion of Control

External Link

Dependency injection

External Link

Setter injection with collection

External Link

Introduction to Design patterns

External Link

Spring Bean scopes

External Link

Types of Spring Bean Scopes

External Link

Spring Bean Lifecycle

External Link

Spring Bean post processors

External Link

Spring Bean Event Processing

External Link

Spring Bean Autowiring

External Link

Factory Bean

External Link

Spring Factory Methods

External Link

Factory Method Bean Instantiation

External Link

Static factory method bean Instantiation

External Link

Instance factory method bean Instantiation

External Link

Spring properties File

External Link

Spring core with Annotations

Spring Annotations

External Link

SKT_PG_Theory_Spring Web MVC

26 Learning Materials

Introduction To MVC

Model-View-Controller (MVC) architecture

External Link

Web application and Distributed Applications

Web application and Distributed Applications in Spring MVC

External Link

Developing Web and Distributed Applications in Spring MVC

External Link

MVC Architecture In Spring MVC

Introduction to Spring Web MVC

External Link

Spring MVC Resources

static Resources in Spring Web MVC

External Link

Dynamic Resources in Spring Web MVC

External Link

Front contoller design pattern

Front Controller Design Pattern

External Link

DispatcherServlet

DispatcherServlet in Spring MVC

External Link

Spring Web MVC Application Flow

Application flow in spirng MVC

External Link

Handling Form Submissions

Handling Form submissions in Spring Web MVC

External Link

Multiple Views

Multiple views in Spring Web MVC

External Link

Configuring Multiple views in a Spring MVC Application

External Link

Multiple Controllers

Multiple Controllers in Spring Web MVC

External Link

Spring MVC Bean Types

Spring MVC Bean Types

External Link

Spring Bean Configuraton Approach

Spring MVC Bean Configuration approach

External Link

Exception Handling in Spring MVC

Exception Handling in Spring Web MVC

External Link

Types of Exceptions in Spring Web MVC

External Link

ViewResolvers

View Resolvers in Spring web MVC

External Link

InternalResourceViewResolver

External Link

UrlBasedViewResolver

External Link

ResourceBundleViewResolver

External Link

XmlViewResolver

External Link

TilesViewResolver

External Link

View Technologies

View Technologies in Spring MVC

External Link

Types of View Technologes in Spring MVC

External Link

HandlerMappings

HandlerMappings in Spring Web MVC

External Link

SKT_PG_Theory_Spring Boot

74 Learning Materials

Introduction to Spring Boot

Overview of Spring Boot

External Link

Features of Spring Boot-1

External Link

Features of Spring Boot-2

External Link

Features of Spring Boot-3

External Link

Features of Spring Boot-4 (Spring Boot Starter)

External Link

Features of Spring Boot-5 (Spring Boot Actuator)

External Link

Features of Spring Boot-6 (Spring Boot Dev Tools)

External Link

Spring Boot Architecture

External Link

Comparison with traditional Spring framework

External Link

Benefits and Limitations

External Link

Basic types of Spring Boot Application

Classification of Spring Boot Application

External Link

Web Applications

External Link

Reactive Web Applications

External Link

First Spring Boot Application

Set up a Development Environment for a Spring Boot Application-Part-1

External Link

Set up a Development Environment for a Spring Boot Application-Part-2

External Link

Set up a Development Environment for a Spring Boot Application-Part-3

External Link

How to create a first Spring Boot Application?

External Link

Run & Test Spring Boot Application

External Link

Spring Boot Project Structure

External Link

Spring Boot Project Structure based on WAR File

External Link

Annotations in Spring Boot

What is an Annotaion in Spring Boot?

External Link

Introduction to @SpringBootApplication annotation

External Link

Key Annotations-1

External Link

Key Annotations-2

External Link

Key Annotations-3

External Link

Key Annotations-4

External Link

Key Annotations-5

External Link

Key Annotations-6

External Link

Key Annotations-7

External Link

Key Annotations-8

External Link

Key Annotations-9

External Link

Key Annotations-10

External Link

Spring Boot Runners

Command Line Runner-Part1

External Link

Command Line Runner-Part2

External Link

Application Runner

External Link

Application Events and Listeners in Spring Boot

Introduction to application events and listeners in Spring Boot

External Link

Classification Of Application Events

External Link

Hierarchy of Pre Existing Application Events

External Link

Pre-Existing Application Event-1

External Link

Pre-Existing Application Event-2

External Link

Pre-Existing Application Event-3

External Link

Pre-Existing Application Event-4

External Link

Pre-Existing Application Event-5

External Link

Pre-Existing Application Event-6

External Link

Pre-Existing Application Event-7

External Link

Context-Related Events in Spring Boot

External Link

Create a Custom Application Event in Spring Boot

External Link

Run & Test a Custom Application Event

External Link

How to handle a Custom Application Event in Spring Boot

External Link

Benefits of Application Events & Listeners

External Link

Spring Boot Application Exit

ExitCodeGenerator

External Link

Custom Exit Codes-Part 1

External Link

Custom Exit Codes-Part 2

External Link

Custom Exit Codes-Part 3

External Link

Custom Exit Codes- Part 4

External Link

ExitCodeExceptionResolver

External Link

Application Properties

Application Properties

External Link

YAML File

External Link

Differences Between application.propertes File & application.yml File

External Link

Spring Boot Profiles

Introduction to Spring Boot profiles

External Link

Configure & Manage Profiles

External Link

Benefits of using profiles in Spring Boot

External Link

Spring Web MVC Application Flow in Spring Boot

Spring Web MVC Flow

External Link

Create a Web Application using Spring Boot

External Link

WAR Packaging and Deployment

External Link

Convert Standalone Spring Boot App to WAR and Deploy

External Link

Registering Filters and Servlets in Spring Boot Application

External Link

Customizing the Embedded Servlet Containers

External Link

REST API using Spring Boot

Introduction to REST API

External Link

Principles and constraints of REST APIs

External Link

Client-server architecture & Statelessness in REST API

External Link

Create a REST API using Spring Boot

External Link

Run & Test REST APIs using Postman

External Link

Benefits and use cases of RESTful APIs

External Link

C#.NET

130 Learning Materials

Introduction to Programming Languages

Programming Languages Paradigm

External Link

Imperative Paradigm

External Link

Declarative Paradigm

External Link

Structured Programming

External Link

Procedural Programming

External Link

Object Oriented Programming

External Link

Functional Programming

External Link

History of Programming Language

History of Programming Language

External Link

Classification of Programming Languages

Low Level Programming Language

External Link

Middle Level Programming Language

External Link

High Level Programming Language

External Link

High Level Programming Languages

FORTRAN

External Link

ALGOL

External Link

COBOL

External Link

BCPL

External Link

PASCAL

External Link

B Language

External Link

C Language

External Link

C++

External Link

Java

External Link

C#

External Link

Introduction to C#

Why it is Named as C#

External Link

Is C# Platform Dependent or Independent

External Link

Features of C#

Introduction to Features of C#

External Link

Simple

External Link

Modern Programming Language

External Link

Object Oriented

External Link

Type Safe

External Link

Interoperability

External Link

Scalable and Updatable

External Link

Component Oriented

External Link

Structured Programming Language

External Link

Rich Library

External Link

Fast Speed

External Link

Versions of C#

Versions of C#

External Link

Importance of C#

Advantages of C#

External Link

What will you gain if you learn C#?

External Link

History of C#

Beginning of Modern Age Programming

External Link

Creation of OOPS and C++

External Link

Internet and Java Emerge

External Link

Creation of C#

External Link

Evolution of C#

External Link

How C# Relates to the .NET Framework

External Link

.NET Framework and its Components

External Link

Your First Program

First Program using Command Line Compiler

External Link

First Program Using Visual Studio IDE

External Link

Handling Syntax Errors

External Link

Debugging

External Link

Basic Syntax

Semicolons

External Link

Keywords

External Link

Identifiers

External Link

Data Types

Introduction to Data Types

External Link

Different Data Types in C#

External Link

Value Data Type

External Link

Reference Data Type

External Link

Pointer Data Type

External Link

Why Data Types are Important

External Link

Literals & Variables

Literals

External Link

Variables

External Link

Initializing Variables

External Link

Scope of Variables

External Link

Operators

Introduction to Operators

External Link

Arithmetic Operator

External Link

Increment & Decrement Operator

External Link

Bitwise Operator

External Link

Ternary Operator

External Link

Spacing & Parenthesis

External Link

Operator Precedence

External Link

Conditional Statements

If Statement

External Link

If-else Statement

External Link

If-else if Statement

External Link

Nested if-else Statement

External Link

Switch Statement

External Link

Nested Switch Statement

External Link

Jump Statements

goto Statement

External Link

break Statement

External Link

continue Statement

External Link

return Statement

External Link

Iteration Statements

While Statement

External Link

Do-while Statement

External Link

For Statement

External Link

For each Statement

External Link

Some Variations on For Loop

External Link

Overview of OOPS

Introduction to OOPS

External Link

Class

External Link

Object

External Link

Abstraction

External Link

Encapsulation

External Link

Inheritance

External Link

Polymorphism

External Link

Classes

Introduction to Class

External Link

Rules for Declaring Class Name

External Link

Access Specifiers or Modifiers

External Link

Generalized program for Access Specifier or Modifier

External Link

Internal & Protected

External Link

Generalized program for a Class

External Link

Objects

Introduction to Object

External Link

Creating an Object

External Link

Releasing an Object

External Link

Declaring & Instantiating Object

External Link

Access to fields of an Object

External Link

Methods

Introduction to method

External Link

Method Deceleration

External Link

Return Type Method

External Link

Non - Return Type Method

External Link

Types of Methods

Pure Virtual Method

External Link

Virtual Method

External Link

Abstract Method

External Link

Partial Method

External Link

Extension Method

External Link

Instance Method

External Link

Static Method

External Link

Passing Parameter to a Method

Introduction to Passing Parameter to a Method

External Link

Value as a Parameter

External Link

Reference as a Parameter

External Link

Output as a Parameter

External Link

Method Overloading

Introduction to Method Overloading

External Link

By Changing the Number of Parameters

External Link

By Changing the Data Types of the Parameters

External Link

By Changing the Order of the Parameters

External Link

Constructors

Introduction to Constructor

External Link

Rules for Declaring a Constructor

External Link

Types of Constructor

Default Constructor

External Link

Parametarized Constructor

External Link

Copy Constructor

External Link

Private Constructor

External Link

Static Constructor

External Link

Destructors

Introduction to Destructor

External Link

Rules for Declaring a Destructor

External Link

Garbage Collector

External Link

SKT_WD_Theory_HTML

48 Learning Materials

Web Design

Introduction to Web Design

External Link

Evolution of Web Design

External Link

Role of Web Designer

External Link

Web Design Principles & Best Practices

External Link

Web Design Process

External Link

Color Theory

External Link

Understanding the Web

How the Internet Works

External Link

Internet vs World Wide Web

External Link

Browsers, Servers & Clients

External Link

Domain Names & Web Hosting

External Link

Introduction to HTML

HTML & Its Role

External Link

Evolution of HTML

External Link

Syntax & Structure

External Link

HTML Document Structure

DOCTYPE

External Link

Meta Tags for SEO

External Link

HTML Comments

External Link

Text Formatting & Semantic Elements

Heading Tags

External Link

Paragraph Tag & Line Break Tag

External Link

Text-Formatting Tags

External Link

Semantic Elements

External Link

Links and Navigation

Anchor Tag

External Link

Image & Media Tags

Image Tag

External Link

Audio Tag & Video Tag

External Link

Embedding Multimedia

External Link

Lists

List in HTML

External Link

Tables

Creating Tables & Structure

External Link

Attributes of the table Tag

External Link

HTML Forms

HTML Forms

External Link

Text & Password Inputs

External Link

Check Boxes & Radio Buttons

External Link

Select Menus & Option List

External Link

File Uploading in HTML

External Link

Button

External Link

Color

External Link

Date

External Link

DateTime-Local

External Link

E-Mail

External Link

Hidden

External Link

Image Button

External Link

Month

External Link

Number

External Link

Range

External Link

Reset

External Link

Tel

External Link

Time

External Link

URL

External Link

Week

External Link

Form Accessibility

External Link

SKT_Lab L1_HTML

1 Learning Materials

Basic Level Programming on Introduction to HTML

Write an HTML program to display a text "Welcome to HTML programming​

External Link

SKT_Lab L2_HTML

1 Learning Materials

Intermediate level programming on Introduction to Html

Create a simple HTML page that displays "Hello, World!" as the title and "This is my first HTML pag

External Link

SKT_Lab L3_HTML

1 Learning Materials

Advance level programming on Introduction to Html

How can we make the resume visually appealing without using CSS ?

External Link

SKT_WD_Theory_CSS

54 Learning Materials

Introduction to CSS

CSS & it's Importance

External Link

CSS Syntax & Structure

External Link

Inline, Internal & External CSS

External Link

Understanding Selectors

Simple Selectors

External Link

Attribute Selectors

External Link

Pseudo-class Selectors

External Link

Pseudo-element Selectors

External Link

Combinator Selectors

External Link

Specificity

Specificity of Inline, Internal & External CSS

External Link

Specificity Hierarchy

External Link

Box Model and Positioning Elements

Understanding the Box Model

External Link

Padding

External Link

Border

External Link

Margin

External Link

Positioning Elements

External Link

Typography and Text Styling

Font Properties

External Link

Working with Web Fonts

External Link

Text Styling

External Link

Text Spacing

External Link

Colors and Backgrounds

Using Color Values

External Link

Applying Background Colors & Images

External Link

Working with Gradients & Patterns

Linear Gradient

External Link

Radial Gradients

External Link

Conical Gradient

External Link

Using CSS Patterns

External Link

Layout in CSS

Introduction to CSS Layout Techniques

External Link

Understanding the Display Property

External Link

Types of Layouts

Introduction to Grid Layout

External Link

Grid Container

External Link

Grid Items

External Link

Creating Flexible Layouts with FlexBox

External Link

Flex Container

External Link

Flex Items

External Link

Responsive Design

Media Queries & Responsive Breakpoints

External Link

Building Responsive Layouts

External Link

Mobile-First Approach v/s Desktop-First Approach

External Link

Transitions and Animations

Transitions & Animations

External Link

Transition Properties

External Link

Introduction to Animations

External Link

KeyFrames and Complex Animations

External Link

Transformations and Transforms

Applying Transformations

External Link

Applying 3D Transforms

External Link

Translate Function

External Link

Scale() Function

External Link

Perspective Function

External Link

Building CSS Components

Button

External Link

Button Animations & Transitions

External Link

Button Group

External Link

Dropdown

External Link

Cards

External Link

Navigation Bar

External Link

List Group

External Link

Breadcrumbs

External Link

Styling Form Elements

External Link

SKT_Lab L1_CSS

1 Learning Materials

Write an HTML code to demonstrate the usage of inline CSS

Write an HTML code to demonstrate the usage of inline CSS

External Link

SKT_Lab L2_CSS

1 Learning Materials

Intermediate level programming on Introduction to css

Write an HTML code to demonstrate the usage of external CSS.

External Link

SKT_Lab L3_CSS

1 Learning Materials

Advance level programming on Introduction to css

How do you refer to more than one .css file in an HTML document ?

External Link

SKT_WD_Theory_Javascript

128 Learning Materials

Introduction to JavaScript

What is JavaScript?

External Link

Brief history & evolution of JavaScript

External Link

Setting up development environment

External Link

How to include JavaScript?

External Link

JavaScript Basics

Comments in JavaScript

External Link

Keywords & Identifiers

External Link

Javascript I/O statements

JS Input & Output Statements

External Link

Variables and data types

Variables

External Link

Data -Types

External Link

Operators and expressions

Introduction to Operators

External Link

Arithmetic Operators

External Link

Assignment Operators

External Link

Relational Operators

External Link

Identically Equal Operators

External Link

Logical Operators

External Link

Bitwise Operators

External Link

Increment & Decrement Operators

External Link

Ternary Operators

External Link

Type Operator

External Link

Conditionals Statements

if conditional statements

External Link

Switch Statement

External Link

loops

Introduction to Loops

External Link

for loop

External Link

while loop

External Link

do while loop

External Link

Loop control statements

External Link

Functions

Introduction to Functions

External Link

Implementing Functions

External Link

Classification of Functions

External Link

Nested Functions

External Link

Scope of Variables in Functions

External Link

Recursive functions

External Link

Arrays and Objects

Array

External Link

Array Methods & Properties

External Link

Introduction to Objects

External Link

Accessing & Modifying Object Properties​​

External Link

Adding & Deleting Object Properties​​

External Link

Object Methods & "this" Keyword

External Link

Object Oriented Programming

Core OOP Principles

External Link

Classes

External Link

Constructor

External Link

Accessing & Modifying Object Properties_ES6

External Link

Adding & Deleting Object Properties

External Link

Object Property & Attributes

External Link

Prototype & Prototypal Inheritance

External Link

Inheritance

External Link

Polymorphism

External Link

Encapsulation

External Link

Abstraction

External Link

Strings and String Manipulation

Creating & manipulating strings

External Link

String Properties

External Link

Modifying strings

External Link

Extracting substrings

External Link

Searching within strings

External Link

Template literals & string interpolation

External Link

Date Functions

Date Functions

External Link

Time Functions

Time Functions

External Link

Intervals in Javascript

Intervals in Javascript

External Link

Asynchronous JavaScript

Introduction to asynchronous programming

External Link

Callback Functions

External Link

Promises

External Link

Introduction to async/await

External Link

Error Handling and Debugging

JavaScript errors

External Link

Error Handling

External Link

Debugging techniques & tools

External Link

ES6 and Modern JavaScript

Arrow functions

External Link

Destructuring in JavaScript

External Link

Spread & Rest Operators

External Link

Modules & import/export

External Link

Introduction to APIs

Web APIs & Technologies

External Link

Making HTTP requests

External Link

Introduction to HTTP methods

External Link

Sending Request Headers & Data

External Link

Consuming & parsing JSON data

External Link

Introduction to the Document Object Model (DOM)

What is DOM Model?

External Link

Tree-like structure of DOM

External Link

Parent -Child relationships

External Link

Window Objects in DOM

External Link

Document Object

External Link

Accessing HTML elements

External Link

Traversing and searching the DOM

Navigating the DOM tree

External Link

Forward & Backward Traversing

External Link

Element Searching Methods

External Link

Nodelists & HTML collections

External Link

Loops in Node Lists

External Link

DOM Manipulation Basics

Modifying element content

External Link

Changing element attributes

External Link

Adding or removing elements

External Link

Working with events

Introduction to events

External Link

Event Loop in JavaScript

External Link

Registering Event Handlers

External Link

Mouse Events

External Link

Keyboard Events

External Link

Form Events

External Link

Window Events

External Link

Clipboard Events

External Link

Drag & Drop Events

External Link

Media Events

External Link

Event delegation & propagation

External Link

Styling and CSS manipulation

Changing element styles

External Link

Adding & removing CSS classes

External Link

Getting & setting element dimensions

External Link

Handling forms and user input

Form Elements

External Link

Validating Form Input

External Link

form submission & handling

External Link

Advanced DOM techniques and APIs

Working with history API

External Link

Drag & Drop API

External Link

Web Storage API

External Link

Using Fetch API

External Link

Javascript projects

Weather Application

External Link

Calculator Application_Part 1(HTML)

External Link

Calculator Application_Part 2(CSS)

External Link

Calculator Application_Part 3(JAVASCRIPT)

External Link

Digital Clock

External Link

Create a Background Video

External Link

Color pallette generator

External Link

To-do-list_Part 1

External Link

To-do-list_Part 2

External Link

Quiz Application_Introduction

External Link

Quiz Application_HTML

External Link

Quiz Application_CSS-Part I

External Link

Quiz Application_CSS-Part II

External Link

Quiz Application_JavaScript-Part I

External Link

Quiz Application_JavaScript-Part II

External Link

Quiz Application_JavaScript-Part III

External Link

Quiz Application_Recap

External Link

Tic Tac Toe Game - I

External Link

Tic Tac Toe Game - II

External Link

SKT_WD_Theory_Mongo DB

60 Learning Materials

Introduction to NoSQL

Introduction to NoSQL

External Link

Variation of SQL & NoSQL

External Link

Introduction to MongoDB

Overview of MongoDB

External Link

Features of MongoDB

External Link

MongoDB vs. Other NoSQL Databases

External Link

Setting Up MongoDB Environment

Installing & Configuring

External Link

Basic Database & Collection Commands

Database commands

External Link

Collection Commands

External Link

Data Types In Mongodb

Data-Types - I

External Link

Data-Types-II

External Link

Data Modeling

Data Modeling

External Link

Document Structure & Design

External Link

CRUD Operations

Overview of CRUD Operations

External Link

Create Documents

External Link

Read Documents

External Link

Update Documents

External Link

Delete Documents

External Link

MongoDB Methods

Additional Methods

External Link

Operators

Introduction to Operators

External Link

Comparison Operators-I

External Link

Comparison Operators-II

External Link

Logical Operators

External Link

Update Operators-I

External Link

Update Operators-II

External Link

Aggregation Operators-I

External Link

Aggregation Operators-II

External Link

Evaluation Operator

External Link

Bitwise Operators

External Link

Projection Operators

External Link

Element Operators

External Link

Array Query Selectors

Array Query Selectors

External Link

Indexing in MongoDB

Overview of Indexes

External Link

Creating & Managing Indexes

External Link

Indexing Best Practices

External Link

Manage Colletions

Capped Collections

External Link

Regular Collections

External Link

TTL (time-to-live) Collections

External Link

Encrypted Collections

External Link

Aggregation Framework

Introduction to Aggregation

External Link

Common Stages

External Link

Advanced Aggregation Techniques

External Link

Replication & Sharding

Introduction to Replication

External Link

Configuration of Replica Sets

External Link

Introduction to Sharding

External Link

Types of Sharding

External Link

Configuration of Sharding

External Link

Advanced Features

MapReduce

External Link

Text Search

External Link

Rockmongo

External Link

GridFS

External Link

Performance Tuning

Monitoring

External Link

Profiling

External Link

Performance Optimization Techniques

Caching strategies

External Link

Connection pooling

External Link

Backup & Recovery

Creating Backups

External Link

Backup Strategies

External Link

Recovery Techniques

External Link

Security Best Practices

Authentication

External Link

Authorization

External Link

Data Encryption

External Link

SKT_WD_Theory_Node JS

18 Learning Materials

Introduction to Nodejs

Introduction of Node js

External Link

History &Evolution of Nodejs

External Link

JavaScript on the Server

External Link

Setting Up node js Environment

Installing Nodejs & npm

External Link

Nodejs REPL

External Link

Console & System Essentials

Console Methods in Nodejs

External Link

Process & Global Objects

External Link

Basic Nodejs Debugging

External Link

Nodejs Module Concepts

Nodejs Architecture

External Link

Overview of Core Modules

External Link

Module System in Node.js

External Link

Advanced Module Concepts

External Link

File System & Path Module

Reading and Writing Files

External Link

Working with Directories

External Link

Path Module

External Link

Asynchronous Programming

Callbacks

External Link

Types of Callbacks

External Link

Promises

External Link

SKT_WD_Theory_React JS

6 Learning Materials

Introduction to Web Development & React

MVC Architecture

External Link

Introduction to React

External Link

React Environment Setup

External Link

Babel in React

External Link

React Components & JSX

Understanding JSX

External Link

React Components

External Link

SKT_DS_Theory_R Programming

64 Learning Materials

About Course

About Course

External Link

Introduction to R Programming

Introduction to R Programming

External Link

Setting up R Environment

Installing CRAN for R

External Link

Installing RStudio for R Programming

External Link

Walking through RStudio

External Link

Using R as Calculator

External Link

Basic Syntax

Comments in R

External Link

Keywords & Identifiers

External Link

Variables & Constants

External Link

Input & Output Operations

External Link

Data Types

Data Types

External Link

Data Structures in R

Introduction to Data Structures in R

External Link

Strings

External Link

Vectors

External Link

Lists

External Link

Arrays

External Link

Matrices

External Link

DataFrames

External Link

Factors

External Link

Operators

Introduction to Operators

External Link

Arithmetic Operators

External Link

Assignment Operators

External Link

Comparison Operators

External Link

Logical Operators

External Link

Bitwise Operators

External Link

Bitwise Shift Operators

External Link

Membership Operators

External Link

Conditional Statements

Conditional Statements

External Link

If Statement

External Link

If - Else Statement

External Link

Else - If Ladder Statement

External Link

Nested If-Else Statement

External Link

If Else Function

External Link

Loops

Loops-1

External Link

Loops-2

External Link

Branching Statements

Branching Statements

External Link

Functions

Introduction to Functions

External Link

Advantages of Functions

External Link

Implementation of Functions

External Link

Function Arguments

External Link

Return Values

External Link

Recursive Functions

External Link

Nested Functions

External Link

Scope of Variables

External Link

Vectors

Introduction to Vectors

External Link

Creating a Vector

External Link

Types of Vectors

External Link

Accessing Elements in Vector

External Link

Vector Operations & Manipulations - 1

External Link

Vector Operations & Manipulations - 2

External Link

Vector Operations & Manipulations - 3

External Link

Strings

Rules for Declaring Strings

External Link

Accessing String Elements

External Link

String Manipulations - 1

External Link

String Manipulations - 2

External Link

String Manipulations - 3

External Link

String Manipulation Methods - 1

External Link

String Manipulation Methods - 2

External Link

Escape Sequence in String

External Link

Lists

R Predefined Lists

External Link

Accessing List Elements

External Link

Iterating & Manipulating List elements

External Link

Working with List - 1

External Link

Working with List - 2

External Link

SKT_DS_Lab L1_R Programming

2 Learning Materials

Basic Level Programming on Basic Syntax

Write a R program that prints the values of variables with valid identifiers

External Link

Write a program using `pi` as a constant and print

External Link

SKT_DS_Lab L2_R Programming

2 Learning Materials

Intermediate Level Programming on Basic Syntax

Write a R program with comments that explain the steps for calculating the area of a circle.

External Link

Write a program that uses reserved keywords like (for, while, if, else) inside a comment.

External Link

SKT_DS_Lab L3_R Programming

2 Learning Materials

Advance Level Programming on Basic Syntax

Write a R program demonstrating valid and invalid identifiers with comments explaining the errors.

External Link

Create a R program where a constant value is defined for a sales tax rate and used in a price cal

External Link

Course Instructor

tutor image

TNBOCW

234 Courses   •   10269 Students