Skip to main content

Openings for different technoogies.

Immediate Openings at Jeevan Technologies for PHP Programmers

We are having immediate opening for PHP Programmers at Jeevan Technologies, Chennai .

Please go through the Job Description completely. If you are interested kindly WALK IN on (26th Jan 2013 – Saturday only) with a copy of updated resume.

Desired candidate Profile:
Experience : 2 to 4 Yrs
Location : Chennai
Qualification : BE/B.Tech/MCA/M.SC
Web     : www.jeevantechnologies.com


Job Description:

Functional Skills

•    Strong knowledge base in analysis and programming
•    Self initiator
•    Strong analytical, problem-solving, and conceptual skills.
•    Should have good communication skills.
•    Ability to work potential problems, determine and implement solutions.
•    Good with Team Activities.
•    Quick Learner.

Programming Skills

•    Good Experience in any one of the MVC frameworks (CAKE PHP, Zend Framework, Yii)
•    Good in any one of the Databases like ( Mysql / Oracle)
•    Good in any one of the CMS like (Joomla or Drupal)
•    Good in AJAX, Jquery, Javascript and CSS
•    Good in Magento or OS Commerce.

Essentials:
-    Should have good communication skill.
-    Preferring immediate joinees.


Venue for WALK IN Interview:
Chennai Office:
Jeevan Technologies India P Ltd
9th Floor, GEE GEE Crystals,
#91 Dr. Radhakrishnan Salai,
Mylapore,
Chennai – 04

Landmark: Opp to Yellow pages bus stop, enquire for SRI KRISHNA SWEETS, we are in the same building 9th floor.
Interview Date: 26th Jan 2013 (Saturday only)
Registration Time: 9.30 AM to 12.30 PM
Kindly feel free to refer your friends who are looking for a job.

Comments

  1. Nice Blog , This is what I exactly Looking for , Keep sharing more blog .
    PHP Coders in India

    ReplyDelete

Post a Comment

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...