Skip to content
View Mel000000's full-sized avatar
🧐
always learning
🧐
always learning

Block or report Mel000000

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



Full-stack developer with a focus on system observability, performance engineering, and CI/CD automation. I build things, instrument them, break them deliberately, and watch what happens.


🔨 What I've built

weweb-cloudflare-ci a production CI/CD pipeline built for a startup client. 54-second end-to-end deploys with dependency caching, rollback visibility, and full commit traceability. Later open-sourced as the first public template for WeWeb + Cloudflare Pages.

weweb-dynamic-metadata a published npm package. Build-time SEO metadata generator: zero runtime overhead, no serverless costs, 1,000 pages in under 3 seconds.

Authentication-User-Dashboard-App a production-style auth system: JWT in httpOnly cookies, bcrypt, reCAPTCHA v2, email verification, Cloudinary CDN. Currently adding Playwright E2E tests with GitHub Actions CI.

observability-platform (in progress) a OpenTelemetry → Prometheus → Grafana pipeline instrumented across two services. Tracks login latency, error rates, and failed auth attempts. Includes a deliberate fault injection phase: introduce a slow endpoint, watch the alert fire, observe the recovery.


🎯 Currently

  • Building: Distributed observability platform → distributed tracing across an auth service and a microservice, alerting on latency thresholds
  • Learning: OpenTelemetry · Prometheus · Grafana · TypeScript · C++
  • Writing: Dev.to posts on debugging, monitoring, and what the metrics actually mean

🔍 Open to Opportunities

Looking for an internship or Werkstudent role starting summer 2027, ideally in Austria. Particularly interested in:

  • Observability, APM, and platform engineering
  • Backend performance and system health
  • Full-Stack development
  • Teams where I can learn from experienced engineers while contributing something real



Pinned Loading

  1. weweb-cloudflare-ci weweb-cloudflare-ci Public

    Automated CI/CD pipeline for deploying WeWeb projects to Cloudflare Pages with commit traceability and custom Vite overrides.

    JavaScript 1

  2. Authentication-User-Dashboard-App Authentication-User-Dashboard-App Public

    User Portal with Login & Profile Management

    JavaScript

  3. weweb-dynamic-metadata weweb-dynamic-metadata Public

    Build-time SEO metadata generator for WeWeb static exports. Zero runtime overhead, perfect SEO, completely free.

    JavaScript