Tag: best-practices
All the articles with the tag "best-practices".
How to Prepare for Talks
Published:6 min readHow I prepare a technical talk: write about the topic, choose a few takeaways, sketch slides, and rehearse aloud before the talk feels ready.
Dangerous Python Functions, Part 2
Originally:updated Feb 21, 20266 min readThe second installment covers pickle and YAML deserialization, SQL injection, and information leakage, with examples and safer alternatives.
Dangerous Python Functions
Originally:updated Feb 21, 20264 min readExamples of command and code injection through Python's shell calls, exec, and eval, with safer alternatives for handling untrusted input.
Code Review Best Practices
Published:9 min readWhat I look for in a code review, from design and duplication to tests, and how I discuss changes with the person who wrote them.