Javascript-introduction And Setting Up
Premium
Javascript- Data Types
Premium
Javascript- Comments and Variables
Premium
Javascript- let,var,const
Premium
Javascript- Arithmetic Operators
Premium
Javascript- Relational Operators
Premium
Javascript- Logical Operators
Premium
Javascript- Increment decrement operators
Premium
Javascript- Assignment Operators
Premium
Javascript- ternary operator
Premium
Javascript- if-else
Premium
Javascript- multiple conditional statements
Premium
Javascript- switch case
Premium
Javascript- for loop
Premium
Javascript- do-while loop
Premium
Javascript- break and continue statement
Premium
Javascript- Functions
Premium
Javascript- arrow functions,anonymous functions
Premium
Javascript- arrays-1
Premium
Javascript- arrays-2
Premium
Javascript- arrays-3
Premium
Javascript- Objects
Premium
Javascript -Events-1
Premium
Javascript -Events-2
Premium
Javascript- setTimeout method
Premium
Javscript-object oriented programming in javascript part-1
Premium
Javscript-object oriented programming in javascript part-2
Premium
Advanced JavaScript Features (ES6+)
Premium
JavaScript Module System (Import & Export)
Premium
Lesson 1: React Setup and Installation
Premium
Lesson 2: React Project Structure Overview
Premium
Lesson 3: JSX Basics
Premium
Lesson 4: Functional Components
Premium
Lesson 5: Class Components
Premium
Lesson 6: Working with Props
Premium
Lesson 7: Event Handling in React
Premium
Lesson 8: State in React
Premium
Lesson 9: State Practical Example
Premium
Lesson 10: Conditional Rendering
Premium
Lesson 11: Rendering Lists
Premium
Lesson 12: Using Refs
Premium
Lesson 13: Styling in React
Premium
Lesson 14: Introduction to Hooks (useState)
Premium
Lesson 15: Managing Side Effects with useEffect Hook
Premium
Lesson 16: Redux Basics
Premium
Lesson 17: Redux Concepts
Premium
Lesson 18: React Redux Integration
Premium
Lesson 19: React Router
Premium
Lesson 20: Forms in React
Premium
Lesson 1: Introduction to Databases and DBMS
Premium
Lesson 2: Introduction to SQL and Installation Setup
Premium
Lesson 3: SQL Data Types
Premium
Lesson 4: Creating Database and Tables
Premium
Lesson 5: Insert and Select Queries
Premium
Lesson 5.1: Insert and Select Queries
Premium
Lesson 6: Arithmetic and Relational Operators
Premium
Lesson 7: WHERE Clause
Free
Lesson 8: Table Modification and Data Update Commands
Premium
Lesson 9: Logical Operators (AND, OR, NOT)
Premium
Lesson 10: BETWEEN and LIKE Operators
Premium
Lesson 11: IN Operator
Premium
Lesson 12: Handling NULL Values
Premium
Lesson 13: DELETE, TRUNCATE and DROP Commands
Premium
Lesson 14: Column Deletion and AUTO_INCREMENT
Premium
Lesson 15: NOT NULL Constraint
Premium
Lesson 16: DEFAULT Constraint
Premium
Lesson 17: CHECK Constraint
Premium
Lesson 18: ORDER BY Clause
Premium
Lesson 19: GROUP BY Clause
Premium
Lesson 20: HAVING Clause
Premium
Lesson 21: DISTINCT Keyword
Premium
Lesson 22: FOREIGN KEY Constraint
Premium
Lesson 23: Introduction to Joins and INNER JOIN
Premium
Lesson 24: LEFT JOIN
Premium
Lesson 25: RIGHT JOIN
Premium
Lesson 26: FULL JOIN
Premium
Lesson 27: Views in SQL
Premium
Lesson 28: Introduction to Subqueries and Single-Row Subqueries
Premium
Lesson 29: Multi-Row Subqueries
Premium
Lesson 30: Subqueries with ANY Operator
Premium
Lesson 31: Subqueries with ALL Operator
Premium
Lesson 32: EXISTS Operator
Premium
Lesson 33: EXISTS with Conditions
Premium
Python Introduction
Premium
Lesson 1: Python Overview and Installation
Premium
Lesson 2: Using print() and Variables
Premium
Lesson 3: Comments and Data Types in Python
Premium
Lesson 4: Introduction to Operators and Arithmetic Operators
Premium
Lesson 5: Relational Operators
Premium
Lesson 6: Logical Operators
Premium
Lesson 7: Assignment Operators
Premium
Lesson 8: Taking Input using input() Function
Premium
Lesson 9: Conditional Statements and if-else
Premium
Lesson 10: if-elif-else Statements
Premium
Lesson 11: Introduction to Iterative Statements and range() Function
Premium
Lesson 12: for Loop in Python
Premium
Lesson 13: while Loop in Python
Premium
Lesson 14: Strings in Python (Representation, Operations, Slicing)
Premium
Lesson 15: String Functions
Premium
Lesson 16: Lists in Python (Overview, Iteration, Accessing Elements)
Premium
Lesson 17: List Operations, Slicing and Updating
Premium
Lesson 18: List Functions and sort() Function
Premium
Lesson 19: Tuples in Python
Premium
Lesson 20: Dictionaries in Python (Overview, Accessing, Traversal)
Premium
Lesson 21: Updating Dictionaries and Adding Key-Value Pairs
Premium
Lesson 22: Dictionary Functions
Premium
Lesson 23: User-Defined Functions and Parameters
Premium
Lesson 24: return Statement and Variable Scope (Local & Global)
Premium
Lesson 25: Types of Function Arguments
Premium
Lesson 26: File Handling (Overview, Opening and Reading Files)
Premium
Lesson 27: Writing Data to Files
Premium
Lesson 28: Modules in Python (Overview and Built-in Modules)
Premium
Lesson 29: User-Defined Modules
Premium
Lesson 30: OOP Basics (Classes and Objects)
Premium
Lesson 31: Constructors in Python
Premium
Lesson 32: Methods in OOP
Premium
Lesson 33: Encapsulation in OOP
Premium
Lesson 34: Inheritance (Overview and Single Inheritance)
Premium
Lesson 35: Multiple Inheritance
Premium
Lesson 36: super() Keyword in OOP
Premium
Lesson 37: Multilevel Inheritance
Premium
Lesson 38: Polymorphism and Method Overriding
Premium
Lesson 39: Abstraction in OOP
Premium
Lesson 40: Exception Handling (Overview and try-except)
Premium
Lesson 41: Exception Handling (Overview and try-except)
Premium
Lesson 42: Handling Multiple Exceptions
Premium
Lesson 43: finally Block and Raising Exceptions
Premium
Lesson 44: Custom Exceptions in Python
Premium
Lesson 45: Regular Expressions (Overview, re Module, Metacharacters)
Premium
Lesson 46: Special Sequences, sub() Function and Sets in Regular Expressions
Premium
Lesson 47: Python with MySQL (Connection and mysql-connector Setup)
Premium
Lesson 48: Connecting Python with MySQL and Using Cursor
Premium
Lesson 49: Executing MySQL Queries in Python
Premium
Lesson 50: Tkinter GUI (Overview, Widgets, Labels, Buttons, Entry Fields)
Premium
Lesson 51: Tkinter Events and Handling User Input
Premium
Lesson 52: Tkinter Checkbutton and Radiobutton
Premium
Lesson 1: Django Overview, MVT Architecture and Installation
Premium
Lesson 2: Creating a Django Project, Running Server and Creating an App
Premium
Lesson 3: Creating Views and URL Routing
Premium
Lesson 4: Templates in Django
Premium
Lesson 5: Django Template Language
Premium
Lesson 6: Models in Django
Premium
Lesson 7: Django Shell, Writing Queries and Admin Interface
Premium
Lesson 8: Django Forms
Premium
Lesson 9: Form Handling in Django-pending
Premium
Lesson 10: ModelForm in Django
Premium
Lesson 11.1: CRUD Operations – Creating and Displaying Records
Premium
Lesson 11.2: CRUD Operations – Creating Edit Forms
Premium
Lesson 11.3: CRUD Operations – Updating and Deleting Records
Premium
Lesson 12.1: Cookies in Django
Premium
Lesson 12.2: Deleting Cookies
Premium
Lesson 13: Sessions in Django
Premium
Lesson 14: Static Files Handling in Django
Premium
Lesson 15: Class-Based Views in Django
Premium
Lesson 16: Building APIs with DRF – Create and Retrieve Data
Premium
Lesson 17: Building APIs with DRF – Update and Delete Data
Free
Lesson 18: API URL Configuration in DRF
Premium