/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

andreas.heigl.org
| | angelika.me
5.8 parsecs away

Travel
| | Whenever I'm adding a new dependency to a JavaScript app, or setting up the build process of a new app, I ask myself: what exactly are devDependencies? It's time to answer that question in depth.
| | dylanpaulus.com
4.1 parsecs away

Travel
| | Code dependencies are like . We are able to pull in other people's code, combining and stacking different packages together to achieve our goals. Using dependencies greatly reduces the complexity of developing software. We can take advantage of the hard work someone has already done to solve a probl...
| | theburningmonk.com
3.4 parsecs away

Travel
| | Learn how to test serverless applications without sacrificing a fast local dev & test loop using remocal tests.
| | blog.scottnonnenberg.com
24.0 parsecs away

Travel
| So you're a Javascript developer, and you want to stop writing Javascript. Typescript seems like a good option, but you've always used dynamically-typed languages. You're uncertain about jumping in...