WohHup Pte Ltd
BIM & Full-stack Web Developer
Versatile BIM & Full-stack Developer with 3+ years of experience. Building enterprise-scale systems and automating complex BIM workflows.
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>
}
Building products and leading teams across startups and companies
BIM & Full-stack Web Developer
Lead BIM Developer / Independent Contractor
Full-stack Developer
BIM Research Assistant
Enterprise DMS serving 500k+ hits with granular Google Drive-like permissions, ACC API integration, and real-time collaboration via CRDT + Socket.IO.
Framework and 150+ automation tools (STR, ARC, MEP) for Revit with 30,000+ usages. Custom CI/CD with GitHub Actions.
Figma-like real-time BIM model collaboration viewer on Autodesk Platform Services with custom annotation and issue tracking.
Management applications using AWS ECS and Docker with S3 virus scanning, automated DB backups, and centralized logging.
Internal workshop on automating BIM workflows with Dynamo and Python, covering data extraction, model auditing, and integration with external systems.
March 2025
Don't miss out 👋. Get updates on my latest work and insights.