The JavaScript Task QueueIn our previous lesson, on how javascript handles async task, view lesson here, we talked about how JavaScript hands off heavy tasks (delegation) so it doesn't get blocked. But what happens when those tasks are finished? The results don't just jump r...Jan 16, 2026·2 min read
Basic Concepts of Programming Languages - OverviewIntroduction to Programming LanguagesJul 13, 2023·2 min read
My First ArticleI've always seen technical writing as a field that's not for me. It looks like a scary field and a whole lot of work coming up with topics and contents to write on. A few months ago, I decided to dive into this "scary" field of technical writing, I ...Jun 24, 2022·2 min read