My Career in Tech: Learnings, Hacks & Insights
Real-World Tech & Career Lessons — From Code to Corporate.
Insights from my journey as a software engineer and corporate employee — discover practical tips, growth hacks, and behind-the-scenes experiences to navigate and thrive in your career.
Looking for my professional work?
Check out my portfolio to see my projects, skills, and experience.
View My PortfolioRecent Posts
Tired of Pip and Venv? Try UV Instead
If you've ever found Python’s package and environment management a bit clunky — juggling pip, venv, pip-tools, and pipx — you’re not alone. These tools get the job done, but the setup can feel like a chore, especially if you're new to Python.
Read MoreAutomating Django Deployment on AWS EC2 with GitHub Webhooks
In this guide, we’ll walk you through how to automatically deploy a Django application running on an AWS EC2 instance whenever you push changes to a GitHub repository. We’ll use GitHub Webhooks, a Flask webhook listener, a Bash deployment script, and systemd services to make it happen. By the end, your Django app will update itself with every new commit!
Read MoreMost Popular
Tired of Pip and Venv? Try UV Instead
If you've ever found Python’s package and environment management a bit clunky — juggling pip, venv, pip-tools, and pipx — you’re not alone. These tools get the job done, but the setup can feel like a chore, especially if you're new to Python.
Automating Django Deployment on AWS EC2 with GitHub Webhooks
In this guide, we’ll walk you through how to automatically deploy a Django application running on an AWS EC2 instance whenever you push changes to a GitHub repository. We’ll use GitHub Webhooks, a Flask webhook listener, a Bash deployment script, and systemd services to make it happen. By the end, your Django app will update itself with every new commit!
Discover by Categories
- Web Development
- Data Science
- DevOps
- Programming