struct MaskedSyntax {
name: &'static str,
stack: &'static [&'static str],
focus: &'static [&'static str],
}
impl MaskedSyntax {
fn new() -> Self {
Self {
name: "Aftaab Siddiqui",
stack: &["Rust", "Go", "TypeScript", "Python"],
focus: &["Full-stack", "Infrastructure", "Systems"],
}
}
}I build tools for the web and the terminal. I focus on making software that is simple to use but engineered for scale. Usually full stack products, developer infrastructure, and systems engineering.
Products: Trelay / Botttle / FolioMint / LofiKofi / Patterns
Labs & Tools: RepoGrep / GenePrint / HashPrep / fuzzybunny / crunch / tinyvm
Rust, C++, Python, Go, TypeScript, React, Next.js, Svelte, Tailwind, Flutter, FastAPI, Node.js, Docker, Postgres.


