Projects

DependaMan

25/03/2026 – present

A Python dependency analysis and visualization tool. Analyzes your project's internal module structure and produces an interactive HTML graph — surfacing cycles, dead modules, hotspots, and coupling issues with zero external dependencies.

View code →

JaDFS

23/11/2025 – present

A distributed file storage system in Go, progressing from a simple file server to a fully distributed, fault-tolerant storage system.

View code →

Articles

I Got 99 Problems but Endpoint Configuration Ain't One

16/02/2026

Tags: python, metaprogramming, FastAPI

Python Parallelism for Point Cloud Processing

29/09/2023

Tags: python, LAS, LAZ, PointCloud, LiDAR

Metaprogram your problems away

13/09/2023

Tags: python, metaprogramming

File Transfer Between Cloud Services (AWS to Azure)

15/02/2023

Tags: python, AWS, Azure