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 Bundle - 12 Software Courses in 1 தமிழில்
தமிழில் OOPs, C, C++, Java, Python, Android, Software Design Patterns, Kotlin, MySQL, Selenium, JavaScript and HTML- 500+ Lecture Videos in Tamil
- 110+ Hours of Videos in Tamil
- Course can be accessed by downloading via Udemy Mobile App
- Lifetime Course Access
- No Advertisement while watching videos
- One time payment
- Watch on TV, Laptop, Desktop or Mobile
- 30-Day Money-Back Guarantee (Check Udemy Refund Policies For More Details)
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 |
|
C Course Basic Level
What is C Language? | https://youtu.be/3BAaNsNO1KM |
Hello World Program in C | https://youtu.be/i0hadADMOoU |
C Tokens | https://youtu.be/WsL2XJrA9MY |
C int DataType Sample Program | https://youtu.be/fLZC6oAvgOg |
Addition Program in C | https://youtu.be/gDhYpEJFFzE |
C Data Types | https://youtu.be/puqwVz5kJj4 |
C Escape Sequences | https://youtu.be/IZ7jRpNl4DI |
C Variables | https://youtu.be/__t1JMZHevU |
C Variable Naming Rules | https://youtu.be/Pm7-INExL0M |
C Local Variable Program | https://youtu.be/nadzZjCxbGA |
C Global Variable Program | https://youtu.be/E8PAXTjHqWw |
C Static Variable Program | https://youtu.be/D5LnhUCIMfc |
C Constants Basics | https://youtu.be/NubFuk4Qhrg |
C Integer Constants | https://youtu.be/UzWxB5PtX-Y |
C Real Constants | https://youtu.be/8bJ44gPj5Gk |
C Character Constants | https://youtu.be/YYQ6l95mZII |
C Backslash Constants | https://youtu.be/34h-f6Frm7s |
C Constants Program | https://youtu.be/968iHwqNKr4 |
C Operators Basics | https://youtu.be/1sTqj3WCk_8 |
C Arithmetic Operators | https://youtu.be/kADXYTgB65U |
C Relational Operators | https://youtu.be/U3Xl8ibjOQU |
C Logical Operators | https://youtu.be/0pIRb0QnXRo |
C Bitwise Operators | https://youtu.be/738pNdpUG24 |
C Assignment Operators | https://youtu.be/yDO0CJfkMXE |
C Misc Operators | https://youtu.be/_QpgwIFwi4U |
C Conditional Statements Basics | https://youtu.be/GgxLeMDZhnY |
C if Statement | https://youtu.be/mKh3PlMZ3ZQ |
C if else Statement | https://youtu.be/6NXQzA6hAB8 |
C if else if Statement | https://youtu.be/utHSUQMvo3w |
C Nested if Statement | https://youtu.be/kaGkn2MRqek |
C Switch Statement | https://youtu.be/d_WC2GBHLJk |
C Switch Rules Tutorial | https://youtu.be/OQAjI3EvcA4 |
C Switch Program | https://youtu.be/L2H7GVu-0sI |
C Nested Switch Basics | https://youtu.be/41CNXn2q7Dc |
C Nested Switch Program | https://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 |
|
C++ Basic Course
What is C++? | https://youtu.be/S5mGKYe_wFY |
Why To Use C++? | https://youtu.be/iJ6LPMWPC94 |
C++ Uses | https://youtu.be/L5v-plLiZKY |
C++ History | https://youtu.be/BW8bumI5W5Y |
C VS C++ | https://youtu.be/dR81htvyu40 |
C++ Features | https://youtu.be/b1s_9Cfh_pY |
C++ Variables | https://youtu.be/24NKbezfaUI |
C++ Input & Output | https://youtu.be/mjVrcUdM9UQ |
What is C++? | https://youtu.be/S5mGKYe_wFY |
Why To Use C++? | https://youtu.be/iJ6LPMWPC94 |
C++ Uses | https://youtu.be/L5v-plLiZKY |
C++ History | https://youtu.be/BW8bumI5W5Y |
C VS C++ | https://youtu.be/dR81htvyu40 |
C++ Features | https://youtu.be/b1s_9Cfh_pY |
C++ Variables | https://youtu.be/24NKbezfaUI |
C++ Input & Output | https://youtu.be/mjVrcUdM9UQ |
C++ If Statements | https://youtu.be/zh2oej9pH3A |
C++ If Else Statements | https://youtu.be/6BEtv632AHw |
C++ If Else If Ladder | https://youtu.be/ZlcOX9qR_Ik |
C++ Switch Statement | https://youtu.be/nYUR_jsa2nk |
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. |
What is Python? | https://youtu.be/4qSUvpoWnlM |
Python Environment | https://youtu.be/0c9UvgODmMQ |
Python IDE for Windows | https://youtu.be/MZu_eQKX3yY |
Python Hello World Program | https://youtu.be/dEk3YNeLVGk |
Python DataTypes | https://youtu.be/lhUjdFN3qeI |
Python Comments | https://youtu.be/5KfMhpsPwcE |
Python If Else | https://youtu.be/ZmekXBoBpC4 |
Python If Else Program | https://youtu.be/Jc-Ai8UEXTE |
Python for loop | https://youtu.be/wOput3TeCI4 |
Python for loop program | https://youtu.be/DwRexirCi70 |
Python for increment program | https://youtu.be/RoYAvMACe_k |
Python String | https://youtu.be/iYMDgKVj8rs |
Python String Program | https://youtu.be/10KitACesmM |
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 Android | https://youtu.be/4aiTMx3AM58 |
Android Versions | https://youtu.be/lw_plpFmu1g |
Android Internals | https://youtu.be/H0uioMaxTng |
Android Architecture | https://youtu.be/tAZCmhBvzR8 |
Android Studio Download & Installation | https://youtu.be/NiLgRcT6gvg |
Android Life Cycle | https://youtu.be/A2d0OkCou_0 |
How To Use Button In Android | https://youtu.be/N2YGnR9FE9U |
How To Use Edit Text In Android | https://youtu.be/XfYTvTi3KC0 |
How To Use Text View In Android | https://youtu.be/BGjEiywkexA |
Moving To Next Activity In Android | https://youtu.be/cEu8hWLSBFA |
How To Use CheckBox In Android | https://youtu.be/vcSWeVWzpHg |
How To Use Radio Button In Android | https://youtu.be/pPiNAnC9phU |
How To Use Switch In Android | https://youtu.be/m-5lcLhEhs8 |
How To Use Toggle Button In Android | https://youtu.be/4MkOo382DOk |
How To Use Floating Action Button In Android | https://youtu.be/WcAwa_44mtg |
Android Rating Bar Tutorial | https://youtu.be/YfXRTgHJYko |
Android Progress Bar Tutorial | https://youtu.be/gYOQRQu_jyM |
Android Spinner Tutorial | https://youtu.be/pdk_GDqXx88 |
Android ListView Tutorial | https://youtu.be/JIuf8rxSE2Q |
Android WebView Tutorial | https://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 Kotlin | https://youtu.be/Ld0h9j1fG4M |
How to install Kotlin in Windows? | https://youtu.be/iAOW8paz9kA |
Kotlin Basics, DataTypes, Variables & Operators | https://youtu.be/kv3gugiuluE |
Kotlin Conditions & Booleans | https://youtu.be/8QfWgvQ92x4 |
Kotlin List Array | https://youtu.be/vIQ_NLK8NRs |
Kotlin Loops | https://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 |
|
Introduction To HTML | https://youtu.be/vt_Q-NGcI4Y |
HTML Development Tools | https://youtu.be/QoVaDEMIQsY |
HTML Formatting Text Part-1 | https://youtu.be/WSshDedpeAU |
HTML Formatting Text Part-2 | https://youtu.be/PoF-UtAIJsU |
HTML Links | https://youtu.be/xzhEwZ9wFIA |
HTML File Paths | https://youtu.be/1czGX2ND0_8 |
HTML Image Tag – Part 1 | https://youtu.be/p5noOI_Fvsk |
HTML Image Tag – Part 2 | https://youtu.be/kQ0EqbrV1dY |
HTML Style & Color Tags | https://youtu.be/NRtYPyvcM0k |
HTML Style & Color Tags Part – 2 | https://youtu.be/P-RkBUWfqMA |
HTML Marquee Tag | https://youtu.be/JUik2xYEi1I |
HTML Marquee Tag Attributes | https://youtu.be/tRcrBo89lz0 |
HTML Div Tag Part 1 | https://youtu.be/hoJeF7XdMiU |
HTML Div Tag Part 2 | https://youtu.be/tMrBTq9i7IM |
HTML Span Tag | https://youtu.be/gNrw-dgX0aI |
What Should We Learn In HTML? | https://youtu.be/ELo-1fgO5JI |
HTML Overflow, Float, Inline & Block | https://youtu.be/mmtC1fHNTvw |
HTML Overflow, Float, Inline & Block Part-2 | https://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 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 |
|
Software Testing Basics | https://youtu.be/2sRrdoonzNU |
Selenium Basics | https://youtu.be/VfdsLMZV2l8 |
System Requirements For Selenium | https://youtu.be/dQHw6LQYoQY |
Installation of Firefox And Add-ons for Selenium | https://youtu.be/CPXXjxsX8HE |
How To Open A Website In Selenium? | https://youtu.be/U2uXZ5nX2ls |
Selenium WebDriver Methods | https://youtu.be/pwtGy-XMSnU |
Locators In Selenium WebDriver | https://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 |
|
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 Java | https://youtu.be/3sysRUK0pcc |
What is Factory Design Pattern? | https://youtu.be/8axVtzzs05s |
Factory Design Pattern implementation in Java | https://youtu.be/Uq_uSNDpPHo |
What is Abstract Factory Design Pattern? | https://youtu.be/-VR9dwK2y2Q |
Abstract Factory Design Pattern Java program | https://youtu.be/cQIiXMqEaAw |
What is Prototype Design Pattern? | https://youtu.be/BMm8U_J_wEo |
Prototype Design Pattern Program in Java | https://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 Script | https://youtu.be/J8hYkDC7mZ0 |
JavaScript Syntax | https://youtu.be/CRDPxDuqMEE |
JavaScript Placements | https://youtu.be/zh1ZOFJ_Wlg |
JavaScript Comments | JS Single Line Comment | JS Multi Line Comments | https://youtu.be/3V4nGSQ1oAk |
JavaScript Variables | JS Variable Rules | https://youtu.be/NjF3K93wQok |
JavaScript DataTypes | JS Primitive & Non Primitive DataTypes | https://youtu.be/AhrtQ1o8dMM |
JavaScript Type Conversion | JS Implicit Explicit Type Conversion | https://youtu.be/hCqCP0iplXI |
JavaScript Operators Basics | https://youtu.be/B7SNh9zHpsw |
JavaScript Arithmetic Operators | https://youtu.be/o4DbThmWp-c |
JavaScript Comparison Operators | https://youtu.be/3_IenHdH6PU |
JavaScript Assignment Operators | https://youtu.be/1hTn0ryFdS4 |
JavaScript Logical Operators | https://youtu.be/vQMDEbP1c_Q |
JavaScript Bitwise Operators | https://youtu.be/F-MC9JpTnGg |
JavaScript Ternary Operator | https://youtu.be/pG7om8D25U8 |
JavaScript Interactions Basics | https://youtu.be/pyUfc8-JfCA |
JavaScript Alert Box | https://youtu.be/wR46CsycVOw |
JavaScript Confirm Box | https://youtu.be/PmtQEK94Eqc |
JavaScript Prompt Box | https://youtu.be/TIMmfq0ZThE |
JavaScript Conditional Statement Basics | https://youtu.be/VrHh0fCb8Ts |
JavaScript If Statement | https://youtu.be/J4h-GYl3Hko |
JavaScript If else Statement | https://youtu.be/KtgqxRbQ98U |
JavaScript Swith Statement | https://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
Bro java course details (basic topics , intermediate + Advanced ) here mention pannala bro ..Kindly update ..
Ok bro, I will update it soon.
bro last 5 topic in android app development (google firstore ,queries , android firebase storage,android fragment ,android machine learing) are those topic are missing in #12 in 1 bundle course# bro..we are already buy your udemy course so please update that remaining this 5 topic in udemy its my humble request bro
ok bro
bro,pls ping me on insta programmingline