[p] projects

projects

Here are some of the projects I've been building. The focus is on practical backend systems, AI assistants, and automation tools that solve real problems.

Stock News Alert

Creator and Python Developer (Dec 2025 – present)

Automated system that tracks daily stock price movements and sends relevant news updates via email when significant changes occur.

achievements

  • built an automated pipeline to fetch and analyze daily stock data.
  • implemented accurate percentage change calculation logic.
  • integrated stock and news APIs for real-world data handling.
  • delivered clean, readable email alerts with relevant news context.
  • secured credentials using environment variables and .gitignore.

technologies

python apis requests email automation linux dotenv