@warlo

Modern Javascript in Django Templates

Introducing modern JavaScript to template rendered apps can be cumbersome. Learn how we did it to improve our customer experience.

warlo
warlo

Codemodding Python: unittest asserts to Python asserts

Large codebases require continued maintenance, but it is time-consuming and cumbersome to change portions of code scattered around many files. This article shows how to write codemods to refactor Python code using its Abstract Syntax Tree — gaining far more granular control than basic regex and search-replace.

warlo
warlo