Ehsanul Hoque

Articles

JUNE 2026
28
The Missing Number: Three Ways to Crack a Classic Interview Question
A classic interview puzzle: find the one missing number in an array of 1 to 100. From the obvious first instinct to a trick that made a CEO pause — three ways to solve it, compared.
9 min read · algorithms, interview-questions, python
15
Closing a TODO: My First Test Contribution to supabase-kt
How I turned a one-line //TODO in the Supabase Kotlin SDK into a merged pull request — finding the gap, mirroring existing patterns, and learning why downloads behave differently from uploads.
4 min read · kotlin-multiplatform, open-source, testing
11
Why LLMs Couldn't Count the R's in "Strawberry" — and How Spelling It Out Fixed It
An AI that writes essays and debugs code couldn't count the r's in "strawberry." The reason reveals how LLMs really see text — and the fix is simply spelling it out.
5 min read · llm, tokenization, nlp