Adrián Frič•19 May 2025•5 min readHow to Use Python Pretty Print (pprint) for Cleaner Python OutputIf you’re a Python developer, you likely require your debug output to…Pythonpprint
Adrián Frič•2 Apr 2025•6 min readUsing Environment Variables Securely in DjangoHow can you keep sensitive information in your Django app safe and…DeploymentPython
Adrián Frič•25 Mar 2025•5 min read10 Common Mistakes When Deploying Django Projects (and How to Avoid Them)Deploying a Django project can be challenging, especially for developers who are…DeploymentPython