GitHub Copilot in 70 lines of JavaScript. Contribute to coder/picopilot development by creating an account on GitHub. (more…)
Read more »
Lots of people treat the ternary operator with suspicion. At first glance, ternaries appear unnecessary. Nothing more than a tool for the overly clever to trim some characters from their code. A favourite hack for coders who don’t care about readability. ... (more…)
Read more »
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 »
Finding the right javascript charting library can be a headache. This article aims to help you choose the right library for your project. (more…)
Read more »