CNBC Economic Outlook 2026
Arsitektur backend untuk event kampanye dengan trafik tinggi.
Backend Developer | 2024 - Sekarang
Portfolio overview
Delivered backend architecture for CNBC Economic Outlook 2026 with robust session content delivery, modular campaign services, and stable access patterns for high-interest event periods.
Economic Outlook pages required frequent timeline and speaker updates while maintaining consistency across agenda, highlights, and landing sections.
I developed modular services that separated campaign configuration, content retrieval, and page-level composition.
For high-read blocks, I applied cache-first retrieval patterns with controlled invalidation so updates could propagate without forcing unnecessary database load.
This architecture made campaign operations more predictable and reduced operational risk near keynote and agenda announcement windows.
Key impact
- Improved reliability of session and speaker content updates through cleaner service boundaries.
- Reduced latency risk on repeated read flows by combining query optimization and Redis caching.
- Enabled faster campaign iteration by reusing shared backend modules from previous event implementations.
Technologies used
- PHP
- Phalcon
- PostgreSQL
- Redis
- Nginx