Profiling Decorators

When things get slow, it’s time to find out why! pycallgraph is a great tool to visualize profiling data collected … More

git push new branch

Git has changed its default push policy some time ago from ‘matching’ to ‘simple’, meaning that if you try to … More

flexbox + auto margin

I just stumbled upon this great little article by Sam Provenza and just want to help spread that knowledge: When … More

Visualize Django Models

The django-extensions contain a great command to visualize the model hierarchy of a Django project: Then you can get a … More