About
Posts
Projects
Tags
All posts
Articles, guides, tutorials about front-end development.
2025
Oct 05, 2025
Understanding Thread Pool Executor in Java
thread-pool-executor
thread-pool
dispatchers
Sep 13, 2025
Kotlin Coroutines: Understanding launch{} vs async{}
kotlin-coroutines
launch
async
coroutine-builders
Sep 08, 2025
Kotlin Coroutines Internals: How CPS and State Machines Power suspend Functions
kotlin-coroutines
cps
state-machine
Aug 04, 2025
Java Annotation Processing: The Compile-Time Magic You Should Know
annotation-processing
java
dagger
Jul 30, 2025
How Retrofit Uses Java Dynamic Proxy to Create API Magic
retrofit
dynamic-proxy
java