Implementing Python-like function decorators in plain JavaScript ES5
There’s an amazing pattern in Python, called function decorators. It’s a set of declarations at the top of a function definition, that slightly … (more…)
Read more »
Whenever I publish something about my Python Docker workflows, I invariably get challenged about whether it makes sense to use virtual environments in Docker containers. As always, it’s a trade-off, and I err on the side of standards and predictability. Read more