All Articles

Insights and thoughts on data science, automation, and software development

June 2024
Using Python for Daily Automation

How I automated weekly reporting with Python, Pandas, and cron jobs to save hours of manual work every week.

PythonAutomationPandas
May 2024
Deploying a Streamlit App with Vercel

Lessons learned from pushing my first app into production, including deployment strategies and common pitfalls to avoid.

StreamlitDeploymentVercel
April 2024
Understanding CI/CD for Data Projects

My beginner take on setting up GitHub Actions for reproducible ML pipelines and automated testing workflows.

CI/CDGitHub ActionsMLOps