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

Highlights

  • Pro

Organizations

@articstudio @phpcat @Prodaisa

Block or report marcmascort

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

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: 'Teladoc Health International',
  website: 'https://teladoc.com',
  location: 'remote',
  role: 'Senior Backend Engineer',
  from: new \DateTimeImmutable('2024-04-01', 'Europe/Madrid'),
));

$mmbCareer->attach(new \Developer\Job(
  organization: 'T4xi',
  website: 'https://t4xi.com',
  location: 'remote',
  team: 'eHealth (external for Teladoc)',
  role: 'Backend lead',
  from: new \DateTimeImmutable('2020-07-01', 'Europe/Madrid'),
  to: new \DateTimeImmutable('2024-03-31', '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'),
  to: new \DateTimeImmutable('2020-06-30', 'Europe/Madrid'),
));

Open Source

🔜 Comming soon

Popular repositories Loading

  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