Extensibility
- Chowist
—
extensibility
,
migration
,
monitoring
A decade-spanning food discovery app migrated from Ruby Sinatra to Rails to Django; documenting the real costs of incremental framework migration, ecosystem drift, and the discipline of staying current across 10+ years of active maintenance.
- Extensibility & Plugin Architecture
—
extensibility
Guidelines for architecting modular systems with secure plugin boundaries, stable API contracts, and robust cross-language FFI bindings.
- Grit
—
extensibility
,
indexing
,
search-algorithms
and +1 more
A from‑scratch Git implementation in Rust; exploring content-addressable storage, plumbing/porcelain layering, and high-performance object caching.
- Photohaul
—
deduplication
,
extensibility
,
media
and +1 more
A robust Java-based tool engineered for seamlessly organizing and migrating extensive photo collections; featuring rigorous deduplication, automatic metadata preservation, and resumable execution.
- Video Analysis
—
extensibility
,
machine-learning
,
media
An exploration of multimodal video feature extraction comparing Apple-native frameworks (Vision, AVFoundation, Core Image) against cross-platform C++/Python toolchains (OpenCV, pybind11) for ML prep.