vulture finds unused code in Python programs. It is useful for cleaning up and finding errors in large code bases.
Dev Tools for Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Online Tools
Rust Dev Tools
cargo-show-asm
cargo-show-asm is a cargo subcommand showing the assembly, LLVM-IR and MIR generated for Rust code …
Tips on Frontend Development
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.
Useful Tools for Web Development
- Rome provides unified developer tools …
Debugging, Unit Testing and CICD in Python
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Debugging
Goodbye Print, Hello Debugger! - Nina Zakharenko - Talk
Unit Testing
-
When separate teams/people are developing different components in a big project and unit testing has to be written before …