334
Please Read this Important Note
Important Notice: No Downloading and Sharing Videos
Lets get to know each other better?
Install Git Bash on Windows Operating System
Linux Module Folder
Basic Commands: whoami, pwd, cd, mkdir, touch
Basic Commands [Text Editor] : nano, vi, echo , > , >>
Basic Commands to Remove Files Folder Operations: mkdir, rmdir, rm-rf, rm
List Contents of a folder using ls
❓ Linux Commands Knowledge Check
Understanding cat Command
Understanding head, tail command
Understanding cp, mv command
Pattern Matching using grep
Understanding find command
Understanding sort command
Compare files using cmp and diff command
Understanding history command
Text Processing using awk
Moving to Advance Linux Commands. Lets move to Cloud
Step by Step Guide Creating Account AWS
Walkthrough of AWS Dashboard and creating EC2 instance and intro to ssh
Understanding scp command
Installing Mobaxterm for Windows
Revision Part 1
❓ Linux Commands Knowledge Check
Downloading Jenkins using wget command
Installing Java using apt and starting Jenkins on the EC2 server
Running a process in background using nohup command
❓ Linux Commands Knowledge Check
Understanding ps and kill command
File and Folder Compression using gzip and tar command
Introduction to crontab command scheduler
Hands-on on Crontab
Schedule Task with at command
And its done!
Survey for Linux Module
Verify Git Installation
Setting up Personal Info on Git
Git Basic Commands| Study with Me
Understanding git init
Understanding git status
Deep Dive into git commit
Understanding git log
Git Basic Commands For Practice!
Undo Commits with git reset
Undoing Commits with git revert
Understanding Branches in Git
Understanding Revisiting Branch
Understanding Git Merging
Git Merging Scenario 2 Important
Git Merge Scenario Implementation
Understanding How to resolve Merge Conflict in Branches
Picking Just Particular Commits with git cherry-pick
Git Revision Part 1- Study with me
Understanding Remote Repository
Creating Account in Gitlab
Understanding git remote add and git push
Revisiting git log for a moment!
Understanding git clone
Understanding git pull and git fetch
Understanding git fetch
Understanding git pull
Store changes temporarily using git stash
Ignore Files using .gitIgnore
Understanding Git Branching Model Part 1
Understanding Git Branching Model Part 2
How to Explain Git Branching Model in Interview?
Git Branching Model Practice Assignment
How to use Eclipse Git Plugin
Ignoring Files using EGit Plugin in Eclipse
Resolving Conflicts in Eclipse using EGIT
Git Interview Question
Git Module Survey
Install JDK 11 on your windows
Install eclipse on your windows machine
What are Data types in Java?
Understanding Variables
Literals
Lets write the code togehter
Understanding Code Execution
Introduction to Operators
Understanding Arithmetic Operator
Unary Operators 101
Relational Operator
Logical Operator
Bitwise Operator 101
Bitwise Operator Code
Understanding Assignment Operator
Ternary Operator Short Hand If Else
Instance of Operator
Introduction to Conditional Operators
if statement
If Statement Code
If Else
if else if statement
Loops Introduction
For Loop Theory
For Loop Code Part 1
For Loop Code Part 2
While Loop
Do While Loop
Understanding Methods
Understanding Method Execution
Method Overloading
Arrays in Java
Welcome to Array
Array Code
Introduction 2D Array
2D Array Code
Jagged Array
Drawbacks Of Array
String
String Code
String Method Part 1
String Method Part 2
Intern Method
String Buffer 101
String Buffer Methods
String Builder
Procedural Programming 101
Drawback of Procedural Programming
Introduction to Classes and Object
Classes & Objects
Accessing Instance Variables
Encapsulation
This Keyword
Constructors In Java
Default & Parameterized Constructor
Copy Constructor
Constructor Chaining
Private Constructor
Constructor VS Setter
Understanding toString()
Compare 2 objects with equals() Method
OOPS Interview Question
Lets Complete The Student Class
Requirement 2 For Student Class
Requirement 3 For Student Management System
Inheritance
Simple Inheritance Part 01
Simple Inheritance Part 02
Assignment Solution
Super vs This Keyword
Introducing the Person Class
Method Overriding Part 1- Requirement 4
Method Overriding Part 02
Parent of all classes
Method Overloading - Requirement 5
Revision
Our Journey So Far.....
Intro to Static Keyword
Static Variables & Methods - Requirement 6
Static Block
Static Block Assignment - Requirement 7
Build Design Pattern - Requirement 8
Build Design Pattern Student Class
Static Import
Intro to Final Keyword
Final Variable
Requirement 9
Abstract Class
Requirement 10 for Abstract Class
Intro to Interface
Requirement 11
Revision OOP
ENUM Intro
ENUM Theory
Exception handling theory
How to handle exception handling
Variation of try catch block
Creating Custom Exception Part 1
Runtime exception
throw vs throws
Requirement 12
Exception handling Revision
File Class in Java
File Class Part 2
File Reader and File Writer
Buffer Writer
Buffered Reader
Revision
PrintWriter
File Handling Program 1
File Handling Program 2
File Handling Program 3
Serialization and Deserialization
Array of Objects
Array of Objects Code
Requirement 13
Requirement 14
Requirement 14 Solution
Drawbacks of Array
⚠️ Disclaimer
Introduction to Java Collections Framework JCF
Hierarchy of Collection
List 101
Array List Deep Dive
Array List Iteration
Contact App
Internal Working of ArrayList
ArrayList Complete Revision
Requirement 15
Backward Compatibility
Intro to Linked List
Array List and Linked List Comparison
Walkthrough of Linked List Methods
Requirement 16 Part 1
Requirement 16 Part 2
Requirement 16 Part 3 Adding Serialization to the HelpDesk Component
Revision for Array List and Linked List
Introducing Student Manager Class
Vector 101
Vector Methods
Stack
Stack Methods
Stack - Reverse a String
Set 101
Set to List
Internal Working of Hashset (Imp)
Set Revision
Maps 101
Revision of Maps
Surprise
Intro to the Logic Building
🟢 Swap Two Numbers - Easy
🟢 Reverse Integer
🟢 Factorial of a Number
📝 Revision Time
🟢 Even Odd Number Easy [Bitwise manipulation - And &]
🟠 Check if a Number is an Armstrong Number
📝 String 101
🟢 Length of Last Word in String
🟢 Print the Even Words from a String Easy [String Manipulation]
📝 Revision For Question 3,4,5
⚠️ Remove Duplicate Letters From a String Easy [String Manipulation]
🟢 Palindrome Number - Easy [Mathematical Approach and String Manipulation]
🟢 Check if a String is Pangram or Not
🟢 Check if a String is Pangram or Not Solution 2
📝 Revision For 6,7.8
🟢 Pattern Printing - Easy [Interview Question] [Loops]
🟢 Pattern Printing Numeric Hollow Pyramid -Easy Loops
📝 Array 101
🟢 Missing Number in Array - Easy [Mathematical Approach and Bitwise Manipulation ExOr]
🟢 Sum of Array Elements
🟢 Find Largest Element in an Array
🟢 Understanding Linear Searching
🟢 Reverse an Array Solution 1
⚠️ Reverse an Array Solution 2 [Important]
⚠️ Move all Zeros at the end
⚠️ Count the Frequency of characters in String
⚠️ Find Frequency of Special Characters
⚠️ Count the Frequency of Charaters Without Using Hashmap
🟢 Two Sum
🟠 Find the Second Largest Element in an Array [Important Interview Question]
🟢 Count the Number Vowels of the String Easy
🟢 Roman to Integer
🟢 Integer to Roman
📝 Stack 101
🟢 Valid Parentheses
🟠 Check if 2 Strings are Anagram Solution 1
🟠 Monotonic Array
🟢 Changing Keys
📝 String Builder String Buffer and String Class
🟢 Separate numeric values from alphabets Java code
🟢 Replace all vowels in the input name with the character 'x'
⚠️ Merge Two Sorted Arrays
🟢 Find the First and Last Char O in the String
🟢 Reverse Vowels of a String
🟢 Reverse Only Letters
🟢 Fibonacci Series
🟢 Check if a number is even or odd from an Array List
🟢 Count The Digits in a Number
🟢 Name Shortener
⚠️ Transpose Matrix
⚠️ Rotate an Array Right
⚠️ Rotate an Array Left
🟢 Reverse Characters of the words
🟢 Reverse Characters of the words 2nd Way
🟢 Find the Length of the String without .length() Method
🟢 Find the Length of the String without .length() Method 2nd Way
🟢Reverse a Map
⚠️ Linked List 101
⚠️ Reverse a Linked List
🟢Reverse the Case in a String
🟢Remove Duplicate Values from Arrays
🟢Second Solution For Remove Duplicate Elements
🟢Reverse First word of String
⚠️ Check If an Array is Mountain Array or Not?
🟢Count LowerCase and UpperCase Characters in a String
🟢Find Second Largest Number from a String Solution 2
🟢Find Second Largest Number from a String Solution 2
🟢Count Character in String With Twist
🟢Count the Frequency of Words in String !
🟢Find Common Element in Two List
🟢Find Common Element in Two List without inbuild Method
🟢Rearrange Odds And Even
🟢Calculate the Sum of Numbers From String
🟢Some Array Questions Revisions
Assignment 1
Assignment 2
String Assignment
HashMap Assignment
HashMap Assignment
HashMap Assignment
Array Assignment
HashMap Assignment
Logic Building Module Survey
Telit Java Coding Assignment Part1
Telit Interview Question Framework Creation Part1
Telit Interview Question Framework Creation Part2
Telit Interview Question Framework Creation Part 3
Telit Interview Question Framework Creation Part 4
Telit Interview Question Framework Creation Part 5
Telit Interview Question Framework Creation Part 6
Telit Interview Question Framework Creation Part 7 Jenkins Integration
Deutsche Bank AG
Accenture Interview Question
LTI Interview Questions
EPAM Interview Question 1
EPAM Interview Question 2
Capgemini Interview Questions
Interview Question Set 1
Interview Question Set 2
Interview Question Set 3
API Testing Interview Assignment
TCS Interview Questions
Quantafic Interview Questions
Test Technical Exercise -Band 5
Download Stuff
Fix your Naurki Profile for Better Job Calls
Tell Me Something About yourself?
In Conversation with Kajal T on How to Prepare for Job Interviews?
In Conversation with Abhishek how hes working as E2E Tester and work on Automation Project, Challenges
Kavya
A Passionate Approach to Learning Selenium with Jatin
I am currently in the middle of Jatin's Selenium training, and my experience so far has been outstanding. Jatin doesn't just teach—he genuinely enjoys it, which makes the learning process engaging and fun. His use of real-time examples brings the concepts to life, making them easier to understand and remember. What sets his teaching apart is his use of a board and pen, which creates a visual and pictorial memory that helps reinforce the material. Jatin's enthusiasm is contagious, and he consistently encourages us to learn and grow. I particularly appreciate the motivational quotes he shares at the beginning of every session. I make it a point to note them down as they serve as great sources of inspiration for my learning journey.
Charu
Absolutely amazing course
The course is amazing, and the explanations are very clear. Jatin's way of explaining is remarkable. Each topic is covered thoroughly and presented in a way that makes it easy to grasp. Jatin's teaching style ensures that every concept is deeply understood, making the learning experience exceptional.