Skip to content
View eviltwin7648's full-sized avatar

Block or report eviltwin7648

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 supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
eviltwin7648/README.md

hi, i'm vishal πŸ‘Ύ

backend engineer obsessed with distributed systems, async workflows, and things that don't break at 3am.


stack

TypeScript Go Node.js PostgreSQL MongoDB RabbitMQ Redis Docker AWS


things i've built

DevFleet β€” distributed job orchestration platform. immediate, delayed & cron jobs with exponential backoff, a Go execution agent (os/exec + context timeouts), and a full state machine (CREATED β†’ RUNNING β†’ SUCCESS/FAILED/TIMEOUT).
Node.js BullMQ Go PostgreSQL Redis

Digital Wallet β€” bank-webhook-driven P2P transactions in a Turborepo monorepo. NextAuth, Prisma, deployed to AWS EC2 via Docker + CI/CD.
Next.js Prisma PostgreSQL AWS EC2


homelab

arch laptop  ──── tailscale ────  titan (ubuntu server)
                                      └─ docker workloads

two machines. one mesh. zero downtime goals.


Pinned Loading

  1. Devfleet-agent Devfleet-agent Public

    The cli agent for devfleet app

    Go

  2. Devfleet-frontend Devfleet-frontend Public

    the frontend for Devfleet

    Vue

  3. Devfleet-server Devfleet-server Public

    TypeScript

  4. gRPC-chat-service gRPC-chat-service Public

    a basic chat service in goLang over grpc

    Go 1