Skip to main content

Openings for different technoogies.

Openings for PHP Developer OR Sr. PHP Developer

Experience required for the Job: 3 - 8 years
Job Location: Bengaluru/Bangalore

Greetings from TRUGlobal Software!!!

We do have openings for the below mentioned positions and details are as below:

PHP developer / Sr. PHP developer

Company : TRUGlobal Software India Pvt Ltd
Address : JP Techno park, Miller's Road, Bangalore
Contact No : 080-42611999 Ext : 502
Industry : Software development

Company Description:

TRUGlobal is Software development & Technology Staffing firm which became a trusted resource to IT departments and organizations for high-quality technology professionals and IT solutions. We attract the best and the brightest talent in the industry, matching their skills and personality to the specific requirements and projects.

Website : www.truglobal.com

Position PHP developer / Sr. PHP Developer
No of Position 1
Experience 3-8 Years
Education Any Degree

Job Description

Skills Preferred:

* PHP
* MYSQL
* Linux / Windows / Both
* Unit Testing using PHP Unit would be a plus

* Role : Requirements Analysis, Database design, Frontend Development (UI, User Interaction - Javascript), Business Logic (Server Side Programming)

* Must have willingness to learn new technologies.

Role Description:

* At least 4+ years of technical experience started with development in Web technologies PHP, MySQL....etc
* Resource should also be well versed with PHP development frame works (Cake PHP, Zend....etc)
* Education: university graduate in computer programming or equivalent degree; post graduate is desirable
* Programming development or applications experience
* Frontend skills: basic knowledge of HTML, CSS and Javascript; experience with jQuery is desirable
* Deep knowledge of object-oriented programming (OOP) and design (OOD), familiarity with Design Patterns
* Advanced experience with PHP 5 and at least one other object-oriented programming language
* Experience with at least one relational database, ideally Oracle and/or MySQL
* Experience with unit-tests (PHPUnit) is of advantage
* Willingness to work on complex projects
* Quality consciousness and good communications skills
* High online affinity
* Language: Fully conversant in English

Desired Skills:

§ Excellent communication skills.
§ Understand technology on a Macro level
§ Strong Team Player
§ Organized and process oriented
§ Strong analytically sense and organization skills
§ Good sense of people qualities and fit
§ Real go-getter attitude, eagerness to learn
§ Excellent time Management

If you are interested with the above positions - Kindly send mail(manjula.v@truglobal.com) with your updated profile with the below details: 
Full Name
Phone Number 1
Alternative Number
Email ID
Skype ID
Current City
Work Location
Are you willing to relocate to Bangalore
Education
Year of Passing
Total number of work experience
Relevant Years
Current CTC
Current Take home salary
Expected CTC
Expected Take home salary
Notice period / joining time
Is your Notice period / joining time Negotiable(Yes/ No)
If Yes for how many days ??
Have you interviewed with TRUGlobal Software before ?
If Yes how long back ?

Thanks,
Manjula V

Comments

Popular posts from this blog

Openings for different technoogies.

 

What is the relation between Classes and Objects?

  They look very much same but are not same. A class is a definition, while an object is an instance of the class. A class is a blueprint while objects are actual objects existing in the real world. Suppose we have a class Person which has attributes and methods like name, age, height, weight, color etc. Class Person is just a prototype, now we can create real-time objects of class Person. #Example:   Ajay  is real time object of class  Person , which have name=Ajay, age=23, height=170cm, weight=60kg and color=black etc. Class A way to bind data and associated functions together. Class have many objects. Class is a template for creating objects. It is logical existence. Memory space is not allocated, when it is created. Definition (Declaration) is created once. Class is declared using "class" keyword. Object Basic runtime entity in object oriented environment. Object belongs to only class. Object are a implementation of class. It is physical existence. Memory space i...