UrbanPro
true
Rajan Maheshwari iOS Developer trainer in Delhi

Rajan Maheshwari

iOS Trainer and Developer, C++, Advanced C++, C, Core Java Trainer

Khanpur, Delhi, India - 110062.

Verified 2 Students

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

Details verified of Rajan Maheshwari

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 am an iOS developer with 9+ years of experience and has 20+ apps published on Appstore and worked on 50+ iOS projects. I am currently working with Swift (5.x) and like to keep myself updated every time. I have experience in Swift for more than 8+ years. I also develop REST services in PHP (Code Igniter, Laravel). I also worked on the apple watch kit and Springboot. I also developed games in iOS, Android, and windows using the cocos2d-x (c++) mobile gaming framework.
I have been teaching since I was in my 2nd year of B.Sc Computer Science (Hons). Now I have completed my M.C.A and working in Hindustan Times as a Software Engineer (iOS developer)
I secured 85% and 82% in X and XII C.B.S.E Board (Science with computers) respectively and completed my M.C.A with 81.04%.
I use to teach Swift (iOS), Objective C (iOS), C, C++, Data Structures, Core Java, Database Management System (DBMS). I also teach students who are in XI and XII standard (C++) as per the C.B.S.E board.
I have also attended IT Summits regarding Green IT and Ethical Hacking workshops. I use to give theoretical as well as practical training in teaching computer languages. I like Swift (iOS Development), C++, and C#.
I am also an active contributor to StackOverflow with 12500+ reputation points.

Languages Spoken

English

Hindi

Education

Delhi University 2011

Bachelor of Computer Science (B.Sc. (Computer Science))

IP University 2014

Master of Computer Applications (M.C.A.)

Address

Khanpur, Delhi, India - 110062

Landmark: Near Orthostar Hospital

Verified Info

ID Verified

Education Verified

Phone Verified

Email Verified

Facebook 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

iOS Developer Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in iOS Developer Training

6

Teaching Experience in detail in iOS Developer Training

I have 6.8+ years of experience in iOS Development. Both the languages 1. Swift 2. Objective C

Mobile App Development Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Mobile App Development Training

4

Teaches following

iPhone Application Development

Teaching Experience in detail in Mobile App Development Training

Experience of 4+ years in mobile app development (iOS Development) Swift - 4.x/3/x/2.x Objective C

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

7

Proficiency level taught

Basic C++, Advanced C++

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

7

BCA Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

4

BCA Subject

C Language Programming, Java Programming, Database Management Systems , Data and File Structures , Programming in C++ , Data structures

Type of class

Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

No

Java Training Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

5

Teaches

Core Java

Certification training offered

No

BTech Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

4

BTech Computer Science subjects

Mobile Application Development, Data Structures and Algorithms, Database Management Systems, Design and Analysis of Algorithms, Object Oriented Programming & Systems

BTech Branch

BTech Computer Science Engineering

Type of class

Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

No

BSc Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BSc Tuition

4

BSc Computer Science Subjects

Data Structures

Type of class

Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

No

BSc Branch

BSc Computer Science

Courses

Reviews

No Reviews yet! Be the first one to Review

FAQs

1. Which classes do you teach?

I teach BCA Tuition, BSc Tuition, BTech Tuition, C Language, C++ Language, Java Training, Mobile App Development and iOS Developer 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 6 years.

Answers by Rajan Maheshwari (7)

Answered on 29/09/2022 Learn IT Courses/Programming Languages/C Language

Since C++ is object oriented. It should be the chosen one
Answers 2 Comments
Dislike Bookmark

Answered on 25/10/2017 Learn IT Courses/iOS Developer

Only if the developer of the app gives functionality to clear up Document Directory things, then you can. Otherwise manually you can't as it is in a sandbox mode.
Answers 1 Comments
Dislike Bookmark

Answered on 19/10/2017 Learn IT Courses/Programming Languages/C Language

The series is like adding 8 * x for two numbers and then incrementing x by 1 so that 8 is doubled. 1, (1+8*1) 9, (9+8*1) 17, (17+ 8 * 2) 33, (33 + 8 * 2) 49 and so on. So it will be like: int main() { // Series to print: 1,9,17, 33,49,73,97..... int multiplier = 8; int... ...more
The series is like adding 8 * x for two numbers and then incrementing x by 1 so that 8 is doubled. 1, (1+8*1) 9, (9+8*1) 17, (17+ 8 * 2) 33, (33 + 8 * 2) 49 and so on. So it will be like: int main() { // Series to print: 1,9,17, 33,49,73,97..... int multiplier = 8; int reset = 0; int seriesNumber = 1; int limit = 0; printf("Print the limit of series = "); scanf("%d",&limit); printf("%d",seriesNumber); for(int i=1;i= 2) { multiplier += 8; reset = 1; } else { reset++; } seriesNumber += multiplier; printf(", %d",seriesNumber); } return 0; } I am sure the code can be improved too. Output is attached.
Answers 5 Comments
Dislike Bookmark

Answered on 19/10/2017 Learn IT Courses/Programming Languages/C Language

You can go for atleast an Object Oriented Programming (OOP) Language like C++ or Java. C is the mother of every language and you can easily get a good earning from the language if you master it. But I advice you to learn atleast one OOP language so that you can easily understand and relate the OOP with... ...more
You can go for atleast an Object Oriented Programming (OOP) Language like C++ or Java. C is the mother of every language and you can easily get a good earning from the language if you master it. But I advice you to learn atleast one OOP language so that you can easily understand and relate the OOP with our real world. Learning never harms anyone. In most of the firms, OOP language is used to develop applications.
Answers 7 Comments
Dislike Bookmark

Answered on 19/10/2017 Learn IT Courses/Programming Languages/C Language

Hi Ravi, It depends on the student's grasping power. Every human have different mindset and grasping power. You can learn C in just 20 days or you can extend that to 45 days also. There is no fixed interval to learn the language. Knowledge is boundless and we learn everyday a new thing in our life.... ...more
Hi Ravi, It depends on the student's grasping power. Every human have different mindset and grasping power. You can learn C in just 20 days or you can extend that to 45 days also. There is no fixed interval to learn the language. Knowledge is boundless and we learn everyday a new thing in our life. In general, an average student can finish the C course in 1.5 months.
Answers 9 Comments
Dislike Bookmark

Teaches

iOS Developer Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in iOS Developer Training

6

Teaching Experience in detail in iOS Developer Training

I have 6.8+ years of experience in iOS Development. Both the languages 1. Swift 2. Objective C

Mobile App Development Training

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Mobile App Development Training

4

Teaches following

iPhone Application Development

Teaching Experience in detail in Mobile App Development Training

Experience of 4+ years in mobile app development (iOS Development) Swift - 4.x/3/x/2.x Objective C

C++ Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C++ Language Classes

7

Proficiency level taught

Basic C++, Advanced C++

C Language Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in C Language Classes

7

BCA Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BCA Tuition

4

BCA Subject

C Language Programming, Java Programming, Database Management Systems , Data and File Structures , Programming in C++ , Data structures

Type of class

Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

No

Java Training Classes

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in Java Training Classes

5

Teaches

Core Java

Certification training offered

No

BTech Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BTech Tuition

4

BTech Computer Science subjects

Mobile Application Development, Data Structures and Algorithms, Database Management Systems, Design and Analysis of Algorithms, Object Oriented Programming & Systems

BTech Branch

BTech Computer Science Engineering

Type of class

Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

No

BSc Tuition

Class Location

Online (video chat via skype, google hangout etc)

Student's Home

Tutor's Home

Years of Experience in BSc Tuition

4

BSc Computer Science Subjects

Data Structures

Type of class

Regular Classes

Class strength catered to

Group Classes, One on one/ Private Tutions

Taught in School or College

No

BSc Branch

BSc Computer Science

Courses

No Reviews yet! Be the first one to Review

Answers by Rajan Maheshwari (7)

Answered on 29/09/2022 Learn IT Courses/Programming Languages/C Language

Since C++ is object oriented. It should be the chosen one
Answers 2 Comments
Dislike Bookmark

Answered on 25/10/2017 Learn IT Courses/iOS Developer

Only if the developer of the app gives functionality to clear up Document Directory things, then you can. Otherwise manually you can't as it is in a sandbox mode.
Answers 1 Comments
Dislike Bookmark

Answered on 19/10/2017 Learn IT Courses/Programming Languages/C Language

The series is like adding 8 * x for two numbers and then incrementing x by 1 so that 8 is doubled. 1, (1+8*1) 9, (9+8*1) 17, (17+ 8 * 2) 33, (33 + 8 * 2) 49 and so on. So it will be like: int main() { // Series to print: 1,9,17, 33,49,73,97..... int multiplier = 8; int... ...more
The series is like adding 8 * x for two numbers and then incrementing x by 1 so that 8 is doubled. 1, (1+8*1) 9, (9+8*1) 17, (17+ 8 * 2) 33, (33 + 8 * 2) 49 and so on. So it will be like: int main() { // Series to print: 1,9,17, 33,49,73,97..... int multiplier = 8; int reset = 0; int seriesNumber = 1; int limit = 0; printf("Print the limit of series = "); scanf("%d",&limit); printf("%d",seriesNumber); for(int i=1;i= 2) { multiplier += 8; reset = 1; } else { reset++; } seriesNumber += multiplier; printf(", %d",seriesNumber); } return 0; } I am sure the code can be improved too. Output is attached.
Answers 5 Comments
Dislike Bookmark

Answered on 19/10/2017 Learn IT Courses/Programming Languages/C Language

You can go for atleast an Object Oriented Programming (OOP) Language like C++ or Java. C is the mother of every language and you can easily get a good earning from the language if you master it. But I advice you to learn atleast one OOP language so that you can easily understand and relate the OOP with... ...more
You can go for atleast an Object Oriented Programming (OOP) Language like C++ or Java. C is the mother of every language and you can easily get a good earning from the language if you master it. But I advice you to learn atleast one OOP language so that you can easily understand and relate the OOP with our real world. Learning never harms anyone. In most of the firms, OOP language is used to develop applications.
Answers 7 Comments
Dislike Bookmark

Answered on 19/10/2017 Learn IT Courses/Programming Languages/C Language

Hi Ravi, It depends on the student's grasping power. Every human have different mindset and grasping power. You can learn C in just 20 days or you can extend that to 45 days also. There is no fixed interval to learn the language. Knowledge is boundless and we learn everyday a new thing in our life.... ...more
Hi Ravi, It depends on the student's grasping power. Every human have different mindset and grasping power. You can learn C in just 20 days or you can extend that to 45 days also. There is no fixed interval to learn the language. Knowledge is boundless and we learn everyday a new thing in our life. In general, an average student can finish the C course in 1.5 months.
Answers 9 Comments
Dislike Bookmark

Contact

Load More

Rajan Maheshwari describes himself as iOS Trainer and Developer, C++, Advanced C++, C, Core Java Trainer. He conducts classes in BCA Tuition, BSc Tuition and BTech Tuition. Rajan is located in Khanpur, Delhi. Rajan takes at students Home and Regular Classes- at his Home. He has 7 years of teaching experience . Rajan has completed Bachelor of Computer Science (B.Sc. (Computer Science)) from Delhi University in 2011 and Master of Computer Applications (M.C.A.) from IP University in 2014. HeĀ is well versed in 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