UrbanPro
true
Shamik Mitra Big Data trainer in Kolkata

Shamik Mitra

Java Technical Leader

Bagbazar, Kolkata, India - 700003.

1 Student

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

Details verified of Shamik Mitra

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

Tutoring Profile
MVB on DZone
1. I have 9 years of experience professional experience in Java/j2ee stack. Currently I act as a Technical Leader in IBM. I believe sharing knowledge is fun. I am a java maniac, Love to write article onJava,J2ee,SDLC,Agile,Microservices,Devops, etc. I am maintaining a blog on Java/J2ee and cutting-edge technology, http://javaonfly.blogspot.in/ Java lovers can follow this blog and reach me out. Apart from that I am a regular writer on DZone. 98% percentile Holder in Site TECHGIG Online java coding Competition.

Achievement:

0) Wrote an E-book on Java
1) I am a JAVA SME (Subject matter Expert) in IBM
2) Member of Java Interview Panel in IBM.
3) My Students are successfully crack java Interview on Company like TCS, CTS, IBM etc.
4) 1000 Visitors /day on my blog
5) 98% percentile in TECHGIG Online java coding Competition
6) ā€œ IBM Eminence & Excellenceā€ for Best performer in Project.
7) ā€ IBM Spark awardā€ for Innovation and outstanding Performance.
8) ā€œIBM Deep Skill Awardā€ for Knowledge on niche skills like Devops,Microservices etc.
9) ā€œTechathon jury Awardā€ : IBM Coding competition challenge all over India.
10) I love to do photography My photo was published in t2(Telegraph),Epson and Pixoto you
11) My photo was published in ā€œDaily Dozenā€ in National geography.

Languages Spoken

Bengali

English

Hindi

Education

WBUT

Bachelor of Technology (B.Tech.)

Address

Bagbazar, Kolkata, India - 700003

Verified Info

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

Big Data Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Agile Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Agile Training

5

Spring Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Spring Training

4

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

10

Teaches

JSP (Java Server Pages)

Certification training offered

Yes

Apache Tomcat Training classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Documents (2)

Java 8 fluent API

Java Concurrency Fork/Join poo...

Reviews

No Reviews yet! Be the first one to Review

FAQs

1. Which classes do you teach?

I teach Agile, Apache Tomcat Training, Big Data, Java Training and Spring Classes.

2. Do you provide a demo class?

Yes, I provide a free demo class.

3. How many years of experience do you have?

I have been teaching for less than a year.

Lessons (2)

Code Smell and Shotgun Surgery

The Code Smells are similar in concept to Development-level Anti-patterns. Sometimes in our code, we introduce code smell unintentionally those makes our design fragile. Definition of Code smell Code...

03/10/2016
0 0
0
Few words for Java Learners

Many of you think to get a job one has to have knowledge of java as in IT industry often you require java. A few think in a different way they say java is a vanilla skill so in future your salary will...

05/09/2016
0 0
0

Answers by Shamik Mitra (13)

Answered on 28/08/2016 Learn IT Courses/Java

immediate

Share the Question please?
Answers 16 Comments
Dislike Bookmark

Answered on 28/08/2016 Learn IT Courses/Java +1 IT Courses/Java/Core Java

Look at the program. If you face problem to understand this coding let me know. package com.test.scjp; public class StringReplacer { public String replaceMethod(String original, String toReplace, String replacedWith) { for(int j=0;j...more
Look at the program. If you face problem to understand this coding let me know. package com.test.scjp; public class StringReplacer { public String replaceMethod(String original, String toReplace, String replacedWith) { for(int j=0;j
Answers 16 Comments
Dislike Bookmark

Answered on 06/08/2016 Learn IT Courses/Java

try { // code here } catch(Exception ex) { throw ex; } but this is not advisable hust catch the same exception and re-throw it. If you want to make your application specific message then you can try this.
Answers 15 Comments
Dislike Bookmark

Answered on 06/08/2016 Learn IT Courses/Java

try { } catch(Exception ex) { }
Answers 15 Comments
Dislike Bookmark

Answered on 23/07/2016 Learn IT Courses/Java

Nope, you can write it without catch but without try not possible.
Answers 17 Comments
Dislike Bookmark

Teaches

Big Data Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Agile Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Agile Training

5

Spring Training
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Spring Training

4

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

10

Teaches

JSP (Java Server Pages)

Certification training offered

Yes

Apache Tomcat Training classes
1 Student

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

No Reviews yet! Be the first one to Review

Answers by Shamik Mitra (13)

Answered on 28/08/2016 Learn IT Courses/Java

immediate

Share the Question please?
Answers 16 Comments
Dislike Bookmark

Answered on 28/08/2016 Learn IT Courses/Java +1 IT Courses/Java/Core Java

Look at the program. If you face problem to understand this coding let me know. package com.test.scjp; public class StringReplacer { public String replaceMethod(String original, String toReplace, String replacedWith) { for(int j=0;j...more
Look at the program. If you face problem to understand this coding let me know. package com.test.scjp; public class StringReplacer { public String replaceMethod(String original, String toReplace, String replacedWith) { for(int j=0;j
Answers 16 Comments
Dislike Bookmark

Answered on 06/08/2016 Learn IT Courses/Java

try { // code here } catch(Exception ex) { throw ex; } but this is not advisable hust catch the same exception and re-throw it. If you want to make your application specific message then you can try this.
Answers 15 Comments
Dislike Bookmark

Answered on 06/08/2016 Learn IT Courses/Java

try { } catch(Exception ex) { }
Answers 15 Comments
Dislike Bookmark

Answered on 23/07/2016 Learn IT Courses/Java

Nope, you can write it without catch but without try not possible.
Answers 17 Comments
Dislike Bookmark

Contact

Load More

Lessons (2)

Code Smell and Shotgun Surgery

The Code Smells are similar in concept to Development-level Anti-patterns. Sometimes in our code, we introduce code smell unintentionally those makes our design fragile. Definition of Code smell Code...

03/10/2016
0 0
0
Few words for Java Learners

Many of you think to get a job one has to have knowledge of java as in IT industry often you require java. A few think in a different way they say java is a vanilla skill so in future your salary will...

05/09/2016
0 0
0

Shamik Mitra describes himself as Java Technical Leader. He conducts classes in Agile, Apache Tomcat Training and Big Data. Shamik is located in Bagbazar, Kolkata. Shamik takes at students Home and Regular Classes- at his Home. He has 10 years of teaching experience . Shamik has completed Bachelor of Technology (B.Tech.) from WBUT. HeĀ is well versed in Bengali, English and Hindi.

X

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.

Certified

The Certified badge indicates that the Tutor has received good amount of positive feedback from Students.

Different batches available for this Course

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