import { ArrowRight, BookOpen, Container, Cpu, Database, ExternalLink, GitBranch, GitFork, HardDrive, } from "lucide-react"; import { Badge } from "@/components/ui/badge"; import { buttonVariants } from "@/components/ui/button"; import { Card, CardContent, CardHeader, CardTitle } from "@/components/ui/card"; import { cn } from "@/lib/utils"; const skills = [ { icon: HardDrive, label: "Backend (Bun, Elysia, Axum)" }, { icon: Container, label: "Docker & Traefik" }, { icon: Database, label: "PostgreSQL, Redis, NATS" }, { icon: Cpu, label: "Rust, TypeScript, Python" }, { icon: GitBranch, label: "CI/CD, GitHub Actions" }, { icon: BookOpen, label: "Dapr, Prometheus, Jaeger" }, ]; const techTags = [ "TypeScript", "Rust", "Python", "Next.js", "React", "Bun", "Elysia", "Drizzle", "Axum", "TensorFlow", "ONNX", "Docker", "Traefik", "Tailscale", "Dapr", "NATS", "PostgreSQL", "Redis", "Prometheus", "Tauri", ]; export default function Home() { return (
Backend & infrastructure engineer who builds distributed systems, RESTful APIs, and production-grade observability stacks.
I build backend systems and infrastructure for personal projects, research collaborations, and production deployments. My work spans RESTful API design, container orchestration with Docker & Traefik, distributed tracing with OpenTelemetry & Jaeger, and event-driven architectures on Dapr & NATS.
I was the Back-End lead on the ZeaVis Edu capstone team ("AI for Smart Education" by Pijak × IBM SkillsBuild), where I designed the system architecture, API contracts, and deployment pipeline for a computer vision-based corn leaf disease detection platform.
A Computer Vision-powered educational platform that helps farmers, agricultural students, and field extension officers identify corn leaf diseases by uploading a photo. Built as a capstone project for the Pijak × IBM SkillsBuild program.
What it does
My role
This site doubles as a live infrastructure monitor.
The dashboard tracks Docker services, Traefik request metrics, Prometheus system resources, and Jaeger traces across the deployment.
Live Dashboard