Orchestrator Pulse Live
Automated AI-news pipeline that scrapes 30+ RSS feeds, generates 1080×1080 branded image cards, and posts to two Facebook pages (English + Bangla) every 3 hours — fully unattended on GitHub Actions cron.
- Modular pipeline: scrape → translate → render → publish
- Solved cross-platform Bangla Unicode shaping (HarfBuzz/libraqm) between local Windows dev and Ubuntu CI
- Meta Graph API integration with page-level token auth
PythonGitHub ActionsPillowMeta Graph APIGroqRSS
AI Chatbot Deployed
Production full-stack chatbot built on the Groq API for real-time LLaMA 3.3 responses. React frontend on Vercel, Node/Express backend on Render, full CI/CD.
- Resolved Express v5 → v4 migration to fix CORS and middleware in production
- Async request handling for low-latency streamed responses
- Dark ChatGPT-style UI built mobile-first
ReactNode.jsExpressGroq APIVercelRender
Finance Tracker
Full-stack budgeting and expense analytics app. Angular 17 client, Flask + MongoDB backend with JWT auth, role-based access, and Chart.js dashboards.
- Modular Flask Blueprints across six API resources
- HTTP interceptors, search, filters, pagination
- Role-based access control with bcrypt + JWT
Angular 17FlaskMongoDBJWTChart.js
PicSource
Image media platform — upload, gallery view, metadata storage, modal display, and full auth flow with Flask-Login and Werkzeug hashing. Designed for Azure deployment with Cosmos DB and Blob Storage.
FlaskMongoDBTailwindDaisyUIAzure