Django’s escapejs, its security implications, and alternatives
I found the Django documentation a little short regarding the security implications of escapejs, so I made a demo.
I found the Django documentation a little short regarding the security implications of escapejs, so I made a demo.
Making Python bindings for native code has never been more painless.
I rewrote a Python project in Rust. The rewrite took a fair bit longer than expected, but the results were good (about 9 times faster and ½ the memory usage). In the process, I learned a fair bit about Rust.