/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

neilzone.co.uk
| | connorberry.com
8.4 parsecs away

Travel
| | JavaScript As Cross Platform GUI I've been thinking about GUI toolkits the past couple of days. It's been annoying to realize that the even with the 3 major cross-platform toolkits (Qt, Wx and Tk) you can really only target the major desktop OSes (Windows, OS X, Linux). There's no way to apply that learning to...
| | mjtsai.com
8.7 parsecs away

Travel
| |
| | www.ikiw.org
7.2 parsecs away

Travel
| | [AI summary] BlueHost is a domain registrar and web hosting service known for its reliable and diverse hosting solutions, offering discounts through promo codes to attract and retain customers.
| | www.adamalbrecht.com
22.6 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.