suat@durkaya:~/builds$

Projects

Things I've shipped while learning platform engineering — each one taught me something new about running real systems.

$ ls ~/builds --sort=impact

FleetView

Multi-cloud resource dashboard: brings AWS, Hetzner, and DigitalOcean resources into a single view. JWT-based authentication and real-time metrics with Prometheus.

  • FastAPI
  • Docker
  • Prometheus
view project → FleetView

SecureSight

Flask-based SIEM dashboard. Log analysis, anomaly detection, and visualization with Chart.js — turning security events into something readable.

  • Flask
  • SIEM
  • Chart.js
view project → SecureSight

Server Dashboard

Real-time server monitoring stack: Flask, Prometheus, Grafana, and Node Exporter. Packaged with Docker Compose, auto-deployed via GitHub Actions.

  • Flask
  • Prometheus
  • Grafana
  • Docker Compose
  • GitHub Actions
view project → Server Dashboard

SSH Honeypot

Medium-interaction SSH honeypot: fake shell, credential logging, and IP geolocation. Captured 1,800+ real brute-force attempts in 24 hours.

  • Python
  • SSH
  • Security
view project → SSH Honeypot