• Should you buy an exotic bike in India?

    I bought my first bike in 2010 - TVS Apache RTR 160 and it has been a fun bike to drive. After 13 years, I decided to upgrade and bought a Triumph Speed 400. You can read the entire experience in the previous blog. The ownership experience makes me think if I should have bought a Triumph or any other exotic bike in India. I am not sure if this can be extrapolated to all brands, but I am sure this is the case with Triumph.

  • The Triumph Experience

    I bought my first bike in 2010 - TVS Apache RTR 160 and it has been a fun bike to drive. After 13 years, I decided to upgrade and did some searching. I shortlisted 2 bikes:

  • Upgrading Python while using pipenv

    I recently purchased a new laptop and while setting up the machine, python 3.9 was installed. I cloned my github repositories - projects started on an older machine using Python 3.8 and pipenv. pipenv install command failed with errors. The error was Python 3.8 (which was used to create the original project) was not found.

  • Deploy Django app on IIS on Windows Server

    I have a Django enterprise app which needs to be deployed on a Windows server with IIS. There are a lot of articles on the internet on how to do it, but I am going to focus on issues I faced during the deployment.