Open to new opportunities2026 availability

BIM & Full-stack Developer Building systems that bridge Construction & Technology

Versatile BIM & Full-stack Developer with 3+ years of experience. Building enterprise-scale systems and automating complex BIM workflows.

UserProfile.tsx
import { useQuery } from '@tanstack/react-query'

interface User { id: number, name: string }

const fetchUser = async (id: number): Promise<User> => {
  const res = await fetch(`/api/users/${id}`)
  return res.json()
}

export function UserProfile() {
  const { data } = useQuery({
    queryKey: ['user', id]
    queryFn: () => fetchUser(id)
  })

  return <div>{data?.name}</div>
}
Experience
3+ yrs
Stack
TypeScript
Mentees
150+ tools

Experience

Building products and leading teams across startups and companies

WohHup Pte Ltd

BIM & Full-stack Web Developer

CurrentFull-time
Dec 2023Present

TypeScriptReactNestJSC#Revit APIPostgreSQLAWS

Freelance / Remote

Lead BIM Developer / Independent Contractor

Freelance
Aug 2024Aug 2025

C#Revit APITekla APIEtabs APITypeScript

Saigon Technology

Full-stack Developer

Full-time
Jul 2022Nov 2023

ReactNode.jsPostgreSQLTypeScriptDocker

National University of Civil Engineering

BIM Research Assistant

Contract
Sep 2020Jun 2022

C#Revit APIPythonIFC

Portfolio

Document Management System

Enterprise DMS serving 500k+ hits with granular Google Drive-like permissions, ACC API integration, and real-time collaboration via CRDT + Socket.IO.

TypeScriptReactNestJSPostgreSQLSocket.IO

Revit Automation Suite

Framework and 150+ automation tools (STR, ARC, MEP) for Revit with 30,000+ usages. Custom CI/CD with GitHub Actions.

C#Revit APITypeScriptGitHub Actions

APS Custom Viewer

Figma-like real-time BIM model collaboration viewer on Autodesk Platform Services with custom annotation and issue tracking.

TypeScriptReactThree.jsAPS APIWebSocket

APSB — AWS ECS Deployment

Management applications using AWS ECS and Docker with S3 virus scanning, automated DB backups, and centralized logging.

AWS ECSDockerNestJSS3PostgreSQL

Mentor / Speaker

ADPList Mentorship

1-on-1 mentorship sessions for developers transitioning into BIM & full-stack roles. Focus on career growth, technical skills, and hands-on project guidance.

2024 – Present

BIM Automation Workshop

Internal workshop on automating BIM workflows with Dynamo and Python, covering data extraction, model auditing, and integration with external systems.

March 2025

Connect with me

Don't miss out 👋. Get updates on my latest work and insights.