New “Projects” Site is Active: HotdogSystems.com

My new “projects” website is up at http://hotdogsystems.com

Currently it is dedicated to a Javascript WebGL project I am working on, but even the site itself is a “project”.

The site is built using yeoman, which is a fantastic node-based platform for web development. Sites are served locally, and when you save files the browser reloads your changes. There are also many tweaks inbuilt. You “build”/compile your sites automatically using gulp build, which compiles your Sass/SCSS into CSS and streams it into one compressed main.css file, for example. The same for Javascript and HTML files.