Full-Stack Developer · Blockchain Engineer · AI Engineer
Nepal · Building scalable software and decentralized infrastructure.
type Prasanga struct {
Role string
Location string
Stack []string
Focus []string
}
var Profile = Prasanga{
Role: "Full-Stack Developer & Blockchain Engineer",
Location: "Nepal",
Stack: []string{
"Go", "TypeScript", "Next.js", "Motoko", "Rust", "Python", "SQL",
},
Focus: []string{
"Internet Computer",
"Blockchain Infrastructure",
"AI Engineering",
"Developer Tools",
},
}- Internet Computer — Canisters, Motoko, ICRC and on-chain infrastructure
- Go — Scalable backend services, APIs and system architecture
- Next.js — Modern full-stack web applications
- AI Engineering — Agents, LLM orchestration and developer tooling
| Project | Description |
|---|---|
| ICPay | Blockchain payment and wallet infrastructure |
| ICBucket | On-chain cloud storage for the Internet Computer |
| icCommunity | Community infrastructure for the ICP ecosystem |
| icFalcon | AI-assisted developer tooling for ICP |
| OpenTV | Modern streaming platform |
Simple → Scalable
Reusable → Maintainable
Explicit → Predictable
Versioned → Evolvable
API convention: /api/v1



