📰 Dev.to · Vadym Yaroshchuk
Articles from Dev.to · Vadym Yaroshchuk · 5 articles · Updated every 3 hours · View all reads
All
⚡ AI Lessons (9422)
ArXiv cs.AIDev.to · FORUM WEBForbes InnovationDev.to AIOpenAI NewsHugging Face Blog

Dev.to · Vadym Yaroshchuk
1mo ago
UI shouldn't think about validation
I recently worked on abstracting the presentation layer from the UI layer. Ideally, the UI layer...

Dev.to · Vadym Yaroshchuk
3mo ago
Failures we don't model correctly
Guards, validation, error handling — we all do it. We throw exceptions, return null, wrap values into...

Dev.to · Vadym Yaroshchuk
3mo ago
Semantic Typing We Ignore
In Kotlin, we constantly narrow our types. We prefer String over Any for text, Int over Any or even...

Dev.to · Vadym Yaroshchuk
6mo ago
Package naming nobody cares about (but should)
Package naming and organization are fundamental aspects of writing maintainable code. How we choose...

DeepCamp AI