The OpenAI Codex JavaScript Sandbox and the API which backs it, have (rightly!) generated a lot of interest and comment in the development community. When faced with something so different to what we expect, it's easy to assume it's all magic. In this pos... (more…)
Read more »
The Sierpinski triangle is a famous mathematical figure which presents an interesting computer science problem: how to go about generating it. In this article I'll explain one method of generating the Sierpinski triangle recursively, with an implementatio... (more…)
Read more »
It has been always in the back of my head to develop some games. A while back I developed an android game called Drink or Dare with some friends, but that’s about it. Today, I want to share a… (more…)
Read more »
The most powerful IO monad implementation in JS, possibly in any language! - GitHub - getify/monio: The most powerful IO monad implementation in JS, possibly in any language! (more…)
Read more »
In the sixth episode of JAMstack Radio, Netlify’s Brian Douglas and Cassandra Salisbury are joined by Airbnb Frontend Engineer Harrison Shoff for a discussion on linters, what makes for a good style guide and why they are so important fo...
Read more »