PROJECTS
4 projects across bioinformatics, tooling, machine learning, and the web.

KATSS
K-mer Analysis Tools for Sequence and Structure.
KATSS is a suite of command-line tools for efficient k-mer counting, indexing, and statistical enrichment analysis across large genomic datasets. Designed for RNA and DNA sequences, it integrates directly with standard bioinformatics pipelines.

This Portfolio
Personal portfolio and research website built with SvelteKit.
The site you are currently viewing. Built with SvelteKit, TypeScript, and pure CSS — no UI framework. Features a particle wave hero, space-themed layout, and data-driven research and project pages.

Traffic Signal Optimization
Traffic signal optimization using reinforcement learning.
By utilizing reinforcement learning, we aimed to improve traffic flow at traffic intersections by optimizing control signals. This would help reduce wasted fuel, reduce CO2 emmissions, and traffic delay for drivers.
LLVM Fused-Multiply Add
LLVM Fused-Multiply Add (FMA) optimization pass.
An LLVM pass to detect and transform sequences of separate FMUL and FADD instructions into a single fused multiply-add instruction (FMA), if the target hardware supports it.