// Welcome to my digital space

Building secure & scalable systems

Full-stack developer & security enthusiast specializing in high-performance applications and bulletproof architectures.

Available for work
|Based in Bangkok, TH
zsh - devhacker@localhost
>

// By the numbers

Track Record

0+

Commits

0

Projects

0+

Years Exp

0+

Coffees

// Technical expertise

Skills & Technologies

From low-level systems programming to cloud infrastructure, I work across the full stack with a focus on security and performance.

api/auth.ts
TypeScript
// Secure authentication handler
export async function authenticate(
  credentials: AuthPayload
): Promise<Session> {
  const hash = await bcrypt.hash(
    credentials.password, 12
  );
  return createSession(hash);
}

{Frontend}

  • >React
  • >Next.js
  • >TypeScript
  • >Tailwind CSS

{Backend}

  • >Node.js
  • >Python
  • >Rust
  • >Go

{Database}

  • >PostgreSQL
  • >Redis
  • >MongoDB
  • >Prisma

{Security}

  • >OAuth 2.0
  • >JWT
  • >Encryption
  • >Pen Testing

{Cloud}

  • >AWS
  • >Vercel
  • >Docker
  • >Kubernetes

{Tools}

  • >Git
  • >Linux
  • >Vim
  • >CI/CD

// Featured work

Open Source Projects

A selection of projects I've built and contributed to. All code is open source and available on GitHub.

SecureVault

1247

End-to-end encrypted password manager with zero-knowledge architecture

RustWebAssemblyReact

CloudDeploy

892

Infrastructure-as-code tool for multi-cloud deployments

GoTerraformKubernetes

APIForge

634

Auto-generate type-safe APIs from database schemas

TypeScriptPrismaGraphQL

// Ready to collaborate?

Let's Build Something Amazing

Whether you need a secure backend, a sleek frontend, or full-stack development, I'm here to help turn your ideas into reality.