Skip to content
View mpq1990's full-sized avatar
🏈
🏈

Block or report mpq1990

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.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. 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
mpq1990/README.md

Hi there 👋

I’m a backend-focused full-stack engineer with a strong interest in C++ and system programming. Professionally, I work with Node.js, TypeScript, React, AWS, and Kubernetes, and in the past I’ve built systems using Ruby on Rails and Phoenix (Elixir), gaining some functional programming experience. I also have hands-on C experience from working on the early Pebble smartwatch SDK.

🔭 Currently: building scalable backends and diving into C++ game engine development (Unreal Engine, custom engines, low-level systems)

🌱 Exploring deeper into C/C++, memory management, and game engine design fundamentals

👯 Open to collaborate on projects involving C++, game engines, or JavaScript/TypeScript ecosystems

💬 Ask me about Node.js, backend architecture, microservices, PostgreSQL, React, Elixir/Phoenix, Ruby on Rails, or engineering leadership

⚡ Fun fact: I’m obsessed with airplanes & aviation ✈️

Pinned Loading

  1. ticketing ticketing Public

    A microservice architecture demonstration powered by nodejs, express, typescript, javascript, nats, docker, kubernetes. Ref: Books by Sam Newmann, Chris Richardson. Course by Stephen Grider.

    TypeScript

  2. simple-microservices-demo simple-microservices-demo Public

    Sample Microservice architecture (Event sourcing and CQRS) - Using Docker, Kubernetes and Skaffold. Build with nodejs, express and React. Based on work done by Stephen Grider

    JavaScript 2 1

  3. microservices-architecture-nodejs microservices-architecture-nodejs Public

    A microservice based application utilising service registry, circuit breaker pattern, caching, rabbitmq queue based on @danielkhan course on microservices

    JavaScript 1 2

  4. multi-docker multi-docker Public

    JavaScript

  5. programming_phoenix_1.4_rumbl programming_phoenix_1.4_rumbl Public

    Project code along for the book programming phoenix 1.4

    Elixir

  6. Neovim configuration Neovim configuration
    1
    -- Bootstrapping Packer
    2
    vim.cmd [[packadd packer.nvim]]
    3
    
                  
    4
    require('packer').startup(function(use)
    5
      -- Packer manages itself