/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

juffalow.com
| | owensd.io
8.8 parsecs away

Travel
| | This is a follow-up post from here: ClojureScript + Electron. Well, that was short-lived. I don't particularly like how NPM handles its dependencies. Basically, it flattens all of them exposing the inner details of the dependency graph to the project. Part of this is aid in sharing those dependencies. This is why I went with...
| | www.adamalbrecht.com
8.8 parsecs away

Travel
| | As my work has transitioned from traditional web apps to thick-client Javascript apps (primarily using Angular), Grunt has become essential in my workflow. Grunt is a nice tool and it gets the job done. But there was always something I didn't like about it that I couldn't quite articulate until I discovered Gulp.js. Whereas in Grunt, you create a json configuration file, Gulp is just a script. It's code. And it really fits my programmer brain better. In this post, I'll convert a basic Gruntfile that compiles and minifies Coffeescript into Gulp.
| | abdulapopoola.com
5.7 parsecs away

Travel
| | I already wrote about theawesomeness of GruntJSand here is how to set up your own Grunt system. 1. Installation GruntJS runs on nodejs so you need that installed first. Once nodejs and npm are installed, use the following command to install Grunt (the -g flag installs it globally). npm install -g grunt-cliThis installs the grunt...
| | cassidoo.co
25.6 parsecs away

Travel
| I've been asked a few times about the keybindings I use in Visual Studio Code. Here's a list!