The Particle Photon is a new microcontroller aimed at enabling easy development for the internet-of-things. Here I talk about the development experience and put together an internet-activated remote for my air conditioner.
While working on user-generated workspaces (dashboard applications) at Conductor, I realized that many requests were being made to the same server endpoint, often at the same time.
Learn how Conductor engineers gradually refactored a large Backbone Application to use Marionette and how Marionette’s added structure enhances communication between complex components.
Simplex noise is a method for generating smoothly changing pseudo-random numbers that can be used for procedural content generation. This post explains how to harness simplex noise to achieve nice whispy noise like the image above.