/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

www.velocitypartners.net
| | bitsofco.de
1.4 parsecs away

Travel
| | Articles on frontend development and more.
| | btxx.org
3.6 parsecs away

Travel
| | [AI summary] A guide explaining a basic Gulp setup for compiling Sass into CSS with tasks for building and watching a Jekyll site.
| | www.adamalbrecht.com
2.5 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.
| | qtandeverything.blogspot.com
11.9 parsecs away

Travel
| One of the most tedious tasks a developer will do is debugging a nagging bug. It's worse when it's a web app, and even worse when its a we...