Tags → #python
-
From AWS Lambda to My Own Managed VPS
Why I migrated a production scraper from AWS Lambda and S3 to a self-managed VPS, and how that decision changed the way I develop, monitor, and automate.
-
Add Multilingual Support to Your Streamlit and Plotly App
Step by step guide to translating a Streamlit data app with Plotly charts using a simple JSON-based system.
-
Django Context and Making It Global with Context Processors
Learn how Django bridges backend and frontend communication using context and context processors for global data access.