UrbanPro
true
Abhishek Sharma Java trainer in Gurgaon

Featured

Abhishek Sharma

Senior Software Engineer with passion to teach.

Sector 57 Sushant Lok III, Gurgaon, India - 122003.

Verified 12 Students

Contact
Referral Discount: Get ₹ 250 off when you make a payment to start classes. Get started by Booking a Demo.

Details verified of Abhishek Sharma

Identity

Education

Know how UrbanPro verifies Tutor details

Identity is verified based on matching the details uploaded by the Tutor with government databases.

Overview

I'm a software developer with 8+ years of experience in creating highly scalable microservices.
I've worked with many product-based firms and even lead people.

I teach so that you can land a job, and get a hands-on experience in corporate coding, so not a regular tutor.

I've scaled the load to handle 10 million to 100 million.

** All below tech are taught with interview questions **

Tech courses include:-
1. Java-8
2. SpringBoot ( micro-service from scratch - production ready)
3. Hibernate
4. Postgres
5. Mysql
6. MongoDB
7. Aws
8. Coding ( for cracking interviews )

At the end of the course, you will learn:-
1. complete java 8, with interview questions.
2. Postgres and MySQL - scaling, tuning, query optimizing, indexes, performance monitoring.
3. Springboot - a real-life project with production-ready code (Exact code that you'll write as a software engineer for product-based firms)
4. Coding interview questions

**************************************
**Additional Benefits:**
---------------------------------
1. Join another batch for revision at no extra cost.
2. Access to video recordings of all sessions.
3. Well-documented code provided in a GitHub repository.
4. PDF notes available for select courses.

**************************************



**************************************
In coding class we will cover :
1. Data-Strucures : Array, linkedList, Stack, Queue, Heap,, Tree
2. DSA
3. We will be covering minimum 75 leetcode questions on the platform.
**************************************

I have helped 50+ people to land a job or switch their profile to backend development.

Please note :
Personal coaching starts with : 10k/month
Group(1-4) classes starts with : 6k/month
Job support : 10k/month

For Complete Course pricing starts with :
1. Core java : 12k
2. Springboot : 15k
3. Coding (DSA) : 10k

In this cutting-edge course, we'll dive into the latest industry-standard technology and tools, ensuring that you're well-equipped and industry-ready for success.

Languages Spoken

English Proficient

Hindi Proficient

Education

aktu 2017

Bachelor of Technology (B.Tech.)

Address

F40, 1st floor Sushant Lok III, Sector 57

Sector 57 Sushant Lok III, Gurgaon, India - 122003

Landmark: Ansal Boom Plaza

Verified Info

ID Verified

Education Verified

Phone Verified

Email Verified

Report this Profile

Is this listing inaccurate or duplicate? Any other problem?

Please tell us about the problem and we will fix it.

Please describe the problem that you see in this page.

Type the letters as shown below *

Please enter the letters as show below

Teaches

Java Training Classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

8

Teaches

Hibernate, Spring, Java Full Stack Developer, Core Java, Web services, JSP (Java Server Pages), Java Real Time Projects, J2EE

Certification training offered

Yes

Teaching Experience in detail in Java Training Classes

I've been working as Backend Developer with tech stack Spring, Sprinboot - cloud, security, etc, Mongodb, Postgres, Mysql, SQS, Redis, ActiveMq, etc. I've give training to new joining in my company as grooming sessions. I teach. basics which will help in clearing interviews and office work.

BTech Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

7

BTech Electrical & Electronics subjects

Data Structures & Algorithms

BTech Computer Science subjects

Design and Analysis of Algorithms, Web Engineering, Cloud Computing, Java Programming, Database Management Systems

BTech Branch

BTech Computer Science Engineering

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

No

Teaching Experience in detail in BTech Tuition

I'm having 6+ years of experience in IT industry. I've taught java and DSA ( coding ) to more than 50 people for job or enhancing career. I'm teaching college students coding and java to get ahead of competition and score good CGPA.

Database Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Database Training classes

7

Teaching Experience in detail in Database Training classes

I've been working in the tech industry for 6 years, and I've worked with multiple traditional and non-relational databases. I would like to share my knowledge with you which I a cured over years.

Courses

Documents (1)

Java - Variable Notes

Reviews (11)

5 out of 5 11 reviews

Abhishek Sharma https://p.urbanpro.com/tv-prod/member/photo/5005471-small.png Sector 57 Sushant Lok III
5.00511
Abhishek Sharma
V

Java Training Requirement for :Core Java

"Very good explanation from scratch, teaching is very good, Sharing and discussing interview questions with analysis in every topic is very informative and helpful. "

Abhishek Sharma
S

Corporate java training with basics Requirement for :Core Java

"His teaching skills is great. He taught us every concepts from the deep. He motivates every student to work hard till you won't achieve your goals. "

Abhishek Sharma
N

Java Training Requirement for :Core Java

"I recently took java classes from Abhishek sir, and I couldn't be more impressed. He is incredibly talented, and patient . He not only explains the subject thoroughly but also provides excellent interview questions in parallel with each topic. I highly recommend his classes to anyone looking to master java . He provides clear pdf notes as well. "

Abhishek Sharma
A

Java Training Requirement for :Hibernate,Spring,Web services

"He is the best tutor I have came across, very passionate in teaching and good mentor & support. He is the best choice of who want to learn the subject in depth "

Have you attended any class with Abhishek?

FAQs

1. What type of Java programming do you teach?

Hibernate, Spring, Java Full Stack Developer and others

2. Which classes do you teach?

I teach BTech Tuition, Database Training and Java Training Classes.

3. Do you provide a demo class?

Yes, I provide a free demo class.

4. How many years of experience do you have?

I have been teaching for 8 years.

Answers by Abhishek (1)

Answered on 24 Jun Learn IT Courses/Java

The most important concepts, in sequence, are :- 1. Class elements ( Variables, Methods, Constructor, Instance-block, Static-block) 2. Oops (A-PIE : Abstraction, Polymorphism, Inheritance, Encapsulation ) 3. Access modifiers ( public, private, protected, default ) 4. final and static keyword (... ...more

The most important concepts, in sequence, are :-

1. Class elements ( Variables, Methods, Constructor, Instance-block, Static-block) 

2. Oops  (A-PIE : Abstraction, Polymorphism, Inheritance, Encapsulation )

3. Access modifiers ( public, private, protected, default ) 

4. final and static keyword ( at variable, method and class level ) 

5. String Manipulation ( String.class, StringBufffer.class, StringBuilder.class) 

6. Interface  ( with use of abstract keyword and strategy design pattern ) 

 

Advance topics 

1. Exception Handling ( throw vs thowss, try-catch-finally, custom exceptions )

2. Multithreading ( synchornized method and block, Lock, Latch, Barrier, Semaphore, thread states, thread creation using lamda, CompletableFutures, Executors )

3. Collection (List, Set, Map, Comparable, Comparator, Iterator )

4. Streams 

 

 

  

Answers 4 Comments
Dislike Bookmark

Teaches

Java Training Classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

8

Teaches

Hibernate, Spring, Java Full Stack Developer, Core Java, Web services, JSP (Java Server Pages), Java Real Time Projects, J2EE

Certification training offered

Yes

Teaching Experience in detail in Java Training Classes

I've been working as Backend Developer with tech stack Spring, Sprinboot - cloud, security, etc, Mongodb, Postgres, Mysql, SQS, Redis, ActiveMq, etc. I've give training to new joining in my company as grooming sessions. I teach. basics which will help in clearing interviews and office work.

BTech Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

7

BTech Electrical & Electronics subjects

Data Structures & Algorithms

BTech Computer Science subjects

Design and Analysis of Algorithms, Web Engineering, Cloud Computing, Java Programming, Database Management Systems

BTech Branch

BTech Computer Science Engineering

Type of class

Regular Classes, Crash Course

Class strength catered to

One on one/ Private Tutions, Group Classes

Taught in School or College

No

Teaching Experience in detail in BTech Tuition

I'm having 6+ years of experience in IT industry. I've taught java and DSA ( coding ) to more than 50 people for job or enhancing career. I'm teaching college students coding and java to get ahead of competition and score good CGPA.

Database Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Database Training classes

7

Teaching Experience in detail in Database Training classes

I've been working in the tech industry for 6 years, and I've worked with multiple traditional and non-relational databases. I would like to share my knowledge with you which I a cured over years.

Courses

5 out of 5 11 reviews

Abhishek Sharma
V

Java Training Requirement for :Core Java

"Very good explanation from scratch, teaching is very good, Sharing and discussing interview questions with analysis in every topic is very informative and helpful. "

Abhishek Sharma
S

Corporate java training with basics Requirement for :Core Java

"His teaching skills is great. He taught us every concepts from the deep. He motivates every student to work hard till you won't achieve your goals. "

Abhishek Sharma
N

Java Training Requirement for :Core Java

"I recently took java classes from Abhishek sir, and I couldn't be more impressed. He is incredibly talented, and patient . He not only explains the subject thoroughly but also provides excellent interview questions in parallel with each topic. I highly recommend his classes to anyone looking to master java . He provides clear pdf notes as well. "

Abhishek Sharma
A

Java Training Requirement for :Hibernate,Spring,Web services

"He is the best tutor I have came across, very passionate in teaching and good mentor & support. He is the best choice of who want to learn the subject in depth "

Load More
Have you attended any class with Abhishek?

Answers by Abhishek Sharma (1)

Answered on 24 Jun Learn IT Courses/Java

The most important concepts, in sequence, are :- 1. Class elements ( Variables, Methods, Constructor, Instance-block, Static-block) 2. Oops (A-PIE : Abstraction, Polymorphism, Inheritance, Encapsulation ) 3. Access modifiers ( public, private, protected, default ) 4. final and static keyword (... ...more

The most important concepts, in sequence, are :-

1. Class elements ( Variables, Methods, Constructor, Instance-block, Static-block) 

2. Oops  (A-PIE : Abstraction, Polymorphism, Inheritance, Encapsulation )

3. Access modifiers ( public, private, protected, default ) 

4. final and static keyword ( at variable, method and class level ) 

5. String Manipulation ( String.class, StringBufffer.class, StringBuilder.class) 

6. Interface  ( with use of abstract keyword and strategy design pattern ) 

 

Advance topics 

1. Exception Handling ( throw vs thowss, try-catch-finally, custom exceptions )

2. Multithreading ( synchornized method and block, Lock, Latch, Barrier, Semaphore, thread states, thread creation using lamda, CompletableFutures, Executors )

3. Collection (List, Set, Map, Comparable, Comparator, Iterator )

4. Streams 

 

 

  

Answers 4 Comments
Dislike Bookmark

Abhishek Sharma describes himself as Senior Software Engineer with passion to teach.. He conducts classes in BTech Tuition, Database Training and Java Training. Abhishek is located in Sector 57 Sushant Lok III, Gurgaon. Abhishek takes at students Home, Regular Classes- at his Home and Online Classes- via online medium. He has 8 years of teaching experience . Abhishek has completed Bachelor of Technology (B.Tech.) from aktu in 2017. HeĀ is well versed in English and Hindi. Abhishek has got 11 reviews till now with 100% positive feedback.

X
X

Post your Learning Need

Let us shortlist and give the best tutors and institutes.

or

Send Enquiry to Abhishek

Let Abhishek know you are interested in their class

Reply to 's review

Enter your reply*

1500/1500

Please enter your reply

Your reply should contain a minimum of 10 characters

Your reply has been successfully submitted.

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more