When building web apps like chats and multiplayer games, you need to receive events from the server. In the past, such "server push" has been quite difficult to implement. I am going to give an overview on techniques that were used, and how WebSockets mak... (more…)
Read more »
Learn Language Like a Linguist (LLLL) is a series video course to teach programming languages in an advanced perspective. This is the 3rd video of LLLL serie... (more…)
Read more »
Learn the inside-out of JavaScript constructors and their role in prototypal inheritance. (more…)
Read more »