Lua Log #5: Callbacks to Coroutines
A developer explains how to use Lua coroutines to replace confusing callback patterns in asynchronous code for a more synchronous-looking interface.
A developer explains how to use Lua coroutines to replace confusing callback patterns in asynchronous code for a more synchronous-looking interface.
A developer shares their journey of learning Lua by attempting to build a web framework and server from scratch.
The author explains their decision to separate personal 'Notes' from technical 'Articles' on their blog and reflects on online privacy.
Explains common JavaScript debugging interview questions, covering object comparison, scope, and the event loop with practical examples.