qaidvoid@mainframe: ~/portfolio
$ whoami

Rabindra Dhakal

@QaidVoid
Software Developer / Systems / Security / Nepal
Available for work

I write code that lives close to the metal. I've packed entire filesystems into single binaries, cloned 60+ AWS services to run fully offline, and built orchestrators that chain security tools into automated pipelines. I also make generative SVG art out of GitHub activity because why not. I drift between systems programming, security research, and developer tooling, picking one sounds boring. Rust is my weapon of choice, but I'll reach for Go or TypeScript when the job demands it. Based in Nepal, fueled by curiosity and questionable amounts of caffeine.

[01]

About

profile.rsrust
1// the gist
2let qaidvoid = Profile {
3 stack: vec!["Rust", "Go", "TypeScript", "Svelte", "C"],
4 focus: vec!["Systems", "Dev Tools", "Security"],
5 based: "Nepal",
6 uptime: "26y 127d", // live
7 tz: "+05:45",
8 status: "available", // open to opportunities
9};
[02]

Experience

git log --author=qaidvoid
commit 3292b2b (HEAD -> main)
Author: Technical Lead <3P Trades>
Date:   Feb 2025 – Present

Built an Aircraft Lifecycle Management platform for the aviation industry. End-to-end tracking of aircraft lifecycles, BOMs, maintenance schedules, parts inventory, and regulatory compliance. Full CRUD project management backed by Prisma and PostgreSQL with strong type safety throughout. Also built an AI-powered natural language querying layer so operations teams can interact with structured data conversationally.

Core contributor to a production-grade AWS resource management and enterprise collaboration platform shipped as a shared library (Next.js, React, TypeScript). Built integrations across 10+ AWS services including Cognito, IAM, DynamoDB with a custom query builder, S3 presigned uploads, CloudWatch, and Kendra. Developed a multi-provider AI agent framework (OpenAI, Anthropic, Bedrock) with tool execution, human-in-the-loop approval, and token budget management. Built a dynamic schema designer that auto-derives DynamoDB tables and Zod schemas from user-defined models. Contributed to the ABAC/RBAC access control system with fine-grained, tenant-scoped policies.

Next.jsAWSReactPrismaPostgreSQLZenStack
commit c89605a
Author: Web Developer <Yarsa Labs>
Date:   Dec 2023 – Dec 2024

Built RESTful APIs with Bun, TypeScript, and PostgreSQL for Photomaker. Developed the responsive admin dashboard in React and TypeScript. Implemented in-app purchase validation integrating Apple/Google payment APIs. Built a real-time matchmaking service for Pasal using Bun, TypeScript, and Redis, along with a rider/order dashboard featuring live location maps and QR code display.

Also developed a 2D multiplayer game using the Colyseus framework and Phaser.

Node.jsBunPostgreSQLRemixReactNestJS
[03]

Projects

tree ~/projects
portfolio/
├─ Soar/[featured]
⤷ A fast, modern, bloat-free distro-independent package manager for Linux. Supports static binaries, AppImages, and portable formats. Single binary, zero dependencies, works on any distribution.
Rust · Linux · Package Manager · CLI · AppImage//GitHubDocs
├─ AWSim/
⤷ Fully offline AWS dev environment. 60+ services, real IAM enforcement, billing dashboard, chaos engine, Lambda execution.
Rust · Svelte · AWS · Docker//GitHub
├─ onelf/
⤷ Pack directories into self-contained executables. In-memory, FUSE, or on-disk modes.
Rust · C · Linux · FUSE//GitHub
├─ ghpulse/
⤷ GitHub activity visualized as generative SVG art. 7 themes, unique per developer.
Rust · SVG · Generative//GitHub
└─ netinject/
⤷ API security testing orchestrator. Unifies httpx, nuclei, ffuf, sqlmap into pipelines.
Rust · Security · API//GitHub
all repositories
[04]

Contact

// open to opportunities, collaborations, and hard problems

contact.jsonjson
1// reach out — fastest on email or telegram
2{
3 "github": "@QaidVoid",
5 "telegram": "@QaidVoid",
6 "discord": "qaidvoid"
7}