UrbanPro
true
Siva Naga React JS trainer in Hyderabad

Featured

Siva Naga

IT Professional Trainer

Ameerpet, Hyderabad, India - 500082.

Verified 7 Students

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

Details verified of Siva Naga

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

Having 5+ years faculty experience in c,c++,.Net,SQL server,node.js,react.js ,Python online/class room traning .

Languages Spoken

English

Hindi

Telugu

Education

ANU 2005

Master of Science (M.Sc.)

Address

Ameerpet, Hyderabad, India - 500082

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

React JS Training
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in React JS Training

5

Teaching Experience in detail in React JS Training

I have been teaching React.js past one year for regular and job oriented training includes Onshore and Off Shore . Training would be most interactive way with real time examples as I am working for reputed IT Firm make me to explain live examples.

C Sharp Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Sharp Classes

10

Teaching Experience in detail in C Sharp Classes

I have been teaching c#.net past 5yrs for regular and job oriented training includes Onshore and Off Shore . Training would be most interactive way with real time examples as I am working for reputed IT Firm make me to explain live examples.

Java Script Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Script Training classes

10

Angular.JS Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Angular.JS Training

4

AngularJS Version

AngularJS (1.x), Angular 4, Angular 2

Teaching Experience in detail in Angular.JS Training

Having 8+years real time experience on multiple domains.And expertise in Angular J's legacy versions to latest version. Tr aining available for c#,c,c++,html, bootstrap,css,react.js,node.js also.

Reviews

No Reviews yet! Be the first one to Review

FAQs

1. Which classes do you teach?

I teach Angular.JS, C Sharp, Java Script Training and React JS 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 5 years.

Answers by Siva Naga (3)

Answered on 28/05/2020 Learn Dance/Bharatanatyam Dance Classes

Yes, it is required that one learns with a Guru, whether it is the physical presence or virtual. In any of the mode, dedication and concentration and sadhana are essential. Any art, if we do with heart, makes us perfect. All the best!
Answers 18 Comments
Dislike Bookmark

Answered on 22/08/2018 Learn IT Courses/Programming Languages/C++ Language/Advanced C++ +1 IT Courses/Programming Languages/C Language

Switch is especially useful as check point for multiple conditions. Syntax: Switch(condition) { case 1: logic ;break; case 2 :logic; break; default : logic; } .switch statement checks condtion or choice and look for right case and execute the logic and then break the execution flow. if it did not... ...more

Switch is especially useful as check point for multiple conditions.  Syntax: Switch(condition) {  case 1: logic ;break; case 2 :logic; break; default : logic; } .switch statement checks condtion or choice  and look for right case and execute the logic and then break the execution flow. if it did not find the any matched case , it will execute default  block.
ex: int day=1;
switch(day){
case 1:
          print("Monday");
           break;
case 2:
          print("Tuesday");
           break;
case 1:
          print("Wednesday");
           break;
case 1:
          print("Thursday");
           break;
case 1:
          print("Friday");
           break;
case 1:
          print("saturday");
           break;
Default:
          Print("Sunday");
}

Answers 8 Comments
Dislike Bookmark

Answered on 24/02/2016 Learn IT Courses

Hi Amritesh, I appreciate your decision and welcome to IT firm. For any IT/Hardware courses , c is basic course later c++. So I request you to take training in c & c++ first. Regards SivNag
Answers 63 Comments
Dislike Bookmark

Teaches

React JS Training
6 Students

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in React JS Training

5

Teaching Experience in detail in React JS Training

I have been teaching React.js past one year for regular and job oriented training includes Onshore and Off Shore . Training would be most interactive way with real time examples as I am working for reputed IT Firm make me to explain live examples.

C Sharp Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Sharp Classes

10

Teaching Experience in detail in C Sharp Classes

I have been teaching c#.net past 5yrs for regular and job oriented training includes Onshore and Off Shore . Training would be most interactive way with real time examples as I am working for reputed IT Firm make me to explain live examples.

Java Script Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Script Training classes

10

Angular.JS Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Angular.JS Training

4

AngularJS Version

AngularJS (1.x), Angular 4, Angular 2

Teaching Experience in detail in Angular.JS Training

Having 8+years real time experience on multiple domains.And expertise in Angular J's legacy versions to latest version. Tr aining available for c#,c,c++,html, bootstrap,css,react.js,node.js also.

No Reviews yet! Be the first one to Review

Answers by Siva Naga (3)

Answered on 28/05/2020 Learn Dance/Bharatanatyam Dance Classes

Yes, it is required that one learns with a Guru, whether it is the physical presence or virtual. In any of the mode, dedication and concentration and sadhana are essential. Any art, if we do with heart, makes us perfect. All the best!
Answers 18 Comments
Dislike Bookmark

Answered on 22/08/2018 Learn IT Courses/Programming Languages/C++ Language/Advanced C++ +1 IT Courses/Programming Languages/C Language

Switch is especially useful as check point for multiple conditions. Syntax: Switch(condition) { case 1: logic ;break; case 2 :logic; break; default : logic; } .switch statement checks condtion or choice and look for right case and execute the logic and then break the execution flow. if it did not... ...more

Switch is especially useful as check point for multiple conditions.  Syntax: Switch(condition) {  case 1: logic ;break; case 2 :logic; break; default : logic; } .switch statement checks condtion or choice  and look for right case and execute the logic and then break the execution flow. if it did not find the any matched case , it will execute default  block.
ex: int day=1;
switch(day){
case 1:
          print("Monday");
           break;
case 2:
          print("Tuesday");
           break;
case 1:
          print("Wednesday");
           break;
case 1:
          print("Thursday");
           break;
case 1:
          print("Friday");
           break;
case 1:
          print("saturday");
           break;
Default:
          Print("Sunday");
}

Answers 8 Comments
Dislike Bookmark

Answered on 24/02/2016 Learn IT Courses

Hi Amritesh, I appreciate your decision and welcome to IT firm. For any IT/Hardware courses , c is basic course later c++. So I request you to take training in c & c++ first. Regards SivNag
Answers 63 Comments
Dislike Bookmark

Siva Naga describes himself as IT Professional Trainer. He conducts classes in Angular.JS, C Sharp and Java Script Training. Siva is located in Ameerpet, Hyderabad. Siva takes Online Classes- via online medium. He has 10 years of teaching experience . Siva has completed Master of Science (M.Sc.) from ANU in 2005. HeĀ is well versed in English, Hindi and Telugu.

X

Share this Profile

Recommended Profiles

Purnananda Behera

Purnananda Behera photo Kokapet, Hyderabad

Kranthi

Kranthi photo Chanda Nagar, Hyderabad

Sarath Anagha

Sarath Anagha photo Nizampet, Hyderabad

Ravish Batra

Ravish Batra photo Sector 76, Noida

Dhanraj Singh

Dhanraj Singh photo Yeshwanthpur, Bangalore

Avinash

Avinash photo Ameerpet, Hyderabad

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