Programming Line Courses Curriculum

Programming Line has various courses which are divided into basic, intermediate and advanced levels. Each coure has been taken by multiple experts. I (Rakesh P) have paid to the experts for their work and they delivered the videos exclusively to Programming Line.

 The basic course is completely free on our YouTube channel but intermediate and advanced levels are paid. I have hosted basic+intermediate+advanced level courses on various platforms like Udemy, LearnMall, SkillShare, and etc. The price for each course differs slightly on each platform. 

SkillShare is like subscription model where you need to pay get premium subscription on either monthly or yearly. You can watch any number of course videos in that subscription period. You can watch our courses and other courses too on their platform. Click here to create an account with SkillShare and enjoy 2 months Free Premium Subscription. 

Udemy and LearnMall are one time payment platform. If you buy course and you can watch unlimited times of that course. If you need another course, then you need buy another course independently. 

The content in Green Color are free on YouTube ,Blue Color are paid videos and Yellow Color are paid videos which are not yet taken and will taken soon on other platforms.

Course List

OOPs Course

Free Course

Paid Course

Free Course Link

Paid Course Links

41 Mins

0 Mins

No Paid Course

  • Class & Object [Class – 1]
  • What is a programming paradigm? [Class – 2]
  • Imperative Programming Paradigm [Class – 3]
  • Declarative Programming Paradigm [Class – 4]
  • Structured Programming Paradigm [Class – 5]
  • Structured vs Unstructured Programming Paradigm [Class – 6]
  • Why C language is called a Structured Programming language? [Class – 7]
  • Class and Object Program in Java [Class – 8]
  • Polymorphism in OOPs [Class – 9]
  • Encapsulation in OOPs [Class – 10]
  • Inheritance in OOPs [Class – 11]
  • Abstraction in OOPs [Class – 12]]

C Course

Free Course

Paid Course

Free Course Link

Paid Course Links

325 Mins

303 Mins Completed
+ 300 Mins in-Progress

  • C Individual Course not yet uploaded on paid platforms. 

  • 12 in 1 Course Bundle has C Course also. 



C Course Basic Level

C Variableshttps://youtu.be/__t1JMZHevU
C Variable Naming Ruleshttps://youtu.be/Pm7-INExL0M
C Local Variable Programhttps://youtu.be/nadzZjCxbGA
C Global Variable Programhttps://youtu.be/E8PAXTjHqWw
C Static Variable Programhttps://youtu.be/D5LnhUCIMfc
C Operators Basicshttps://youtu.be/1sTqj3WCk_8
C Arithmetic Operatorshttps://youtu.be/kADXYTgB65U
C Relational Operatorshttps://youtu.be/U3Xl8ibjOQU
C Logical Operatorshttps://youtu.be/0pIRb0QnXRo
C Bitwise Operatorshttps://youtu.be/738pNdpUG24
C Assignment Operatorshttps://youtu.be/yDO0CJfkMXE
C Misc Operatorshttps://youtu.be/_QpgwIFwi4U
C Conditional Statements Basicshttps://youtu.be/GgxLeMDZhnY
C if Statementhttps://youtu.be/mKh3PlMZ3ZQ
C if else Statementhttps://youtu.be/6NXQzA6hAB8
C if else if Statementhttps://youtu.be/utHSUQMvo3w
C Nested if Statementhttps://youtu.be/kaGkn2MRqek
C Switch Statementhttps://youtu.be/d_WC2GBHLJk
C Switch Rules Tutorialhttps://youtu.be/OQAjI3EvcA4
C Switch Programhttps://youtu.be/L2H7GVu-0sI
C Nested Switch Basicshttps://youtu.be/41CNXn2q7Dc
C Nested Switch Programhttps://youtu.be/vumh4LlYVro

C Course Intermediate + Advanced Level

  • What is Loop Statement?
  • What are various loop statement?
  • What are break & continue statements?
  • What is goto statement?
  • For Loop Theory
  • For Loop Program
  • While Loop Theory
  • While Loop Program
  • Do While Loop Theory
  • Do While Loop Program
  • Fibonacci Program
  • Armstrong Program
  • Palindrome Program
  • Sum of Even Numbers Program
  • C Linear Search Program
  • C Binary Search Program
  • C Array Basics Tutorial
  • How To Declare Array in C?
  • How To Initialize Array in C?
  • C Single Array Program
  • What is Multi-Dimensional Array in C?
  • How To Initialize Multi-Dimensional Array in C?
  • C Multi-Dimensional Array Program
  • C Enum Theory & Program
  • What is Function?
  • Function Syntax Theory
  • How to declare Function?
  • How to define Function?
  • How to call Function?
  • Function Sample Program
  • Function Arguments Passing Methods – Call by value & Call by Reference
  • What are local variables?
  • What are global variables?
  • What are formal Parameters?
  • What are Pointers?
  • How to use Pointers?
  • What is null pointer?
  • Pointers Basic Program
  • Pointers Expression
  • Pointers Array Intro
  • Pointers Selection Sort
  • Pointers Multi-Dimensional Array Program
  • What is String?
  • String Manipulation Program 1
  • String Manipulation Program 2
  • C Storage Class Program Part – 1
  • C Storage Class Program Part – 2
  • Structure Theory & Program
  • Union Theory & Program
  • C Bit Field Program
  • C TypeDef Program
  • C Math Library Theory & Program
  • C Type Library Theory & Program
  • What is Input & Output?
  • getchar() & putchar() Function
  • gets() & puts() function
  • scanf() & printf() function
  • File Operations Theory
  • open, write & close
    Binary I/O Functions
  • C Preprocessor Theory
  • C Preprocessor Program
  • Macros Theory
  • Macros Program
  • Type Casting Theory
  • Type Casting Program
  • Error Handling Theory
  • Error Handling Program
  • Recursion Theory
  • Recursion Program
  • Variable Arguments Theory
  • Variable Arguments Program
  • malloc & calloc functions theory
  • malloc & calloc functions program

C++ Course

Free Course

Paid Course

Free Course Link

Paid Course Links

303 Mins

292 Mins Completed
& 300+ Mins in-Progress

  • C++ Individual Course not yet uploaded on paid platforms. 

  • 12 in 1 Course Bundle has C++ Course. 



C++ Basic Course

C++ Intermediate + Advanced Course

  • C++ while and do while loop
  • C++ for loop
  • C++ break statement
  • C++ String
  • C++ Pointers
  • C++ Class & Object
  • C++ Constructor
  • C++ Destructor
  • C++ Scope Resolution Operator
  • What is Inheritance in C++?
  • Access Control in Inhertiance
  • Various Types of Inheritance
  • Multiple Inhertiance Program
  • What is overloading?
  • Function Overloading in C++
  • Operators Overloading in C++
  • What are overloadable and non overloadable operators in C++
  • C++ Polymorphism Program
  • C++ Abstraction Program
  • C++ Encapsulation Program
  • What is abstract class?
  • Benefits of Abstract Class
  • Abstract Class Program
  • C++ File Handling Theory
  • C++ File Read & Write Programs
  • C++ File Handling Theory
  • C++ File Read & Write Programs
  • malloc & calloc theory
  • malloc & calloc program
  • What is namespace?
  • How to define namespace?
  • Namespace directive
  • Nested Namespaces
  • What is Template?
  • C++ Function Template
  • C++ Class Template
  • What is multithreading?
  • Benefits of multithreading?
  • How to create thread?
  • Multi threading sample Program

Python Course

Free Course

Paid Course

Free Course Link

Paid Course Links

90 Mins

220 Mins Completed

12 in 1 Course Bundle has Python Course. 



Python Intermediate + Advanced Course

  • Python List Theory
  • Python List Program
  • Python Tuples Theory
  • Python Tuples Program
  • Python Dictionary Theory
  • Python Dictionary Program
  • Python Set Theory
  • Python Set Program
  • Python Comparison
  • Python Functions Theory
  • Python Functions Program
  • Python Exception Theory
  • Python Exception Program
  • Python Custom Exceptions
  • Python Import
  • Python Class Basics
  • Python Constructors
  • Python Static Method
  • What is inheritance in Python?
  • Python Inheritance Program Part -1
  • Python Inheritance Program Part – 2
  • How to access private members in Python?
  • Python File Operations
  • Python File Operation Program Part – 1
  • Python File Operation Program Part – 2
  • Python Database Theory
  • Python Database Practical Part – 1
  • Python SQLite Database Practical Part – 2
  • Python SQLite Database Practical Part – 3
  • Python Abstract Class
  • Python Abstract Class Program
  • Python MySQL Database Practical
  • Python Date & Time
  • Python Regex Theory
  • Python Regex Practical Program
  • Python Iterator
  • Python Decorator
  • Python Decorator Program
  • Python Map & Zip Theory
  • Python Map & Zip Program
  • Python Job Opportunities

Android Course

Free Course

Paid Course

Free Course Link

Paid Course Links

300 Mins ( 5 Hours)

1974 Mins (33 Hours)Completed

12 in 1 Course Bundle has Android Course. 



Introduction To Androidhttps://youtu.be/4aiTMx3AM58
Android Versionshttps://youtu.be/lw_plpFmu1g
Android Internalshttps://youtu.be/H0uioMaxTng
Android Architecturehttps://youtu.be/tAZCmhBvzR8
Android Studio Download & Installationhttps://youtu.be/NiLgRcT6gvg
Android Life Cyclehttps://youtu.be/A2d0OkCou_0
How To Use Button In Androidhttps://youtu.be/N2YGnR9FE9U
How To Use Edit Text In Androidhttps://youtu.be/XfYTvTi3KC0
How To Use Text View In Androidhttps://youtu.be/BGjEiywkexA
Moving To Next Activity In Androidhttps://youtu.be/cEu8hWLSBFA
How To Use CheckBox In Androidhttps://youtu.be/vcSWeVWzpHg
How To Use Radio Button In Androidhttps://youtu.be/pPiNAnC9phU
How To Use Switch In Androidhttps://youtu.be/m-5lcLhEhs8
How To Use Toggle Button In Androidhttps://youtu.be/4MkOo382DOk
How To Use Floating Action Button In Androidhttps://youtu.be/WcAwa_44mtg
Android Rating Bar Tutorialhttps://youtu.be/YfXRTgHJYko
Android Progress Bar Tutorialhttps://youtu.be/gYOQRQu_jyM
Android Spinner Tutorialhttps://youtu.be/pdk_GDqXx88
Android ListView Tutorialhttps://youtu.be/JIuf8rxSE2Q
Android WebView Tutorialhttps://youtu.be/O-S3fzcjgYg

Android Intermediate + Advanced Course

  • Android Recycler View Part-1 Tutorial
  • Android Recycler View Part-2 Tutorial
  • Android Alert Dialog Box Tutorial
  • Android Option Menu Tutorial
  • Android Context Menu Tutorial
  • Android Popup Menu Tutorial
  •  
  • Android BroadCast Receiver
  • Android Services
  • Android Aalrm Manager
  • Android SQLite Database Tutorial
  • Android SQLite Database with SQLiteOpenHelper Tutorial
  • Android Location Manager Tutorial
  • Android SMS App Tutorial Part – 1
  • Android SMS App Tutorial Part – 2
  • Android Call Intent Tutorial
  • Android Audio Manager Tutorial
  • Android Auto Complete Text Tutorial
  • Android Bluetooth Tutorial
  • Android Media Player App Tutorial
  • Android Clipboard Manager Tutorial
  • Android Bottom Navigation Tutorial
  • Android Navigation View Tutorial
  • Android Text Input Tutorial
  • Android Shared Preferences Tutorial
  • Android Text Switcher Tutorial
  • Android Image Switcher Tutorial
  • Android Adaptive View Filter Tutorial
  • Android Simple Notification Tutorial
  • Android Big Text Style Notification Tutorial
  • Android Picture Text Style Notification Tutorial
  • Android Inbox Style Notification Tutorial
  • Android Bottom Sheet Behaviour Tutorial
  • Android Snack Bar Tutorial
  • Android Tab Layout Tutorial
  • Introduction to Google Firebase
  • How To Connect Android APP To Google Firebase?
  • How To Authenticate Using Email? Part – 1
  • How To Authenticate Using Email? Signup Functionality Part – 2
  • How To Authenticate Using Email? Login Functionality Part – 3
  • How To Authenticate Using Email? Part – 4
  • How To Authenticate Using Email? Part – 5
  • Phone Number OTP Authentication using Firebase Part – 1
  • Phone Number OTP Authentication using Firebase Part – 2
  • Phone Number OTP Authentication using Firebase Part – 3
  • Google Firebase Realtime Database – Intro
  • Simple write in Realtime database
  • Real Time DataBase Reference Listner
  • Real Time DataBase Child Reference
  • Real Time DataBase Push Function
  • Real Time DataBase Write Map
  • Real Time DataBase Read Map
  • Real Time DataBase Simple Use Case Part – 1
  • Real Time DataBase Simple Use Case Part – 2
  • Real Time DataBase Simple Use Case Part – 3
  • Real Time DataBase Simple Use Case Part – 4
  • Real Time DataBase Simple Use Case Part – 5
  • Real Time DataBase Simple Use Case Part – 6
  • Real Time DataBase Simple Use Case Part – 7
  • Real Time DataBase Simple Use Case Part – 8
  • Introduction to FireStore
  • Simple Write Operation Using Map
  • Simple Read Operation Using Map
  • Simple Data Write Using User Defined Class
  • Simple Data Read Using User Defined Class
  • Firebase Firestore Simple Use Case – Part 1
  • Firebase Firestore Simple Use Case – Part 2
  • Firebase Firestore Simple Use Case – Part 3
  • Firebase Firestore Simple Use Case – Part 4
  • Firebase Firestore Simple Use Case – Part 5
  • Firebase Firestore Write Array
  • Firebase Firestore Read Array
  • Firebase Firestore Add New Element To Existing Array
  • Firebase Firestore Delete Element From Existing Array
  • Adding Map To Firestore
  • Reading and Updaing Map in Firestore
  • Queries Intro
  • Queries Recycler – Getting Ready For Queries
  • Simple Queries
  • Complex Queries
  • Android Firebase Storage Intro
  • Android Firebase Storage Loading Image From Memory
  • Android Firebase Storage Uploding Image To Storage
  • Adding Image Link And Name To Firebase Firestore database
  • Retrieving Images From Storage And Display In Recycler View
  • Android Fragment Part – 1
  • Android Fragment Part – 2
  • Android Fragment Part – 3
  • Android Fragment Part – 4
  • Android Fragment Part – 5
  • Android Machine Learning Introduction
  • How To Recognize Text From Image
  • How To Recognize Text From Image
  • Bar Code Scanner Using Android App Part -1
  • Bar Code Scanner Using Android App Part -2
  • Face Detection Part – 1
  • Face Detection Part – 2
  • Image Labelling
  • Detection and Tracking Objects
  • Language Detection
  • Translate
  • Smart Reply

Kotlin Course in Tamil

Free Course

Paid Course

Free Course Link

Paid Course Links

80 Mins ( 1 Hour 20 Mins)

469 Mins (7.5 Hours) Completed

12 in 1 Course Bundle has Kotlin Course. 



Introduction to Kotlinhttps://youtu.be/Ld0h9j1fG4M
How to install Kotlin in Windows?https://youtu.be/iAOW8paz9kA
Kotlin Basics, DataTypes, Variables & Operatorshttps://youtu.be/kv3gugiuluE
Kotlin Conditions & Booleanshttps://youtu.be/8QfWgvQ92x4
Kotlin List Arrayhttps://youtu.be/vIQ_NLK8NRs
Kotlin Loopshttps://youtu.be/AXpUgcUrR84

Kotlin Intermediate + Advanced Course

  • Kotlin Functions
  • Kotlin Functions Part – 2
  • Kotlin Default Values
  • Kotlin Lamba
  • Kotlin Object Properties
  • Kotlin Constructors
  • Kotlin Sub Class
  • Kotlin Interface Abstract
  • Kotlin Data Class
  • Kotlin Pairs Triples
  • Kotlin Collections

 

  • Exploring Android Studio
  • Exploring Activity
  • Exploring Layout | Linear Layout
  • Adding User Interactivity
  • Data Binding
  • Creating New Activity
  • Lifecycle of an Activity
  • How To Use CheckBox?How To Use CheckBox? Part – 2
  • Radio Button
  • Toggle Button & Switch
  • Image Button & Floating Action Button
  • Progress Bar Indeterminate
  • Progress Bar Determinate
  • Seek Bar
  • Rating Bar

HTML Course in Tamil

Free Course

Paid Course

Free Course Link

Paid Course Links

210 Mins ( 3 Hour 30 Mins)

690 Mins (11 Hours 30 Minutes) Completed



HTML Formatting Text Part-1https://youtu.be/WSshDedpeAU
HTML Formatting Text Part-2https://youtu.be/PoF-UtAIJsU
HTML Image Tag – Part 1https://youtu.be/p5noOI_Fvsk
HTML Image Tag – Part 2https://youtu.be/kQ0EqbrV1dY
HTML Style & Color Tagshttps://youtu.be/NRtYPyvcM0k
HTML Style & Color Tags Part – 2https://youtu.be/P-RkBUWfqMA
HTML Div Tag Part 1https://youtu.be/hoJeF7XdMiU
HTML Div Tag Part 2https://youtu.be/tMrBTq9i7IM
HTML Span Taghttps://youtu.be/gNrw-dgX0aI
What Should We Learn In HTML?https://youtu.be/ELo-1fgO5JI
HTML Overflow, Float, Inline & Blockhttps://youtu.be/mmtC1fHNTvw
HTML Overflow, Float, Inline & Block Part-2https://youtu.be/npBwBn92kvs

HTML Intermediate + Advanced Course

  • HTML Meta Tag Part 1
  • HTML Meta Tag Part 2
  • HTML Audio Tag Part – 1
  • HTML Audio Tag Part – 2
  • HTML Audio Tag Part – 3
  • HTML Video Tag Part – 1
  • HTML Video Tag Part – 2
  • HTML Video Tag Part – 3
  • HTML Comment Tag Part – 1
  • HTML Comment Tag Part – 2
  • HTML Entity URL Encode Part-1
  • HTML XHTML CharSet
  • HTML Code Elements
  • HTML ID & Class Tutorial in Tamil Part-1
  • HTML ID & Class Tutorial in Tamil Part-2
  • HTML List in Tamil Part-1
  • HTML List – Ordered List in Tamil Part-2
  • HTML List – Unordered List in Tamil Part-3
  • HTML List – Ordered & Unordered List Part-4
  • HTML List – Description List Part-5
  • HTML Table Tag Tutorial
  • HTML Table Tag Part – 2 Tutorial
  • HTML Table Tag Part – 3 Tutorial
  • HTML Table Tag Part – 4 Tutorial
  • HTML Table Tag Part – 5 Tutorial
  • HTML Forms Basics Tutorial
  • HTML Forms Input Tag Tutorial
  • HTML Forms Part – 3 Tutorial
  • HTML Forms Part – 4 Tutorial
  • HTML Forms Part – 5 Tutorial
  • HTML Forms Part – 6 Tutorial
  • HTML Forms Part – 7 Tutorial
  • HTML Forms Part – 8 Tutorial
  • HTML Frame & IFrame Part – 1 Tutorial
  • HTML Frame & IFrame Part – 2 Tutorial
  • HTML Frame & IFrame Part – 3 Tutorial
  • HTML Frame & IFrame Part – 4 Tutorial
  • HTML Navigation Bar Part – 1 Tutorial
  • HTML Navigation Bar Part – 2 Tutorial
  • HTML Layout Part – 1 Tutorial
  • HTML Layout Part – 2 Tutorial
  • HTML Layout Part – 3 Tutorial

MySQL Course in Tamil

Free Course

Paid Course

Free Course Link

Paid Course Links

202Mins ( 3 Hours 22 Mins)

335 Mins (5 Hours 35 Minutes) Completed

  • MySQL  Course is a part of 12 in 1 Course Bundle



What is Data?https://youtu.be/U3OjuMWCe8U
What is Database?https://youtu.be/QJieHPGZZ10
What is DBMS?https://youtu.be/DXijcTT-xIw
Evolution of Databasehttps://youtu.be/xVkRDtCMWas
What Are The Uses Of Database?https://youtu.be/nFYq7LcE3sA
What is File System?https://youtu.be/sKdN76o0EzM
File Directorieshttps://youtu.be/w9PmIOGgL50
File System VS DBMShttps://youtu.be/Pc0HJUC8xpk
Characterstics of DBMShttps://youtu.be/MTlxFoMYbGQ
Where Is DBMS Used?https://youtu.be/JTYXID5jXiY
Advantages & Disadvantages of DBMShttps://youtu.be/I6G7roMlw_Q
Components of DBMShttps://youtu.be/BaFnMo1nrE8
DBMS Typeshttps://youtu.be/P2BESj5w5Hg
Architecture of DBMShttps://youtu.be/xaSrTE4ZdBQ
Relational Data Modelhttps://youtu.be/4VFDiRqZYzA
Entity Relationship Diagram (ER Diagram)https://youtu.be/uhs29nF3lnU
DBMS Languageshttps://youtu.be/hcX0V4_086Y
What is MySQL?https://youtu.be/TOjMEQy0AK8
MySQL Datatypeshttps://youtu.be/g3z8yTRIUaM
How To Install MySQL in Windows?https://youtu.be/22m1azmStUo
How To Create Database in MySQL?https://youtu.be/RUXhtS8IHTU
How To Alter Table, Rename Column and Modify Column in MySQL?https://youtu.be/EIdikR8Mezk
How to Truncate Tables in MySQL?https://youtu.be/ZlwvoQZWHIQ

MySQL Intermediate + Advanced Course

  • MySQL View in Detail
  • How To Insert Values in Table in MySQL?
  • MySQL Select
  • How To Update Values in Table in MySQL?
  • How To Delete Values in Table in MySQL?
  • WHERE Clause in MySQL
  • DISTINCT Clause in MySQL
  • ORDER BY Clause in MySQL
  • GROUP BY Clause in MySQL
  • HAVING Clause in MySQL
  • LIKE Clause in MySQL
  • IN Condition in MySQL
  • NULL Condition in MySQL
  • BETWEEN Condition in MySQL
  • MySQL Date Data Type
  • Date & Time Data Type in MySQL
  • MySQL Joins
  • What is Normalization? | Normalization Types
  • First Normal Form in DBMS
  • First Normal Form in DBMS
  • Second Normal Form in DBMS
  • Third Normal Form in DBMS
  • Best Books For Learning DBMS
  • Best Books For Learning MySQL
  • How to connect MySQL with Java code?
  • JDBC Driver Types
  • How To Write Java Program To Connect With MySQL Database?
  • How To Execute SQL Queries in Java Code

Selenium Course in Tamil

Free Course

Paid Course

Free Course Link

Paid Course Links

135 Mins ( 2 Hours 15Mins)

360 Mins (6 Hours) Completed

  • Selenium Course is a part of 12 in 1 Course Bundle



Software Testing Basicshttps://youtu.be/2sRrdoonzNU
Selenium Basicshttps://youtu.be/VfdsLMZV2l8
System Requirements For Seleniumhttps://youtu.be/dQHw6LQYoQY
Installation of Firefox And Add-ons for Seleniumhttps://youtu.be/CPXXjxsX8HE
How To Open A Website In Selenium?https://youtu.be/U2uXZ5nX2ls
Selenium WebDriver Methodshttps://youtu.be/pwtGy-XMSnU
Locators In Selenium WebDriverhttps://youtu.be/ijpWwRpB4YA

Selenium Intermediate + Advanced Course

  • How To Test Text Box Using Selenium?
  • How To Test CheckBox Using Selenium?
  • How To Test Radio Button Using Selenium?
  • How To Test Drop Down Using Selenium?
  • How To Test Form Using Selenium?
  • Validation Program in Selenium WebDriver
  • How To Validate Alert Box and Confirm Box Using Selenium?
  • How To Validate Prompt Box and Message Alert Using Selenium?
  • How To Write XPATH In Selenium WebDriver?
  • Handling Mouseover & Screenshot in Selenium
  • Synchronization in Selenium WebDriver
  • Iframe in Selenium WebDriver
  • Robot API In Selenium WebDriver
  • JXL in Selenium WebDriver
  • JUnit in Selenium WebDriver
  • JUnit in selenium Webdriver – Part B
  • JUnit in selenium Webdriver – Part 3
  • Introduction to TestNG Framework and Annotations
  • Embedding selenium Script in TestNG Framework
  • DataProvider in TestNG Framework
  • Creating and Writing Data Using Apache POI in Selenium Webdriver
  • Reading Data using Apache POI and Data-driven Test
  • TestNG Framework Parallel and Cross-Browser Testing
  • Group Testing Using TestNG Framework
  • What is Apache Ant?
  • Embedding Selenium Webdriver Script in Apache Ant
  • What is Apache Maven?
  • Embedding Selenium Webdriver Script in Apache Maven

Software Design Patterns Course in Tamil

Free Course

Paid Course

Free Course Link

Paid Course Links

76 Mins ( 1 Hour 16 Mins)

135 Mins (2 Hours 15 mins) Completed

  • Software Design Patterns Course is a part of 12 in 1 Course Bundle



What are Software Design Patterns?https://youtu.be/p_QmyAhDyQc
What are Creational Design Patterns?https://youtu.be/sYaiZKeZUmk
Model View Controller (MVC)https://youtu.be/RI4Uv3SiAqc
What is Singleton Design Pattern?https://youtu.be/01xzHPw-o9U
Singleton Design Pattern Implementation in Javahttps://youtu.be/3sysRUK0pcc
What is Factory Design Pattern?https://youtu.be/8axVtzzs05s
Factory Design Pattern implementation in Javahttps://youtu.be/Uq_uSNDpPHo
What is Abstract Factory Design Pattern?https://youtu.be/-VR9dwK2y2Q
Abstract Factory Design Pattern Java programhttps://youtu.be/cQIiXMqEaAw
What is Prototype Design Pattern?https://youtu.be/BMm8U_J_wEo
Prototype Design Pattern Program in Javahttps://youtu.be/MaDpqEfMefA
What is Object Pool Design Pattern?https://youtu.be/UIVSlYSnoXk
What is Builder Design Pattern?https://youtu.be/mxN9LVJZNJs

 

Software Desgin Patterns Intermediate + Advanced Course

  • What is Adapter Design Pattern?
  • Adapter Design Pattern Java program
  • Bridge Design Pattern real-time examples
  • Bridge Design Pattern Java Implementation
  • What is Composite Design Pattern?
  • Composite Design Pattern Java Implementation
  • Decorator Design Pattern
  • Decorator Design Pattern Java Program
  • Facade Design Pattern
  • Facade Design Pattern in Java
  • Flyweight Design Pattern [Class – 24]
  • Flyweight Design Pattern in Java
  • Proxy Design Pattern
  • Proxy Design Pattern in Java
  •  
  • Visitor Design Pattern
  • Chain of Responsibility Design Pattern
  • Iterator Design Pattern
  • Mediator Design Pattern in Java
  • Memento Design Pattern
  • Null Object Design Pattern
  • Observer Design Pattern
  • State Design Pattern
  • Strategy Design Pattern
  • Template Method Design Pattern
  •  

JavaScript Course in Tamil

Free Course

Paid Course

Free Course Link

Paid Course Links

203 Mins ( 3 Hour 23 Mins)

690 Mins (11 Hours 30 Minutes) Completed



Introduction to Java Scripthttps://youtu.be/J8hYkDC7mZ0
JavaScript Syntaxhttps://youtu.be/CRDPxDuqMEE
JavaScript Placementshttps://youtu.be/zh1ZOFJ_Wlg
JavaScript Comments | JS Single Line Comment | JS Multi Line Commentshttps://youtu.be/3V4nGSQ1oAk
JavaScript Variables | JS Variable Ruleshttps://youtu.be/NjF3K93wQok
JavaScript DataTypes | JS Primitive & Non Primitive DataTypeshttps://youtu.be/AhrtQ1o8dMM
JavaScript Type Conversion | JS Implicit Explicit Type Conversionhttps://youtu.be/hCqCP0iplXI
JavaScript Operators Basicshttps://youtu.be/B7SNh9zHpsw
JavaScript Arithmetic Operatorshttps://youtu.be/o4DbThmWp-c
JavaScript Comparison Operatorshttps://youtu.be/3_IenHdH6PU
JavaScript Assignment Operatorshttps://youtu.be/1hTn0ryFdS4
JavaScript Logical Operatorshttps://youtu.be/vQMDEbP1c_Q
JavaScript Bitwise Operatorshttps://youtu.be/F-MC9JpTnGg
JavaScript Ternary Operatorhttps://youtu.be/pG7om8D25U8
JavaScript Interactions Basicshttps://youtu.be/pyUfc8-JfCA
JavaScript Alert Boxhttps://youtu.be/wR46CsycVOw
JavaScript Confirm Boxhttps://youtu.be/PmtQEK94Eqc
JavaScript Prompt Boxhttps://youtu.be/TIMmfq0ZThE
JavaScript Conditional Statement Basicshttps://youtu.be/VrHh0fCb8Ts
JavaScript If Statementhttps://youtu.be/J4h-GYl3Hko
JavaScript If else Statementhttps://youtu.be/KtgqxRbQ98U
JavaScript Swith Statementhttps://youtu.be/QcF2nVnL_cM

JavaScript Intermediate + Advanced Course

  • JavaScript Loop Basics
  • JavaScript For Loop
  • JavaScript While Loop
  • JavaScript Do While Loop
  • JavaScript Multiplication Program Using For Loop
  • JavaScript Loop Control Statemens
  • JavaScript Break Control Statement
  • JavaScript Continue Control Statement
  •  
  • JavaScript Object
  • JavaScript Object Part – 2
  • JavaScript Object Advanced Concepts Part – 3
  • JavaScript String
  • JavaScript String Methods
  • JavaScript Arrays Part – 1in Tamil
  • JavaScript Arrays Manipulation Methods Part – 2
  • JavaScript Arrays Manipulation Methods Part – 3
  • JavaScript Numbers Part – 1
  • JavaScript Numbers Part – 2 JavaScript Functions
  • JavaScript Math Object & Functions
  • JavaScript Date Object & Functions
  • JavaScript Strict Mode
  • JavaScript Const and Let Keywords
  • JavaScript this Keyword
  • JavaScript Regular Expression
  • JavaScript Functions Parameters
  • JavaScript Functions Parameters
  • JavaScript Browser Object Model (BOM)
  • JavaScript History Object
  • JavaScript Windows Navigator
  • JavaScript Document Object Model
  • JavaScript Document Object Model Part-2
  • JavaScript Document Object Model Tag Part-3
  • JavaScript Doucment Object Model Methods Part-4
  • JavaScript DOM Property Inner HTML
  • JavaScript DOM Property Inner Text
  • JavaScript DOM Query Selector
  • JavaScript DOM Query Selector All
  • JavaScript DOM Manipulation Methods Part-1
  • JavaScript DOM Manipulation Methods Part-2
  • JavaScript DOM Manipulation Attributes Part-3
  • JavaScript Form Validation
  • JavaScript Email Validation
  • JavaScript Form Examples
  • JavaScript Form Validation
  • JavaScript Mouse Events
  • JavaScript Form Events
  • JavaScript Window Keyboard Events
  • JavaScript Event Listner
  • JavaScript Cookie Introduction
  • JavaScript Cookie Manipulation
  • JavaScript Cookies, Session, Local Storage
  • JavaScript Storage Methods