Go check out Daily Developer Jokes, my latest project! Here's the joke from today: JavaScript is a very lenient language in terms of how it is interpreted. For example: x = 5; Is not valid JavaScript code, and should be written as var x = 5 (or const... (more…)
Read more »
Richard Dawkins wrote a suite of computer programmes to demonstrate evolution in action. Now they’re available online for the first time. Have a play. (more…)
Read more »
We refactor 3 functions, taking line by line imperative code to a single composed expression using Box container type.
Read more »
Typefont - An artificial intelligence written entirely in JavaScript that recognises the font of a text in a image using the Tesseract optical character recognition engine and some image processing... (more…)
Read more »
This explains the different ways to remove items in JavaScript beyond the built-in array methods... (more…)
Read more »