Building a portfolio optimizer in 100 lines of code
Week 1, 2025
Learn how to build a portfolio optimization tool using Streamlit and Python in less than 150 lines of code. This educational project demonstrates rapid prototyping of data applications.
- Streamlit for rapid UI development
- Real-time stock data analysis
- Interactive portfolio visualization
- Modern Portfolio Theory implementation
Django project deployment guide
Week 2, 2025
A straightforward guide to deploying Django applications on AWS EC2, covering server setup and SSL configuration. No more all-nighters figuring out Nginx configs!
- EC2 setup walkthrough
- Gunicorn and Nginx configuration
- Static files handling
- SSL certificate setup