Designation PHP/JAVA Developer Key Words Core PHP, Cakephp

Total Page:16

File Type:pdf, Size:1020Kb

Designation PHP/JAVA Developer Key Words Core PHP, Cakephp Designation PHP/JAVA Developer Key Words Core PHP, CakePHP, Symfony, OOPS, MVC Frameworks, MySQL, SQL Server, MongoDB, Jquery, HTML5, Responsive Having knowledge of Java/J2EE, Spring, Hibernate will be an added advantage Location Kolkata Type of Regular Engagement Apply to Candidates interested in the position are requested to email their updated CV on [email protected] along with name of the position clearly mentioned in the subject line. About IPE IPE Global Limited is an international development consulting group providing expert technical Global assistance and solutions for equitable development and sustainable growth in developing countries. The group’s areas of expertise includes Health, Nutrition and Water, Sanitation & Hygiene (WASH), Urban Development, Education and Skills Development, Infrastructure and Engineering Development, Private Sector Development, Tourism Heritage and Conservation, Environment and Climate Change, Agriculture Development, Forest Governance, Social and Economic Empowerment, Governance, Grant and Fund Management, Economic & Public Financial Management, Monitoring, Evaluation and Learning and Information Technology & e- Governance. We are an ISO 9001:2015 certified and CMMI® Level 3 company. Over the last 17 years, IPE Global has successfully implemented over 700 projects in over 100 countries, across 5 major continents. IPE Global has 800 full time professional staff and over 1000 empanelled consultants working on various projects across the globe, in different locations. The group partners with multilateral & bilateral agencies, governments, corporates and not-for-profit entities in anchoring development agenda for sustained and equitable growth. For more details, please visit www.ipeglobal.com Job Description As a programmer, he/she plays a critical role in design, planning, development and deployment and help develop best practices for future development. Be part of the Platform Infrastructure team, writing clean PHP/Java code, Responsible for designing and implementing shared frameworks, services and libraries that will be used by application development teams for rapid development Create design components, develop code and test changes utilizing test driven development. Coding must adhere to department standards, be easily maintainable, and have high system performance. Design and develop new systems as well as enhancements and fixing defects to existing software Participate in the development and implementation phases of projects to integrate regional applications into global platforms Own the delivery of an entire piece of a system or application Optimizing performance for the apps and keep up to date on the latest industry trends in the emerging technologies. Any other duty as and when assigned by line manager/team leader. Qualification& Degree in Information Technology/ Computer Science Engineering (B-Tech/ MCA / Experience BCA) Prior experience of minimum 5 years Strong programming experience on PHP/Java, Spring, Hibernate, HTML5, MySQL, MongoDB Page 1 of 2 Experienced working on CakePHP, Spring, Codeignitor, MVC Frameworks, OOPS, MySQL, HTML, Responsive Design Experienced in any ORM Framework(Doctrine, Hibernate, iBATIS etc) is mandatory Should have experience of working on SVN, GIT Should have experience in Apache, Tomcat, JBoss, MySQL/Oracle 11gor higher version Hands on experience working on database procedures, functions and writing complex SQL Hands-on experience in PHP/Java and SOAP / REST based Web Services development experience in a commercial environment. Should have good working knowledge of JQuery, BackBone, Object-Oriented JavaScript, CSS3, HTML5, Bootstrap etc. Having working knowledge of NoSQL database will be added advantage Good to have knowledge on Node.js/ angular.js or any other similar API’s. Should be self-motivated and have positive learning attitude IPE Global is committed to using fair, objective and positive employment practices to promote equal opportunities and diversity in employment, ensuring that all employees including potential employees are treated fairly, consistently and with respect, before, during and after, their employment. We seek to create an environment that is representative of, and responsive to, different groups. Only shortlisted candidates will be contacted. Page 2 of 2 .
Recommended publications
  • Security Issues and Framework of Electronic Medical Record: a Review
    Bulletin of Electrical Engineering and Informatics Vol. 9, No. 2, April 2020, pp. 565~572 ISSN: 2302-9285, DOI: 10.11591/eei.v9i2.2064 565 Security issues and framework of electronic medical record: A review Jibril Adamu, Raseeda Hamzah, Marshima Mohd Rosli Faculty of Computer and Mathematical Sciences, Universiti Teknologi MARA, Malaysia Article Info ABSTRACT Article history: The electronic medical record has been more widely accepted due to its unarguable benefits when compared to a paper-based system. As electronic Received Oct 30, 2019 medical record becomes more popular, this raises many security threats Revised Dec 28, 2019 against the systems. Common security vulnerabilities, such as weak Accepted Feb 11, 2020 authentication, cross-site scripting, SQL injection, and cross-site request forgery had been identified in the electronic medical record systems. To achieve the goals of using EMR, attaining security and privacy Keywords: is extremely important. This study aims to propose a web framework with inbuilt security features that will prevent the common security vulnerabilities CodeIgniter security in the electronic medical record. The security features of the three most CSRF popular and powerful PHP frameworks Laravel, CodeIgniter, and Symfony EMR security issues were reviewed and compared. Based on the results, Laravel is equipped with Laravel security the security features that electronic medical record currently required. SQL injection This paper provides descriptions of the proposed conceptual framework that Symfony security can be adapted to implement secure EMR systems. Top vulnerabilities This is an open access article under the CC BY-SA license. XSS Corresponding Author: Jibril Adamu, Faculty of Computer and Mathematical Sciences, Universiti Teknologi MARA, 40450 Shah Alam, Selangor, Malaysia.
    [Show full text]
  • Symfony2 Docs Documentation Release 2
    Symfony2 Docs Documentation Release 2 Sensio Labs January 10, 2016 Contents 1 Quick Tour 1 1.1 Quick Tour................................................1 2 Book 23 2.1 Book................................................... 23 3 Cookbook 263 3.1 Cookbook................................................ 263 4 Components 455 4.1 The Components............................................. 455 5 Reference Documents 491 5.1 Reference Documents.......................................... 491 6 Bundles 617 6.1 Symfony SE Bundles........................................... 617 7 Contributing 619 7.1 Contributing............................................... 619 i ii CHAPTER 1 Quick Tour Get started fast with the Symfony2 Quick Tour: 1.1 Quick Tour 1.1.1 The Big Picture Start using Symfony2 in 10 minutes! This chapter will walk you through some of the most important concepts behind Symfony2 and explain how you can get started quickly by showing you a simple project in action. If you’ve used a web framework before, you should feel right at home with Symfony2. If not, welcome to a whole new way of developing web applications! Tip: Want to learn why and when you need to use a framework? Read the “Symfony in 5 minutes” document. Downloading Symfony2 First, check that you have installed and configured a Web server (such as Apache) with PHP 5.3.2 or higher. Ready? Start by downloading the “Symfony2 Standard Edition”, a Symfony distribution that is preconfigured for the most common use cases and also contains some code that demonstrates how to use Symfony2 (get the archive with the vendors included to get started even faster). After unpacking the archive under your web server root directory, you should have a Symfony/ directory that looks like this: www/ <- your web root directory Symfony/ <- the unpacked archive app/ cache/ config/ logs/ Resources/ bin/ src/ Acme/ DemoBundle/ Controller/ Resources/ ..
    [Show full text]
  • Laravel in Action BSU 2015-09-15 Nathan Norton [email protected] About Me
    Laravel in Action BSU 2015-09-15 Nathan Norton [email protected] About Me ● Full Stack Web Developer, 5+ years ○ “If your company calls you a full stack developer, they don’t know how deep the stack is, and neither do you” - Coder’s Proverb ● Expertise/Buzz words: ○ PHP, Composer, ORM, Doctrine, Symfony, Silex, Laravel, OOP, Design Patterns, SOLID, MVC, TDD, PHPUnit, BDD, DDD, Build Automation, Jenkins, Git, Mercurial, Apache HTTPD, nginx, MySQL, NoSQL, MongoDB, CouchDB, memcached, Redis, RabbitMQ, beanstalkd, HTML5, CSS3, Bootstrap, Responsive design, IE Death, Javascript, NodeJS, Coffeescript, ES6, jQuery, AngularJS, Backbone.js, React, Asterisk, Lua, Perl, Python, Java, C/C++ ● Enjoys: ○ Beer About Pixel & Line ● Creative Agency ● Web development, mobile, development, and design ● Clients/projects include Snocru, Yale, Rutgers, UCSF, Wizard Den ● Every employee can write code ● PHP/Laravel, node, AngularJS, iOS/Android ● “It sucks ten times less to work at Pixel & Line than anywhere else I’ve worked” - Zack, iOS developer Laravel ● Born in 2011 by Taylor Otwell ● MVC framework in PHP ● 83,000+ sites ● Convention over configuration ● Attempts to make working with PHP a joy ● Inspired by Ruby on Rails, ASP.NET, Symfony, and Sinatra ● Latest version 5.1, finally LTS Laravel Features ● Eloquent ORM ● Artisan command runner ● Blade Templating engine ● Flexible routing ● Easy environment-based configuration ● Sensible migrations ● Testable ● Caching system ● IoC container for easy dependency injection ● Uses Symfony components ● Web documentation
    [Show full text]
  • Symfony Architecture Configurability ORM Admin Generator Functional Tests Debugging Tools Community Plugins Summary Introductionintroduction
    A PHP5 Open-Source Framework By Hanchao Wu OutlineOutline Introduction Why Symfony Architecture Configurability ORM Admin Generator Functional Tests Debugging tools Community Plugins Summary IntroductionIntroduction Sensio(Frech), Oct. 2005 PHP5 Web Framework Open-Source Licence � MIT license MIT � LAMP full Stack Make heavy use of open-source php projects M-V-C DonDon’’tt reinventreinvent thethe wheelwheel Follow best practices MVC Pattern : Model / View / Controller Unit and functional test framework Environment and deployment support Security (XSS protection by default) Extensible (plugin system) PopularPopular PHPPHP frameworksframeworks CakePHP � Documentation is somewhat lacking � Apparently difficult for beginners KiwiPHP � Powerful, but still unstable Symfony � Great documentation and community � Easy to get started Zend � Supported by Zend (official PHP company) � More of a library than complete framework SymfonySymfony MainMain SellingSelling PointsPoints � Configurability � XSS protection Standard � Debugging tools PHP 5 MVC � Functional tests Routing � Extensibility : Plugins Cache � Admin Generator � ORM : Propel or Doctrine � i18n / l10n ArchitectureArchitecture PackagesPackages ConfigurabilityConfigurability cmd YAML ORMORM Doctrine & Propel � PHP Open-Source Project � Object Relation Model Layer � One of Doctrine's key features is the option to write database queries in a proprietary object oriented SQL dialect called Doctrine Query Language (DQL) inspired by Hibernate's HQL. � YAML --> Database tables DoctrineDoctrine
    [Show full text]
  • Frameworks PHP
    Livre blanc ___________________________ Frameworks PHP Nicolas Richeton – Consultant Version 1.0 Pour plus d’information : www.smile.fr Tél : 01 41 40 11 00 Mailto : [email protected] Page 2 les frameworks PHP PREAMBULE Smile Fondée en 1991, Smile est une société d’ingénieurs experts dans la mise en œuvre de solutions Internet et intranet. Smile compte 150 collaborateurs. Le métier de Smile couvre trois grands domaines : ! La conception et la réalisation de sites Internet haut de gamme. Smile a construit quelques uns des plus grands sites du paysage web français, avec des références telles que Cadremploi ou Explorimmo. ! Les applicatifs Intranet, qui utilisent les technologies du web pour répondre à des besoins métier. Ces applications s’appuient sur des bases de données de grande dimension, et incluent plusieurs centaines de pages de transactions. Elles requièrent une approche très industrielle du développement. ! La mise en œuvre et l’intégration de solutions prêtes à l’emploi, dans les domaines de la gestion de contenus, des portails, du commerce électronique, du CRM et du décisionnel. www.smile.fr © Copyright Smile - Motoristes Internet – 2007 – Toute reproduction interdite sans autorisation Page 3 les frameworks PHP Quelques références de Smile Intranets - Extranets - Société Générale - Caisse d'Épargne - Bureau Veritas - Commissariat à l'Energie Atomique - Visual - Vega Finance - Camif - Lynxial - RATP - AMEC-SPIE - Sonacotra - Faceo - CNRS - AmecSpie - Château de Versailles - Banque PSA Finance - Groupe Moniteur - CIDJ - CIRAD - Bureau
    [Show full text]
  • WEB DEVELOPER » Portfolio » Github SUMMARY I’M a Full-Stack Developer and a Programming Instructor
    LUIS MONTEALEGRE - WEB DEVELOPER » Portfolio » Github SUMMARY I’m a full-stack developer and a programming instructor. I want to be surrounded by people who push me to do the best work of my career as well as people I can nurture and support. I have over 13 years of experience in tech both in Mexico and the United States and I’m looking forward to be part of a team that values work-life balance, TDD, pair programming and code reviews. PROGRAMMING LANGUAGES AND TOOLS PHP 11 years • Laravel, Zend Framework 1, Symfony 1 & 2, Slim 2, Silex, Doctrine 1 & 2, PHPUnit, Behat, phpspec, Codeception • MySQL, PostgreSQL • jQuery, Jasmine, RequireJS, Bower, npm, Webpack, ES6, PhantomJS • Bootstrap, Sass • Vagrant, Docker • Git, SVN C# 4 years • ASP.NET Web Forms, Visual Basic • jQuery, JQuery UI • SQL Server, Oracle PL/SQL • TFS Java 2 years • Spring Boot, JUnit, Hibernate, DBUnit, Servlets, JSP/JSTL, Swing • Maven • MySQL, PostgreSQL CERTIFICATIONS EDUCATION Latinux Certified Linux Operator B. S. and Master in Computer Science. Oracle Certified Java Programmer Emeritus Autonomous University of Puebla. MCTS Microsoft SQL Server & Web [1998-2003, 2003-2005] Applications OPEN SOURCE CONTRIBUTIONS AND COMMUNITY WORK My contributions to open source projects include: Drupal Console, Codeception, Eris and Couscous. I also maintain some libraries: Modules System for Slim 2, Doctrine DBAL Fixtures Generator and a Yelp Fusion API Java Client. I'm the founder an former organizer of the PHP Puebla User Group. I helped organizing dozens of workshops and technical talks. I'm currently particpating with the San Antonio Coding Challenge meetup.
    [Show full text]
  • Persistence in PHP with Doctrine ORM
    www.allitebooks.com Persistence in PHP with Doctrine ORM Build a model layer of your PHP applications successfully, using Doctrine ORM Kévin Dunglas BIRMINGHAM - MUMBAI www.allitebooks.com Persistence in PHP with Doctrine ORM Copyright © 2013 Packt Publishing All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews. Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the author, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book. Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information. First published: December 2013 Production Reference: 1111213 Published by Packt Publishing Ltd. Livery Place 35 Livery Street Birmingham B3 2PB, UK. ISBN 978-1-78216-410-4 www.packtpub.com Cover Image by Gagandeep Sharma ([email protected]) www.allitebooks.com Credits Author Project Coordinator Kévin Dunglas Ankita Goenka Reviewers Proofreader Kirill Chebunin Bernadette Watkins Stefan Kleff Adam Prager Indexer Chris Woodford Tejal Daruwale Acquisition Editor Graphics Harsha Bharwani Sheetal Aute Abhinash Sahu Lead Technical Editor Vaibhav Pawar Production Coordinator Arvindkumar Gupta Technical Editors Nadeem N.
    [Show full text]
  • Quantifying the Security Benefits of Debloating Web Applications
    Less is More: Quantifying the Security Benefits of Debloating Web Applications Babak Amin Azad Pierre Laperdrix Nick Nikiforakis Stony Brook University Stony Brook University Stony Brook University [email protected] [email protected] [email protected] Abstract This increase in capabilities requires more and more complex server-side and client-side code to be able to deliver the features As software becomes increasingly complex, its attack surface that users have come to expect. However, as the code and expands enabling the exploitation of a wide range of vulnerabil- code complexity of an application expands, so does its attack ities. Web applications are no exception since modern HTML5 surface. Web applications are vulnerable to a wide range standards and the ever-increasing capabilities of JavaScript are of client-side and server-side attacks including Cross-Site utilized to build rich web applications, often subsuming the Scripting [4, 47, 72], Cross-Site Request Forgery [3, 33, 46], need for traditional desktop applications. One possible way of Remote Code Execution [18], SQL injection [19,41], and timing handling this increased complexity is through the process of attacks [35,40]. All of these attacks have been abused numerous software debloating, i.e., the removal not only of dead code but times to compromise web servers, steal user data, move laterally also of code corresponding to features that a specific set of users behind a company’s firewall, and infect users with malware and do not require. Even though debloating has been successfully cryptojacking scripts [43,49,74]. applied on operating systems, libraries, and compiled programs, its applicability on web applications has not yet been investigated.
    [Show full text]
  • Comparison of Performance Between Raw SQL and Eloquent ORM in Laravel
    Comparison of performance between Raw SQL and Eloquent ORM in Laravel Faculty of Computing i Blekinge Institute of Technology SE-371 79 Karlskrona Sweden Contact Information: Author(s): Ishaq Jound E-mail: [email protected] Hamed Halimi E-mail: [email protected] University advisor: Mikael Svahnberg Faculty of Computing Faculty of Computing Internet : www.bth.se Blekinge Institute of Technology Phone : +46 455 38 50 00 SE-371 79 Karlskrona, Sweden Fax : +46 455 38 50 57 i ABSTRACT Context. PHP framework Laravel offers three techniques to interact with databases, Eloquent ORM, Query builder and Raw SQL. It is important to select the right database technique when developing a web application because there are pros and cons with each approach. Objectives. In this thesis we will measure the performance of Raw SQL and Eloquent ORM, there is little research on which technique is faster. Intuitively, Raw SQL should be faster than Eloquent ORM, but exactly how much faster needs to be researched. Methods. To measure the performance of both techniques, we developed a blog application and we ran database operations select, insert and update in both techniques. Conclusions. Results indicated that overall Raw SQL performed better than Eloquent ORM in our database operations. There was a noticeable difference of average response time between Raw SQL and Eloquent ORM in all database operations. We can conclude that Eloquent ORM is good for building small to medium sized applications, where simple CRUD operations are used for the small amount of data. Typically for tasks like inserting a single row into a database or retrieving few rows from the database.
    [Show full text]
  • PHP+Persistence.Pdf
    PHP Persistence Concepts, Techniques and Practical Solutions with Doctrine — Michael Romer PHP Persistence Concepts, Techniques and Practical Solutions with Doctrine Michael Romer [email protected] PHP Persistence: Concepts, Techniques and Practical Solutions with Doctrine Michael Romer Munster, Nordrhein-Westfalen Germany ISBN-13 (pbk): 978-1-4842-2558-5 ISBN-13 (electronic): 978-1-4842-2559-2 DOI 10.1007/978-1-4842-2559-2 Library of Congress Control Number: 2016961535 Copyright © 2016 by Michael Romer This work is subject to copyright. All rights are reserved by the Publisher, whether the whole or part of the material is concerned, specifically the rights of translation, reprinting, reuse of illustrations, recitation, broadcasting, reproduction on microfilms or in any other physical way, and transmission or information storage and retrieval, electronic adaptation, computer software, or by similar or dissimilar methodology now known or hereafter developed. Trademarked names, logos, and images may appear in this book. Rather than use a trademark symbol with every occurrence of a trademarked name, logo, or image we use the names, logos, and images only in an editorial fashion and to the benefit of the trademark owner, with no intention of infringement of the trademark. The use in this publication of trade names, trademarks, service marks, and similar terms, even if they are not identified as such, is not to be taken as an expression of opinion as to whether or not they are subject to proprietary rights. While the advice and information in this book are believed to be true and accurate at the date of publication, neither the authors nor the editors nor the publisher can accept any legal responsibility for any errors or omissions that may be made.
    [Show full text]
  • Doctrine Create Schema from Database
    Doctrine Create Schema From Database Travers is falsely beardless after morbific Frederich disinhume his subbings costively. Apogeal Bill sometimes unbridles his salability polytheistically and situates so indefensibly! Predicted Torin burbled her lambskins so adjacently that Ariel getters very beneficently. MySQL Doctrine and UTF- Florian Eckerstorfer. How to generate entities from database schema using. Managing Persistent Data with Doctrine 2 PHP ORM. Side and Side Doctrine2 and Propel 2 Vertabelo Database. Php symfony doctrinebuild-db Creates classes for current model php symfony doctrinebuild-model Creates schemayml from other database. For versioning your database schema and easily deploying changes to it. In moose to operate Cycle ORM requires a transparent database connection to deliver set. Symfony schema database drop charge and load fixtures in. Doctrine integration CodeIgniter Forums. Symfony Doctrine ORM Tutorialspoint. Migrations Generate Migration Laravel Doctrine. Mark the querying for taking the appropriate channel, schema from database, how to change does not be processed. The database except a pull force may be created but will model. Multi-namespace migrations with doctrinemigrations 30. On database structure declarations and is used in projects such as Doctrine Schema files declare what are database structure should low and. For default mappings php binconsole doctrineschemaupdate. Update the schema in doctrinesymfony CodeProject. DoctrineDBALDBALException Unknown database type geometry requested. Handling database migrations with inanzzz. When made have done create replace update of database schema from entities you are used to clean these commands Doctrine offers another. Use the Doctrine CLI tools to initialize the database. We have dumped the schema into separate single migration but hear we apply let us double-check layer running this migration really creates a.
    [Show full text]
  • Domain-Driven Design in PHP
    Domain-Driven Design in PHP A Highly Practical Guide Carlos Buenosvinos Christian Soronellas Keyvan Akbary BIRMINGHAM - MUMBAI Domain-Driven Design in PHP Copyright © 2017 Carlos Buenosvinos, Christian Soronellas, Keyvan Akbary All rights reserved. No part of this book may be reproduced, stored in a retrieval system, or transmitted in any form or by any means, without the prior written permission of the publisher, except in the case of brief quotations embedded in critical articles or reviews. Every effort has been made in the preparation of this book to ensure the accuracy of the information presented. However, the information contained in this book is sold without warranty, either express or implied. Neither the authors, nor Packt Publishing, and its dealers and distributors will be held liable for any damages caused or alleged to be caused directly or indirectly by this book. Packt Publishing has endeavored to provide trademark information about all of the companies and products mentioned in this book by the appropriate use of capitals. However, Packt Publishing cannot guarantee the accuracy of this information. First published: June 2017 Production reference: 1090617 Published by Packt Publishing Ltd. Livery Place 35 Livery Street Birmingham B3 2PB, UK. ISBN 978-1-78728-494-4 www.packtpub.com Credits Authors Technical Editor Carlos Buenosvinos Joel Wilfred D'souza Christian Soronellas Keyvan Akbary Acquisition Editor Layout co-ordinator Frank Pohlmann Aparna Bhagat Indexer Pratik Shirodkar Foreword I must admit that when I first heard of the Domain-Driven Design in PHP initiative, I was a bit worried. The danger was twofold: first of all, when glancing over the table of contents, the subject matter looked like it was a rehash of content that was already available in several other Domain-Driven Design books.
    [Show full text]