const DURI: Developer = Developer {
role: "Frontend Engineer @ Fintech",
daily: vec![
"Performance-critical financial UIs",
"Design system & component library maintenance",
"DX tooling — making teams ship faster",
],
after_hours: vec![
"Rust / WebAssembly in the browser",
"3D visualization & GIS",
"AI-powered dev workflow automation",
],
philosophy: "Move computation off the main thread. Automate everything else.",
};I believe the best code is the code your team never has to think about.
- Developer tooling — custom CLIs, linting pipelines, and AI-assisted code workflows
- Design systems — scalable component libraries with theme architecture
- Automation — from commit conventions to CI/CD, if it's repeatable it should be automated
- zed-industries/zed — Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
- p0deje/Maccy — Lightweight clipboard manager for macOS
- rtk-ai/rtk — CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies
- ghostty-org/ghostty — 👻 Ghostty is a fast, feature-rich, and cross-platform terminal emulator that uses platform-native UI and GPU acceleration.
- huacnlee/autocorrect — A linter and formatter to help you to improve copywriting, correct spaces, words, and punctuations between CJK (Chinese, Japanese, Korean).




