UrbanPro
true

Ranjan P.

Angular Trainer

Handewadi Road, Pune, India - 411028

51 Students

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

Details verified of Ranjan P.

Identity

Education

Know how UrbanPro verifies Tutor details

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

Teaches

Angular.JS Training
12 Students

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

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

Teaching Experience in detail in Angular.JS Training

Hi, Hope you are doing good. I would be glad to help you with Angular training requirement. My name is Ranjan, IT professional carrying 11+ experience and 6+ years of IT training experience. I have successfully conducted many corporate trainings, institute trainings, college trainings and individual training classes. This training is going to be interactive and practical oriented. I will be explaining the concepts and building a small but effective Angular application throughout this journey of learning which pretty much covers everything required for a developer to work on any enterprise application. All the sessions are recorded and Youtube links shared which student can access forever. You may attend demo session to understand more.

Courses

5.0 out of 5 33 reviews

Ranjan Panda https://s3-ap-southeast-1.amazonaws.com/tv-prod/member/photo/2095835-small.jpg Handewadi Road
5.00533
Ranjan Panda
A

Angular.JS

"Jyoti Ranjan sir is very down to Earth,very soft spoken. I have learned both Angular jsp from him. He started from basic HTTP to the advanced concepts. Very much helpful for a layman as well. I would suggest each and every new Learner to attend his classes. "

Ranjan Panda
M

Angular.JS

"My experience about learning Angular 5 from Ranjan. I recently completed the training. I am pretty much satisfied with his training. His fees is also pretty low compared to the market. His style is code as you learn. He would create an angular application, in which he would add all the functionalities infront of us while teaching. I liked that approach as it gave a first hand view of learning Angular. "

Ranjan Panda
S

Angular.JS

"I learned Angular from Ranjan. I must say he is one of the coolest trainers available around. He focuses on more practical oriented training. He conducts a cool quiz contest after each session which summarizes the current session and revise it. Kudos to Ranjan. "

Ranjan Panda
S

Angular.JS

"Very professional and talented. You will get lot of interview tips throughout the sessions. "

Ranjan Panda
K

Angular.JS

"He is an excellent trainer. He will take you to a level where you can develop your own Angular 2 apps without help. He is very helpful and supportive. Thank you Ranjan Sir. "

Ranjan Panda
P

Angular.JS

"I believe Ranjan sir's Angular training is one of the best in Pune. I attended few other demo classes before opting him. I was quite impressed with his style of teaching. He gives very simple real life examples. "

Ranjan Panda
N

Angular.JS

"Ranjan sir explains angular to the core. I learned both Angular 1 and Angular 2 from him. He started from basic HTTP to the advanced concepts like Grunt, Gulp and Angular CLI. Examples are very simple yet powerful. Complete practical training. "

Reply by Ranjan

Thanks Neeraj.

Ranjan Panda
V

Angular.JS

"I learned Angular 2 from Ranjan sir. He has very good knowledge on Angular 2. I had to work on a Project in Angular 2 in my company. Thanks to Ranjan sir I am being very confident in my current assignment. "

Reply by Ranjan

Thanks Vishal

Ranjan Panda
R

.Net Training

"Good experience while learning MVC, covers all oops concept, jquery and ajax. Friendly nature. "

Reply by Ranjan

Thanks Raj

Ranjan Panda
S

Angular.JS

"Great Teaching of MVC, Jquery and also cleared all Basic Concepts, Excellent Knowledge about oops. Good communication skill, friendly nature. Great teacher for MVC, Angular Js, Jquery. "

Reply by Ranjan

Thanks Sagar

Ranjan Panda
L

Angular.JS

"Excellent trainer with real work examples. Excellent problem solving skill. "

Ranjan Panda
A

Angular.JS

"I completed my angular 2 training with Ranjan few days back and I am quite satisfied with the way he teaches. He created a small project with implementing all the angular features he intends to teach. That give you overall idea about working on angular 2 project to best practices to taking code to production. Very helpful. "

Ranjan Panda
S

Angular.JS

"I really appreciate your way of teaching, real time project experience and methodology of teaching. As a student i have followed his examples, that helped me on my newly implemented project based on Angular JS. "

Ranjan Panda
A

.Net Training

"I have learned lot many concept of. Net technology. He has excellent knowledge about dot net framework. Ranjan gives me training on C#, Asp. Net, MVC 3.5, 4.and jquery. He has strong conceptual knowledge. "

Ranjan Panda
P

.Net Training

"Knowledge he transfer is very good and the way of explanation is nice. "

Have you attended any class with Ranjan?

Answers by Ranjan P. (54)

Answered on 25/10/2018 Learn IT Courses/Angular.JS +1 React JS

A basic product management project should be good for angular 2
Answers 1 Comments
Dislike Bookmark

Answered on 25/10/2018 Learn IT Courses/Angular.JS +1 React JS

It depends upon your grasping capacity. In my classes it takes around 60 hours to complete the course.
Answers 1 Comments
Dislike Bookmark

Answered on 12/10/2017 Learn .Net

You have to implement two interfaces: IUserRoleStore CustomUser - responsible to return roles per user IUserStore CustomUser - looking for user by a pair username+password And then you should create and use ApplicationUserManager inherited from UserManager CustomUser.
Answers 1 Comments
Dislike Bookmark

Answered on 06/10/2017 Learn .Net

Sorry, you cannot. WordPress needs MySQL 5.6 or greater or MariaDB 10.0 or greater. This is oficial WordPress documentation: https://wordpress.org/about/requirements/ . All other db, if even works, are not supported.
Answers 1 Comments
Dislike Bookmark

Answered on 06/10/2017 Learn .Net

You can connect to any type of database with a asp.net web application, provide a database driver of that particular vendor is available for .NET platform. Many Popular Database vendors have a database driver available for .NET framework. Their is a very huge and enthusiastic open source community... ...more
You can connect to any type of database with a asp.net web application, provide a database driver of that particular vendor is available for .NET platform. Many Popular Database vendors have a database driver available for .NET framework. Their is a very huge and enthusiastic open source community which provides third party drivers for databases whose vendor doesn't support .NET framework. Also, if the database supports ODBC then you can use ODBC Drivers to connect to database with asp.net web application. To name a few, Microsoft’s MSSQL MySQL MariaDB (since it is compatible with MySQL) MongoDB Oracle IBM DB2 DocumentDB
Answers 1 Comments
Dislike Bookmark

Contact

Load More

Lessons (6)

Angular Routing Overview

a. Routes: The browser is a familiar model of application navigation: Enter a URL in the address bar and the browser navigates to a corresponding page. Click links on the page and the browser...

11/10/2017
0 0
0
Closures in Javascript

A closure is the combination of a function and the lexical environment within which that function was declared. Consider the following example: function makeFunc() { var name = 'Mozilla'; function...

25/09/2017
0 0
0
Mark And Sweep Algorithm in Javascript Memory Management

This algorithm reduces the definition of "an object is not needed anymore" to "an object is unreachable". This algorithm assumes the knowledge of a set of objects called roots (In JavaScript, the root...

25/09/2017
0 0
0

Contact

Load More

Ranjan P. describes himself as Angular Trainer. He conducts classes in Angular.JS. Ranjan is located in Handewadi Road, Pune. Ranjan takes at students Home, Regular Classes- at his Home and Online Classes- via online medium. He has 4 years of teaching experience . Ranjan has completed Bachelor of Technology (B.Tech.) from Biju Pattnaik University of Technology in 2010. He is well versed in Oriya, Hindi and English. Ranjan has got 33 reviews till now with 100% positive feedback.

X

Share this Profile

Recommended Profiles

Sumanth Kumar

Sumanth Kumar photo Hinjewadi, Pune

Lenendra khandale

Lenendra khandale photo Hadapsar Industrial Estate, Pune

Sumit Sharma

Sumit Sharma photo Infotech Park, Hinjawadi, Pune

Surya Puranik

Surya Puranik photo Shivaji Nagar, Pune

Ajit Hingmire

Ajit Hingmire photo Pashan, Pune

Yuvraj Gawade

Yuvraj Gawade photo Bibvewadi, Pune

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