Skip to content
View prasangapokharel's full-sized avatar
🏴‍☠️
Dev
🏴‍☠️
Dev

Highlights

  • Pro

Block or report prasangapokharel

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.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
prasangapokharel/README.md

Prasanga Pokharel

committers.top

Full-Stack Developer · Blockchain Engineer · AI Engineer

Nepal · Building scalable software and decentralized infrastructure.

Portfolio LinkedIn Email


About

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",
    },
}

Core Technologies




Current Focus

  • 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

Projects

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

Engineering Principles

Simple      →   Scalable
Reusable    →   Maintainable
Explicit    →   Predictable
Versioned   →   Evolvable

API convention: /api/v1


GitHub


Open source · Blockchain · AI · Full-Stack Engineering

Portfolio · GitHub · LinkedIn

Pinned Loading

  1. ICPay ICPay Public

    Send ICP by username instead of a 63-character principal. Custodial wallet on the Internet Computer — Motoko canister + Next.js.

    TypeScript 1 1