Skip to content
View MK023's full-sized avatar
:atom:
Coding
:atom:
Coding

Block or report MK023

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

Hi, I'm Marco 👋

Cloud Platform & Security Engineer
Production-grade Python · Kubernetes (K3s) · Terraform · AWS · OWASP hardening

LinkedIn Credly Email Open to work


About me

I design and run cloud-native platforms with security-by-design: OWASP Top 10 hardening, infrastructure-as-code, CI/CD with blocking security gates, observability with Prometheus/Grafana/Sentry. I enjoy the boring production problems — graceful shutdown, credential rotation, incident postmortems, real backups — more than the shiny demos.

Current stack: Python 3.12 (FastAPI, Falcon, Flask) · Kubernetes (K3s in prod) · Terraform · AWS (Lambda, SQS, SNS, SES, S3, IAM, VPC) · Cloudflare (Tunnel, R2, Zero Trust) · PostgreSQL + PostGIS · Redis · Docker · GitHub Actions · Prometheus/Grafana/Alertmanager · Sentry.

Production ownership: Metropolitana Linea C di Roma (400+ video endpoint 24/7), Etihad Airways (network diagnostics), enterprise debt-collection platform (AWS serverless, 100+ REST endpoint).


Featured projects

Project One-liner Stack
🔎 JobSearch AI-powered job search platform with CV analysis, gap analysis, cover letters. 1078 test, 11-stage CI, SonarCloud Quality Gate PASS, MCP server for Claude Desktop integration. FastAPI · Anthropic Claude · PostgreSQL · Render · Sentry
📚 MD Vault Self-hosted knowledge base on K3s in production with Terraform IaC and Cloudflare Zero Trust tunnel. K3s · Terraform · GCP · FastAPI · SQLite FTS5
🅿️ TorinoParking Real-time parking availability API with HMAC-SHA256 key hashing, multi-tier rate limiting, threat model docs. FastAPI · PostgreSQL/PostGIS · Redis · testcontainers
🐇 RabbitWatch Self-healing monitoring control-plane: FastAPI health checks + RabbitMQ event bus + automated recovery. FastAPI · Prometheus · Grafana · Alertmanager · RabbitMQ · MongoDB
🧠 HappyKube AI emotion analysis Telegram bot in production for 2+ years. Clean Architecture, Fernet PII encryption. Flask · Groq LLaMA · PostgreSQL · Redis · Docker

Live in production

These are running and reachable right now — same engineering discipline I'd apply at scale, on infrastructure I pay for and operate myself:

Total monthly operating cost across all three: under €20. Cost-engineering as a deliberate design constraint, not an accident.


Currently learning

Preparing CKA (Certified Kubernetes Administrator) for Q3 2026 to certify the production K8s experience already deployed in MD Vault. Roadmap continues with CKS (Kubernetes Security Specialist) in 2027 to anchor the security side of the Cloud Platform & Security positioning. The path is K8s → in-flight AWS/Azure certs during the next role, not the other way around.


Security & DevSecOps practices I apply

  • Hardening: OWASP Top 10 audits with documented fixes · brute-force lockout · CSRF Origin validation · session hardening (SameSite strict) · CSP/HSTS · rate limiting (sliding window, multi-tier)
  • Crypto: AES-256 / Fernet for PII at rest · HMAC-SHA256 for API key hashing · bcrypt with timing-safe comparison · mTLS-ready designs
  • CI/CD gates: Bandit (SAST) · pip-audit / npm audit (SCA) · CodeQL (deep SAST) · Gitleaks (secret scanning) · SonarCloud (quality gate on new code)
  • Zero-trust: Cloudflare Tunnel as default ingress · Kubernetes RBAC + PodSecurity · presigned URLs for isolated uploads · least-privilege IAM
  • Reliability: graceful shutdown on SIGTERM · restart with progressive backoff · credential masking in log rotation · backup CronJobs to R2

Certifications

AWS Cloud Practitioner Cisco Cybersecurity LPI Linux Essential GitHub Foundations Python PCEP MongoDB

Verified on Credly.


Let's talk

Open to remote / hybrid roles in Italy (Cloud Engineer · DevSecOps · Platform Engineer · Cloud Security). Available for freelance engagements with structured contracts.

Pinned Loading

  1. TorinoParking TorinoParking Public

    Backend API per disponibilità parcheggi a Torino — FastAPI, PostgreSQL/PostGIS, Redis

    Python 1

  2. HappyKube HappyKube Public

    AI-powered emotion analysis Telegram bot — Groq LLaMA 3.3 70B, FastAPI, Clean Architecture, OWASP-hardened

    Python 1

  3. JobSearch JobSearch Public

    AI-powered job search platform — CV analysis, gap analysis, interview prep, cover letters, automated outreach. FastAPI + Claude API + MCP.

    Python 2

  4. md_vault md_vault Public

    Personal knowledge base — FastAPI, SQLite FTS5, Win95 UI, K3s, Terraform, Cloudflare Tunnel

    JavaScript 1

  5. RabbitWatch RabbitWatch Public

    Stack di monitoring self-healing: health check FastAPI + Prometheus/Grafana/Alertmanager + event bus RabbitMQ, con recovery automatico per infrastrutture cloud e on-prem.

    Python