logo
Blog
Home
Initializing search
    • Home
    • Tags
      • 2024
      • 2023
      • 2022
      • DevOps
      • DevX
      • Development Tools
      • Python
      • Troubleshooting
    Hemroda Martin
    • November 9, 2024
    • in DevOps
    • 7 min read

    Debugging Django Email with Gmail in a Dockerized App

    This post summarizes a recent troubleshooting session where I debugged email sending issues in a Django application. The app was deployed in a Docker container built with a multi-stage Dockerfile.prod file.

    Continue reading
    Hemroda Martin
    • November 2, 2024
    • in Development Tools, Troubleshooting, Python
    • 2 min read

    Troubleshooting Python Global Version Issues with asdf

    asdf is a versatile version manager that simplifies handling multiple language runtimes on your system. If you're encountering discrepancies between your expected Python version and what your system reports, this guide can help.

    Continue reading
    Hemroda Martin
    • October 6, 2024
    • in DevOps
    • 5 min read

    Specify the versions of the softwares you install on your server

    Little story on the importance of specifying software versions when installing tools on a server using infrastructure-as-code configurations, Terraform.

    Continue reading
    Hemroda Martin
    • October 9, 2023
    • in DevX
    • 1 min read

    Exclude multiple files in pre-commit-hooks

    How do you list all the files to avoid during pre-commit-hooks?

    Continue reading
    Hemroda Martin
    • November 6, 2022
    • in DevX
    • 1 min read

    Setup django-debug-toolbar in a dockerized app

    To install and set up django-debug-toolbar you can follow the instruction from the official documentation .

    Works fine for "classic" application setup locally but if you use Docker to spin up your project locally, you will find out that it does not work.

    Continue reading
    Next
    Tags