Engineering Journal
thoughts and notes on building software that scales.
LaravelOct 15, 2025
Scaling Laravel for High-Traffic Applications
Strategies for database optimization, caching with Redis, and queue management to handle millions of requests.
Read Article
Vue.jsSep 28, 2025
Building Real-Time Dashboards with Vue 3 and Go
A deep dive into WebSockets, Go concurrency patterns, and Vue 3 Composition API for live data integration.
Read Article
ArchitectureAug 10, 2025
Refactoring Monoliths to Modular Services
Lessons learned from breaking down a legacy PHP application into scalable distinct modules and services.
Read Article