Skip to content
View mmmihaeel's full-sized avatar

Block or report mmmihaeel

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

Mykhailo Yarytskyi

Senior backend and full-stack engineer focused on production-grade systems, integrations, and operational reliability.

GitHub | LinkedIn | Portfolio | Email

I build API-first services and platform components with clear domain boundaries, predictable workflows, and maintainable delivery pipelines. I focus on systems that are technically solid and product-useful, from architecture decisions through day-to-day operations.


Core Engineering Scope

  • Backend systems for business-critical workflows, access control, and auditability
  • System design and architecture for services with explicit reliability and ownership boundaries
  • Integration-heavy services (webhooks, normalization, idempotency, retries, delivery tracking)
  • Async and event-driven processing with queues, workers, and replay/recovery flows
  • Data and reporting services with SQL-first modeling, recomputation pipelines, and caching
  • Operational tooling: health/status models, incident/retry workflows, and operator-facing APIs
  • Containerized development and deployment workflows with Docker and Linux

Technology Focus

  • Languages: PHP, TypeScript/Node.js, Go, Java, SQL, Bash
  • Frameworks: Laravel, Symfony, NestJS, Express, Spring Boot, React, Next.js
  • Data and messaging: PostgreSQL, MySQL, Redis, RabbitMQ
  • Infrastructure and ops: Docker, Docker Compose, Linux, Apache/Nginx, CI/CD workflows
  • Delivery patterns: REST APIs, WebSockets, validation and policy layers, testing and quality gates

Featured Repositories

Repository Primary Focus Why It Matters Stack
deal-room-api Secure deal-room backend Demonstrates RBAC/policy checks, scoped access, secure sharing, and auditability PHP, Laravel, MySQL, Redis, Docker
conference-orchestrator Event and call workflow orchestration Demonstrates state-machine lifecycle control, participant workflows, and queue-backed operations PHP, Symfony, PostgreSQL, Redis, RabbitMQ, Docker
integration-gateway Webhook ingestion and integration processing Demonstrates canonical event modeling, layered idempotency, retries/replay, and delivery tracking TypeScript, Fastify, PostgreSQL, Redis, RabbitMQ, Docker
realtime-ops-platform Realtime operations microservices Demonstrates queue-driven jobs, alert/incident workflows, and WebSocket event fanout TypeScript, NestJS, PostgreSQL, Redis, RabbitMQ, WebSockets, Docker
pg-analytics-service Query-heavy analytics service Demonstrates SQL-first analytics design, recomputation lifecycle, and cache/version invalidation Go, PostgreSQL, Redis, Docker
ops-monitor Operational monitoring and intervention API Demonstrates service-status policy modeling, retry orchestration, incident lifecycle, and audit trails Java, Spring Boot, PostgreSQL, Redis, Docker
linux-infra-lab Linux and infrastructure operations lab Demonstrates reverse proxying, automation scripts, backup/restore runbooks, and service diagnostics Linux, Bash, Apache, Docker Compose, Node.js, PHP, MySQL, PostgreSQL, Redis

Repository Navigation


Selected Professional Work (LinkedIn-backed)

In addition to public repositories, my LinkedIn experience reflects delivery across product, contract, and freelance environments where source code is not always public.

  • Built and maintained full-stack platforms combining React/Next.js frontends with Node.js/PHP backend services
  • Delivered API integrations and workflow automation across content, CRM, and business operations use cases
  • Worked with SQL and NoSQL data models, query tuning, caching, and reliability-focused backend refactors
  • Contributed to CI/CD, containerized environments, release workflows, and cloud-oriented service operations
  • Implemented and supported AEM-based enterprise delivery flows, including component systems, dispatcher/cache concerns, and content operations

Current Focus

  • Backend architecture for systems with strong operational requirements
  • Reliable async workflows (queues, retries, replay, failure handling)
  • Integration boundaries and service-to-service contracts
  • Practical infrastructure and operator-facing reliability tooling

Contact

Pinned Loading

  1. conference-orchestrator conference-orchestrator Public

    Symfony-based event orchestration API for conference calls, participant workflows, reminders, audit logs, and Dockerized local development.

    PHP

  2. deal-room-api deal-room-api Public

    Secure Laravel-based deal room API with document permissions, share links, audit logs, Redis caching, and Dockerized local development.

    PHP

  3. linux-infra-lab linux-infra-lab Public

    Linux infrastructure lab with Apache, Docker Compose, Bash automation, health checks, backups, reverse proxy, and service operations workflows.

    Shell

  4. ops-monitor ops-monitor Public

    Java Spring Boot service for health checks, failed job registry, retry workflows, and operational status monitoring with Dockerized local development.

    Java

  5. pg-analytics-service pg-analytics-service Public

    Go analytics service for PostgreSQL-backed aggregations, reporting workflows, scheduled recomputation, and Dockerized local development.

    Go

  6. integration-gateway integration-gateway Public

    Node.js integration service for webhook ingestion, idempotent event processing, delivery tracking, retries, and Dockerized local development.

    TypeScript