Augusto Destrero Articles





  • Mon 20 April 2020
  • web

Remote debugging a Django project in VS Code

In this tutorial you will learn how to use VS Code for remote debugging. I'll show you how to debug a Django application running on a remote SSH server or in a Docker container.

  • Fri 27 March 2020
  • web

Optimize Django memory usage

Sometimes the Django ORM can use a lot of RAM when dealing with very large querysets. Follow these simple methods to optimize Django memory usage.




Convert a Mercurial repository to Git

As you may know Bitbucket is sunsetting Mercurial support, so this is a perfect time to understand how to convert a Mercurial repository to Git. Here I’ll show how to do it very quickly on Ubuntu 18.04.