/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

thecodebarbarian.com
| | kewah.com
4.9 parsecs away

Travel
| | How to use npm as a front-end package manager
| | www.thepolyglotdeveloper.com
3.7 parsecs away

Travel
| | Use Node.js and the Express.js framework to create a very simple RESTful API that can be used with front-end applications like AngularJS or ReactJS.
| | www.adamalbrecht.com
4.3 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.
| | codeandlife.com
21.2 parsecs away

Travel
| [AI summary] A tutorial demonstrating how to create and easily embed Svelte components into web pages using Rollup.