/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

www.tug.org
| | ctan.org
4.2 parsecs away

Travel
| | [AI summary] This guide provides a step-by-step tutorial on how to download and set up a TeX or LaTeX distribution for documents and mathematical typesetting.
| | ericlathrop.com
7.0 parsecs away

Travel
| | Many modern JavaScript development tools are distributed through NPM and tell you to install them globally. For some packages it is okay to install them globally, but other packages are creating a future headache for you. I will explain the problem with global NPM packages, how to tell when it is okay, and how to use locally installed packages instead.
| | stribny.name
8.4 parsecs away

Travel
| | [AI summary] An introduction to shell scripts and Bash for automating command-line tasks in Linux, macOS, and Windows.
| | janikvonrotz.ch
23.4 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.