Skip to content
View PipMyCode's full-sized avatar

Block or report PipMyCode

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 is supported. This note will only be visible to you.
Report abuse

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

Report abuse
PipMyCode/README.md

Hi, I'm Marcus

Cloud-Native Backend Engineer focused on building highly scalable, secure, and observable backend systems.

I engineer enterprise-grade backend APIs and manage the cloud infrastructure they run on. My core focus is on Java/Spring Boot architectures (Modular Monoliths & Microservices), zero-trust security using OAuth2/Keycloak, and automating everything from server provisioning to CI/CD deployments. I believe in "Day-2 Operations"—code isn't done just because it compiles; it needs to be containerized, securely deployed, and actively monitored in production.


Core Stack

Backend

Java Spring Boot Spring Security Hibernate PostgreSQL Redis RabbitMQ

DevOps & Cloud (IaC)

Docker Terraform Ansible AWS Linux Bash

CI/CD, Testing & Observability

GitHub Actions Prometheus Grafana


Featured Projects

An enterprise-grade, zero-trust e-commerce backend built with Java 26 and Spring Boot.

  • Architecture: Scalable Modular Monolith using Domain-Driven Design (DDD) and Hexagonal Architecture.
  • Security: Stateless security model leveraging Keycloak for custom OAuth2 JWT Role-Based Access Control (RBAC).
  • DevSecOps: Hardened CI/CD pipeline via GitHub Actions deploying immutable, non-root containers with read-only filesystems.
  • Observability: Fully instrumented with Micrometer, aggressively scraping metrics via Prometheus into dynamic Grafana dashboards (monitoring p95 latency & JVM memory).

Cloud-Native Hostel Management System

A highly available 3-tier environment on AWS.

  • Architected AWS infrastructure (EC2, RDS) via Terraform, reducing provisioning time by 90%.
  • Containerized the application runtime using Docker and automated declarative security patching routines using Ansible.

Connect with me

Gmail GitHub


"Talk is cheap. Show me the code."
- Linus Torvalds

Building backend systems. Automating deployments. Learning by shipping.

Pinned Loading

  1. sbecomm-modernized sbecomm-modernized Public

    An enterprise-grade, zero-trust e-commerce backend built with Java 26, Spring Boot 4.1, and a modular monolith architecture. Fully containerized with Prometheus/Grafana observability.

    Java

  2. student-management-devops student-management-devops Public

    HTML

  3. hms-qa hms-qa Public

    Playwright + TypeScript QA automation framework for HMS (smoke, regression, API, CI-ready)

    TypeScript

  4. saucedemo-tests saucedemo-tests Public

    Playwright E2E test suite

    TypeScript

  5. bank-customer-crud-api bank-customer-crud-api Public

    A simple Spring Boot REST API for managing bank customer records with CRUD operations using Spring Data JPA and H2 database.

    Java