How I Dockerized a Full-Stack Chat App as a Single DeploymentWalking through the process of containerizing a React + Node.js + MongoDB chat application with Docker Compose — from local dev to production-ready.December 15, 2024·8 min readDockerNode.jsReactMongoDBRead
What I Learned Building an ML Pipeline with scikit-learn for EcoPackAILessons from building a machine learning prediction pipeline that estimates packaging costs and CO₂ impact — from data preprocessing to Flask API deployment.November 20, 2024·10 min readPythonMachine LearningFlaskPostgreSQLRead
Building a Webhook Sync Pipeline Between Clerk and MongoDBHow I set up real-time user synchronization between Clerk authentication and MongoDB using webhooks — handling edge cases, retries, and data consistency.October 8, 2024·6 min readNode.jsMongoDBWebhooksAuthenticationRead