|
I'm a Cloud & DevOps engineer who builds infrastructure that recovers from its own failures, and full-stack platforms built like real products, not tutorials. π More about what I doOn the side, I'm experimenting with AI-assisted tooling to see how far I can push automated analytics.
|
My portfolio site isn't just a landing page β it runs a live, interactive AWS self-healing infrastructure demo. You can trigger a real ECS Fargate task failure from the browser and watch the recovery pipeline fix it in real time.
flowchart LR
A["ECS Fargate Task\n(killed on demand)"] -- failure event --> B["EventBridge Rule"]
B --> C["Lambda: Recovery Handler"]
C --> D["ECS: Relaunch Task"]
C --> E["DynamoDB\n(incident log)"]
E --> F["CloudWatch\n(metrics + alarms)"]
D --> G["API Gateway"]
F --> G
G --> H["React Frontend\nLive Recovery Feed"]
What's actually happening:
- A user triggers (or the system simulates) an ECS Fargate task failure
- EventBridge catches the state-change event the moment it happens
- A Lambda recovery handler relaunches the task and writes the incident to DynamoDB
- CloudWatch tracks metrics/alarms on the whole pipeline
- API Gateway streams the recovery status back to a React frontend so you watch the fix happen live, not just read about it
No polling, no manual restarts, no "please refresh" β the system observes itself and repairs itself. That's the part most portfolio sites just talk about instead of building.
|
Live self-healing AWS infra demo (see architecture above), a production architecture explorer, and full-stack projects on display.
π Live Demo |
An automated insight pipeline: raw PostHog analytics β metric engine β AI-generated summaries β scheduled reports and notifications. My experiment in making analytics explain themselves.
|
|
A luxury fashion storefront built like a real product: JWT auth with email verification, guest-to-account wishlist sync, an admin CMS for products/journal/orders, Cloudflare Turnstile bot protection, and PostHog observability on both client and server.
|
New systems ship regularly. Check pinned repos for the latest builds. |
