Design
1 min read
Technical Approach
Architecture
Data ingestion from ERP → Feature store → ML forecasting service → Replenishment engine → ERP
Models
Baseline: SARIMA
Production: Gradient Boosting / LSTM (SKU-level)
APIs
REST (JSON)
Batch + near-real-time sync
Complexity
Forecasting: O(n × t) where n = SKUs, t = time windows
Trade-offs
Accuracy vs. interpretability
Model complexity vs. operational stability
Productivity
8 min read
A deep dive into the tools, VSCode extensions, CLI utilities, and workflows that help me ship faster and maintain focus throughout the day.
Entrepreneurship
15 min read
A candid look at the journey of building and growing a successful SaaS product, including the mistakes made, pivots taken, and strategies that worked.
Development
12 min read
Learn how to design and build production-ready REST APIs using Laravel 11, covering authentication, rate limiting, versioning, and performance optimization.
Design
10 min read
Explore the cognitive principles behind great UI design, from visual hierarchy and color theory to micro-interactions that delight users.
Case Studies
18 min read
How we built a real-time analytics platform processing millions of events daily using Laravel, Redis, and Queue Workers with zero data loss.