Explore >> Select a destination


You are here

jrburke.com
| | nodesource.com
16.1 parsecs away

Travel
| | Discover how Node.js's new support for synchronous ESM graphs simplifies transitions to ECMAScript Modules, enhancing developer experience.
| | www.valentinog.com
14.2 parsecs away

Travel
| | I'm sure you already know everything about ECMAScript modules, so here's a quick recap for myself!
| | janikvonrotz.ch
15.5 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.
| | manuel.kiessling.net
27.4 parsecs away

Travel
| This article describes in great detail what I learned about setting up AngularJS applications in terms of project structure, tools, dependency management, test automation and code distribution. The result is a seed project that is easily extendable, clearly structured, self-documenting, and comfortable to work with.