things i've built — focused on backend systems, ai assistants, and automation tools.

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.
#python#apis#requests#email automation#linux#dotenv

qr code cli

creator and npm publisher

minimal, interactive cli tool that locally generates qr codes from urls instantly without ads or tracking.

achievements

  • built a fast, offline-first command-line interface in node.js.
  • implemented smart file naming and overwrite protection algorithms.
  • designed an intuitive interactive mode prompt for beginners.
  • published package globally for instant usage via npx.
#node.js#cli#npm package#offline-first