/projects
/projects/titleMy Projects and Experiments
/projects/description
My creation in code. Projects and experiments that reflects my journey as a software engineer.
01.
/projects/clean-jsdoc-theme
Theme for JSDoc, clean-jsdoc-theme

A minimalist, responsive and highly customizable theme for JSDoc.
What started as a personal need became my first open source project on npm, and it's now helping developers deliver beautiful documentation with ease.
What started as a personal need became my first open source project on npm, and it's now helping developers deliver beautiful documentation with ease.
02.
/projects/outspeed
JS SDK for Realtime Communication, outspeed-js

The
outspeed-js library provides a simple API that facilitates easy connection to the outspeed backend,
enabling streaming of local audio, video, and screen content. outspeed-js is a monorepo containing all packages
related to web and JavaScript.03.
/projects/ersilia
Train and Package REINVENT 4 for Ersilia Hub

Packaged and optimized REINVENT models for Ersilia, and explored 3D molecular generation to support next-generation drug discovery tools.
/more-projects
More Projects
Running Pose Landmark Detection in Web Worker
MediaPipe's Pose Landmarker (or other models/tasks by MediaPipe) is heavy and often blocks the main thread during initialization. However, we can offload initialization and prediction to a web worker to keep the main thread unblocked and responsive.