This book takes you on an adventure to build a roguelike from scratch using JavaScript. With the help of the battle-tested Phaser library, you’ll go through the steps to build a fun, playable web roguelite game. You will add further features to the game s... (more…)
Read more »
Recently I've been facing a case where I needed to create some unique references.
I was creating a JS API and needed to maintain some internal state relative to elements created by the API. (more…)
Read more »
Modern browsers provide advanced JavaScript date/time formatting with locale and time zone support... (more…)
Read more »
When V8 lead engineer Lars Bak1 describes V8 design decisions, the first thing he talks about are hidden classes.
Read more »
The first javascript INI parser supporting multiline strings. - GitHub - HeyPuter/multiline-ini: The first javascript INI parser supporting multiline strings. (more…)
Read more »