-
vulture finds unused code in Python programs. It is useful for cleaning up and finding errors in large code bases.
Testing
Typing Checker
Lint Python Scripts
ruff
ruff is an extremely fast Python linter, written in Rust. It is preferred to other …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
cargo-show-asm is a cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code …
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The State of Frontend in 2022 has a good discussion about the state and trend of frontend technologies as of 2022.
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Goodbye Print, Hello Debugger! - Nina Zakharenko - Talk
When separate teams/people are developing different components in a big project and unit testing has to be written before …