MY DIARY
Documenting my daily learning journey to explore, grow & inspire
MOBILE2025.12.28
Message Ordering in Chat Applications
Message ordering is a fundamental aspect of any chat application. Learn about the challenges and approaches to implementing reliable message ordering.
READ MORE→
FULL STACK2025.12.27
Bun Commands Cheat Sheet
Commonly use Bun commands for project initialization, package management, running scripts, testing, and bundling.
READ MORE→
RESEARCH2025.12.26
The Sri Lankan IT Entry-Level Job Market Analysis (2022-2025)
Analysis of the Sri Lankan IT entry-level job market crisis, examining the 67% reduction in opportunities, skills gaps, salary stagnation, and AI-driven automation impacts.
READ MORE→
MOBILE2025.12.25
Retrofit CallAdapters
Retrofit defines CallAdapter to transform its internal Call<T> into whatever return type you want. CallAdapter is about adapting return types at runtime.
READ MORE→