Skip to content
View malliapi's full-sized avatar
:octocat:
Looking for a contract
:octocat:
Looking for a contract
  • Malliapi Ltd
  • London
Block or Report

Block or report malliapi

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
malliapi/README.md

Hi 👋, I'm Chris Malliapi

Senior NextJS/ReactJS Developer

Profile

I am a full-stack developer and even though my focus has been on the front-end, I also possess strong leadership skills, back-end, architecture and DevOps skills. I am proactive about learning and regularly attend community conferences. I have a particular appreciation for visuals and usability and thus my career direction is focused towards enhancing these with the help of creative, UX and optimisation (A/B testing) teams. I have recently completed a contract with appnovation where a wordpress HR management was replaced by building a UI component library and then utilised through a contentful nextjs application. I am also involved in other projects such as a greenfield project called Popncorn Girl Las Vegas which is a franchise of https://popcorngirlvegas.com. This project is still at early discovery stages in terms of tech stack and now has first draft designs to work with.

Previously, I was the Technical Lead for search, bookings and checkout at Eurostar for close to 3 years where my team had delivered features that were worth circa £15 million in incremental revenue over my leadership period.

I had also previously led and managed technical teams at Deloitte Digital in London.

My responsibilities have included team management, leadership, client negotiation, hiring, requirements analysis, component design and implementation using TDD and BDD, code refactoring, and delivering application training to offshore locations.

I possess close to 12 years of professional and freelance work experience, including experience working in e-commerce, corporate financial institutions and technology consultancies.

I have graduated from University College London in 2008 with a 2:1 BSc(Hons) in Computer Science.

Languages and Tools:

aws azure babel bash bootstrap circleci csharp css3 docker express figma firebase git graphql heroku html5 illustrator invision javascript jenkins kubernetes linux mssql mysql nextjs nginx nodejs photoshop postgresql postman react reactnative redux sass sketch sqlite swift tailwind travisci typescript unity webpack xd

Statistics (from public sources)

devcards

Github Stats Overview Github Stats Languages

Pinned

  1. storybook storybook Public

    Forked from storybookjs/storybook

    Interactive UI component dev & test: React, React Native, Vue, Angular

    JavaScript

  2. Analytics Utils HOC Analytics Utils HOC
    1
    import React from 'react';
    2
    import { trackEvent } from './tealium';
    3
    
                  
    4
    const getDisplayName = Component => Component.displayName || Component.name || 'Component';
    5
    
                  
  3. GDPR Preferences GDPR Preferences
    1
    const setGDPRPreferences = data => ({
    2
      type: types.SET_GDPR_PREFERENCES,
    3
      data,
    4
    });
    5
    
                  
  4. Dev Build Logger Dev Build Logger
    1
    import chalk from "chalk";
    2
    import figures from "figures";
    3
    
                  
    4
    module.exports = {
    5
      log: console.log,