UrbanPro
true
Ramvinoth Node.JS trainer in Chennai

Ramvinoth

IT Professional trainer with 5+ years of experience in IOT application development.

Periyapanicheri, Chennai, India - 600128.

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

Details verified of Ramvinoth

Identity

Education

Know how UrbanPro verifies Tutor details

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

Overview

ā€¢ Technically sophisticated professional with 5 years of experience in cloud infrastructure
management (AWS, GCP) and application development & enhancement in IOT (Internet of things) Industry.
ā€¢ Experience as an Node.js, JavaScript developer in product development, code source management, GIT setup, RabbitMQ, Redis, MongoDB, MQTT, API etc.

Languages Spoken

Tamil Mother Tongue (Native)

English Proficient

Education

Anna University 2015

Bachelor of Engineering (B.E.)

Address

Periyapanicheri, Chennai, India - 600128

Verified Info

ID 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

Node.JS Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Node.JS Training

5

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

5

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

9

Type of Computer course taken

Software Programming, Training in Computer tools usage, Basics of Computer usage

MongoDB Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in MongoDB Training

5

Amazon Web Services Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Amazon Web Services Training

5

AWS Certification offered

AWS Certified Developer

Engineering Diploma Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Engineering Diploma Tuition

4

Engineering Diploma Branch

Electrical Engineering Diploma, Computer Engineering Diploma

Computer Engineering Diploma Subject

Basics of C Programming, Java Programming, Computer Hardware and Maintenace, Electrical Technology

Type of class

Regular Classes, Crash Course

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

No

Electrical Engineering Diploma Subject

Computer Programming, Basic Electronics

Adobe Photoshop Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Adobe Photoshop Training classes

6

Class I-V Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class I-V Tuition

2

Fees

₹ 100 per hour

Board

State, CBSE, International Baccalaureate

IB Subjects taught

Computers, Science, Mathematics

CBSE Subjects taught

Science, Computers, Mathematics

Taught in School or College

No

State Syllabus Subjects taught

Mathematics, Science

HTML Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in HTML Training

5

CSS Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in CSS Training

6

Reviews

No Reviews yet!

FAQs

1. Which classes do you teach?

I teach Adobe Photoshop Training, Amazon Web Services, CSS, Class I-V Tuition, Computer, Engineering Diploma Tuition, HTML, Java Script Training, MongoDB and Node.JS Classes.

2. Do you provide a demo class?

Yes, I provide a paid demo class.

3. How many years of experience do you have?

I have been teaching for 5 years.

Answers by Ramvinoth (1)

Answered on 01/04/2020 Learn Tuition

public class FibonacciSeries{ public static void main(String args) { int a, b, c, i, n; n = 10; a = b = 1; System.out.print(a+" "+b); for(i = 1; i <= n-2; i++) { c = a + b; System.out.print(" "); System.out.print(c); a = b; b = c; } }} ...more

public class FibonacciSeries{
public static void main(String args[]) {
int a, b, c, i, n;
n = 10;
a = b = 1;
System.out.print(a+" "+b);
for(i = 1; i <= n-2; i++) {
c = a + b;
System.out.print(" ");
System.out.print(c);
a = b;
b = c;
}
}
}

Answers 67 Comments
Dislike Bookmark

Teaches

Node.JS Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Node.JS Training

5

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

5

Computer Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Computer Classes

9

Type of Computer course taken

Software Programming, Training in Computer tools usage, Basics of Computer usage

MongoDB Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in MongoDB Training

5

Amazon Web Services Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Amazon Web Services Training

5

AWS Certification offered

AWS Certified Developer

Engineering Diploma Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Engineering Diploma Tuition

4

Engineering Diploma Branch

Electrical Engineering Diploma, Computer Engineering Diploma

Computer Engineering Diploma Subject

Basics of C Programming, Java Programming, Computer Hardware and Maintenace, Electrical Technology

Type of class

Regular Classes, Crash Course

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

No

Electrical Engineering Diploma Subject

Computer Programming, Basic Electronics

Adobe Photoshop Training classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Adobe Photoshop Training classes

6

Class I-V Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Class I-V Tuition

2

Fees

₹ 100 per hour

Board

State, CBSE, International Baccalaureate

IB Subjects taught

Computers, Science, Mathematics

CBSE Subjects taught

Science, Computers, Mathematics

Taught in School or College

No

State Syllabus Subjects taught

Mathematics, Science

HTML Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in HTML Training

5

CSS Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in CSS Training

6

No Reviews yet!

Answers by Ramvinoth (1)

Answered on 01/04/2020 Learn Tuition

public class FibonacciSeries{ public static void main(String args) { int a, b, c, i, n; n = 10; a = b = 1; System.out.print(a+" "+b); for(i = 1; i <= n-2; i++) { c = a + b; System.out.print(" "); System.out.print(c); a = b; b = c; } }} ...more

public class FibonacciSeries{
public static void main(String args[]) {
int a, b, c, i, n;
n = 10;
a = b = 1;
System.out.print(a+" "+b);
for(i = 1; i <= n-2; i++) {
c = a + b;
System.out.print(" ");
System.out.print(c);
a = b;
b = c;
}
}
}

Answers 67 Comments
Dislike Bookmark

Ramvinoth describes himself as IT Professional trainer with 5+ years of experience in IOT application development.. He conducts classes in Adobe Photoshop Training, Amazon Web Services and CSS. Ramvinoth is located in Periyapanicheri, Chennai. Ramvinoth takes Online Classes- via online medium. He has 9 years of teaching experience . Ramvinoth has completed Bachelor of Engineering (B.E.) from Anna University in 2015. HeĀ is well versed in Tamil and English.

X
X

Post your Learning Need

Let us shortlist and give the best tutors and institutes.

or

Send Enquiry to Ramvinoth

Let Ramvinoth 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