Hello, my name is

Ezequiel Pereira

I'm a PHP Developer with 11 years of experience. I work with:

PHP, MySQL, Laravel, PHPUnit, AWS Infrastructure, Jenkins, GitHub, Bitbucket, Jira, CSS3, SASS, HTML5, JavaScript

About me

Photo of Ezequiel Pereira

My name is Ezequiel Pereira, and I am a:

PHP programmer, Web Designer, Digital Art enthusiast, and self-taught in many aspects.

I started programming and creating websites since the age of 14. At 21 I completed the Technology Computing course specialising in Web Programming (PHP, MySQL, HTML, CSS), and also completed a course of Master Web-Design.

php file icon ezequielPereira.php

class EzequielPereira implements Developer
.... public function __construct()
.... {
........ $this->name = 'Ezequiel Pereira';
........ $this->dateOfBirth = date( 'Y-m-d', strtotime( '09 February 1987'));
........ $this->email = 'enquires@ezequielhpp.net';
.... }
 
.... public function workExperience(): object
.... {
........ return response()->json([
............ 'Oct2019-present' => [
................ 'company' => 'Jacobs Media Group',
................ 'jobTitle' => 'Senior Back-end Web Developer',
............ ],
............ 'May2017-Sep2018' => [
................ 'company' => 'Your Favourite Story',
................ 'jobTitle' => 'Senior Back-end Web Developer',
............ ],
............ 'Apr2015-Apr2017' => [
................ 'company' => 'Energy House Digital',
................ 'jobTitle' => 'Mid-Weight Back-end Web Developer',
............ ],
............ 'Nov2012-Mar2015' => [
................ 'company' => 'The Gateway Online',
................ 'jobTitle' => 'Junior Web Developer',
............ ],
............ 'Sep2011-Oct2012' => [
................ 'company' => 'Freelance',
................ 'jobTitle' => 'Junior Web Developer',
............ ],
............ 'Oct2008-Sep2011' => [
................ 'company' => 'The One Line Design',
................ 'jobTitle' => 'Junior Web Developer',
............ ]
........ ]);
.... }
 
.... public function education(): object
.... {
........ return response()->json([
............ 'Aug2007-Jul2009' => 'Master Web-Design course',
............ 'Sep2004-Jul2008' => 'Technology Computing course specialising in Web Programming'
........ ]);
.... }
}
 

Skills

PHP
PHP
MySQL
MySQL
Laravel
Laravel
PHPUnit
PHPUnit
AWS Infrastructure
AWS Infrastructure
Jenkins
Jenkins
GitHub
GitHub
Bitbucket
Bitbucket
Jira
Jira
CSS3
CSS3
SASS
SASS
HTML5
HTML5
JavaScript
JavaScript
Back to Projects

The gateway app

The Gateway newspaper was a business and careers online newspaper, formerly print and digital and then exclusively digital, read by students and graduates. It was popular with students at a range of UK universities and had readers around the world. The Gateway produced analysis, career advice and employer insights, as well as profiling paid internship opportunities and graduate jobs.

TECHNOLOGIES

Objective C

Custom API

iOS 6

After the users register / logged in they would have access to thousands of articles which they could filter according to their preferences.

The news feed, jobs and preferences were synced with the custom built API, that served the main website and this app.

Job applications could be done within the app, which would then send a new application directly to the Employers.

Back to Projects

Mercedes-Benz

Multiple tools and websites made for Mercedes-Benz UK. 

Dealer Locator Tool

This tool allows customers to find the nearest dealer to their location, and what cars are available for purchase.

Also allows customers to book test drives for the desired card.