Explore >> Select a destination


You are here

kewah.com
| | joshbeam.github.io
3.2 parsecs away

Travel
| | So what's this post all about? We're going to examine an interesting alternative for passing dependencies between JavaScript modules. The goal is to avoid an...
| | abdulapopoola.com
2.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...
| | janikvonrotz.ch
3.1 parsecs away

Travel
| | In web development there are tons of programs and tools and due to that also complex and very different development strategies. Luckily dependency handling got a lot easier. For my Laravel project setup we will use 3 different package managers. Every package manager of course manages a different resource, we will use composer for php packages, npm for everything related to Node.js and Bower for web packages.
| | nabeelvalley.co.za
24.5 parsecs away

Travel
| Using a Docker Container as a development container using the Visual Studio Code Remote-Containers Extension