Skip to content
View marcmascort's full-sized avatar
☠️
Searching the One Piece
☠️
Searching the One Piece

Organizations

@articstudio @phpcat
Block or Report

Block or report marcmascort

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
marcmascort/README.md

Marc Mascort Bou

Me

📧 marc@mmb-dev.com
📍 Cassà de la Selva, Girona, Catalunya
🌐 Catalan / Spanish / English
🎂 1986-09-16
👨‍👩‍👦 Married and dad of a beautiful son

Career

$mmbCareer = new \Developer\Career(
  cv: 'https://www.linkedin.com/in/marcmascort',
  email: 'marc@mmb-dev.com',
  stack: ['PHP', 'JavaScript', 'Bash', 'MySQL'],
);

$mmbCareer->attach(new \Developer\Job(
  organization: 'T4xi',
  website: 'https://t4xi.com',
  location: 'remote',
  team: 'eHealth',
  role: 'Backend lead',
  from: new \DateTimeImmutable('2020-07-01', 'Europe/Madrid')
));

$mmbCareer->attach(new \Developer\Job(
  organization: 'MMB-DEV',
  website: 'https://mmb-dev.com',
  location: 'Girona',
  role: 'Craft Developer / ICT Consultant',
  from: new \DateTimeImmutable('2022-01-01', 'Europe/Madrid')
));

$mmbCareer->attach(new \Developer\Job(
  organization: 'Articstudio',
  website: 'https://articstudio.com',
  location: 'Girona',
  role: 'CTO / Developer',
  from: new \DateTimeImmutable('2013-01-01', 'Europe/Madrid')
));

Open Source

🔜 Comming soon

Popular repositories

  1. bash-helpers bash-helpers Public

    Simple bash helpers

    Shell 1

  2. wp-optimize wp-optimize Public archive

    HTML

  3. cqrs-ddd-php-example cqrs-ddd-php-example Public

    Forked from CodelyTV/php-ddd-example

    CQRS PHP Example. Specific examples about how to model an app following DDD and CQRS principles

    PHP

  4. angular-file-model angular-file-model Public

    Forked from ghostbar/angular-file-model

    Angular.js directive that allows input element's of type file to be handled in models inside a controller's scope

    JavaScript

  5. outdated-browser outdated-browser Public

    Forked from outdatedbrowser/outdated-browser

    A simple tool to identify and upgrade old browsers.

    HTML

  6. outdated-browser-rework outdated-browser-rework Public

    Forked from mikemaccana/outdated-browser-rework

    Detects outdated browsers and advises users to upgrade to a new version. Handles mobile devices!

    JavaScript