📰 Dev.to · Tom Horvat
Articles from Dev.to · Tom Horvat · 3 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (10277)
ArXiv cs.AIDev.to · FORUM WEBDev.to AIForbes InnovationOpenAI NewsHugging Face Blog

Dev.to · Tom Horvat
1w ago
Self-Referential Generics in Kotlin: When Type Safety Requires Talking to Yourself
A deep dive into Kotlin ViewModel architecture, solving type erasure at the UI/Domain boundary with reified type parameters and fail-fast development.

Dev.to · Tom Horvat
2w ago
Lean Caching - A Custom NetworkBoundResource in Kotlin
Orchestrating data between a remote API and a local database is a foundational problem in mobile...

Dev.to · Tom Horvat
2w ago
Stop Copying Gradle Code
If you've worked on a multi-module Android project, you know the pain: build.gradle.kts files...
DeepCamp AI