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

Authentication-User-Dashboard-App a production-style auth system, live on Render: JWT in httpOnly cookies, bcrypt, reCAPTCHA v2, email verification, Cloudinary CDN, double-submit CSRF protection, Redis-backed rate limiting, and Zod input validation. Covered by Playwright E2E tests running in GitHub Actions CI.

observability-platform a Docker Compose observability backend for the Authentication User Dashboard App: OpenTelemetry Collector routes metrics to Prometheus and traces to Tempo, visualized in Grafana with a live dashboard tracking RED metrics (throughput, p50/p95/p99 latency) and auth security events, logins, invalid credentials, CSRF blocks, rate-limit hits. Logs pipeline to Loki is wired up but not yet fed by the app. Next: get logs flowing end-to-end, then a deliberate fault-injection phase, introduce a slow endpoint, watch the alert fire, observe the recovery.

weweb-cloudflare-ci a production CI/CD pipeline built for a family startup. 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.


🎯 Currently

  • Building: Wiring application logs into the observability stack, then a deliberate fault-injection phase to test alerting end-to-end
  • 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. Authentication-User-Dashboard-App Authentication-User-Dashboard-App Public

    A production‑style full‑stack authentication system demonstrating secure user workflows, media uploads, and real‑world backend architecture.

    JavaScript

  2. observability-platform observability-platform Public

    A local observability backend suite powered by Docker Compose, OpenTelemetry Collector, Prometheus, Grafana Tempo, Grafana Loki, and Grafana.

  3. 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

  4. weweb-dynamic-metadata weweb-dynamic-metadata Public

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

    JavaScript