npm
only tojsr
andcargo
- TS-only code to mix of deno and rust (depending which one suits most)
eslint
todeno lint
prettier
todeno fmt
uvu
todeno test
c8
todeno coverage
esbuild
to publishing raw TSrollup-plugin-dts
todeno types
- CLIs in JS to compiled, rust-based CLIs
lerna
/turborepo
to mix of nothing and scriptsbenchmark
todeno bench
- Minimalism and simplicity, 80/20
- Perf as number one KPI, even at cost of #1. For example, architect the infra to keep alternative versions of the same program and publish the perf winner.
- Avoid/limit external deps by all means possible, to limit maintenance and liability
- Two git repos: open source and closed - together housing everything (websites, services, packages etc)
- Level up on infosec - provenance, socket.dev, snyk
- Telemetry of all sorts and bean-counting as first-class citizens