Skip to main content

Openings for different technoogies.

Excellent opening for Drupal Developer profiles for Trivandrum OR Cochin OR Chennai location with CMML5 Client

We have an immediate opening with one of our CMML5 client for Trivandrum/Cochin/Chennai for Drupal Developer profiles.

Experience required for the Job: 4 - 8 years
Job Location: Chennai, Ernakulam / Kochi / Cochin, Trivandrum
Mode of employment: Permanent
Work location:Trivandrum/Cochin/Chennai

"Looking for candidates who can join within 30-45 days max"

4 plus years' experience in developing and designing web portals on Drupal platform

§ Experience in Drupal development using hooks and custom modules

§ Experience with Drupal core modules, contributed modules, views, panels, blocks etc.

§ Work with the team to design and develop Drupal applications within the stipulated time

§ Apply generally accepted programming standards and techniques to assure efficient program logic and data manipulation
§ Participate in design, coding, testing, debugging, configuring, analysis, code review and documenting operating systems and software

§ Present innovative ideas for system improvements

§ Adhere to the coding standards and all policies and procedures identified for the project specified by the client/UST Global

§ Coordinate with project team members

§ Document the approach and actions taken for production/development, and testing of the code

§ Report the progress of work to supervisor and team in team meetings

§ Perform other duties as assigned or requested


Kindly share your updated CV to bhavika.b@alpconsulting.in.

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