When we develop tools for our users, we sometimes want to give them some form of control over how
they work. This is common in games, where we can add scripting for our users to be able to create
extensions, or even for business tools, where we allow our ... (more…)
Read more »
Testing code is the first step to making it secure. One of the best ways to do this is to use unit tests, ensuring that each of the smaller functions within an app behave as they should — especially when the app receives edge-case or invalid inputs, or in... (more…)
Read more »
tldr: I’ve built a multiplayer Sudoku game which you can play at Countdoku.app. Read on if you are interested in the technical details, (they’re cool, honest!) Many years ago I became i… (more…)
Read more »
Are you sick and tired of writing huge XMLHTTPRequests in your JavaScript code? Oh, you already stopped using those ages ago.. right.. Well, somehow, fetch() never caught my attention until just recently so I've slowly started switching over to using it ... (more…)
Read more »