Explore >> Select a destination


You are here

dylanpaulus.com
| | maissan.net
10.5 parsecs away

Travel
| | Gulp is a great tool for automating your development workflow. It can also be a great tool for updating your Drupal site. The multiple steps of logging in, enabling maintenance mode, uploading files and running update.php can be replaced with a single "gulp deploy" command.
| | blog.michal.pawlik.dev
17.7 parsecs away

Travel
| | Lately I've been working on preparing learning materials in Scala. Usually when I work on preparing slides for public speaking I would use https://slides.com/majkp/, but this time I was looking for something self hosted. In this situation Reveal.js seems like an obvious alternative, but if you want to set up, you either have to download a fixed version which makes the upgrade hard, or build an npm project and add reveal as the dependency.
| | sprucecss.com
10.3 parsecs away

Travel
| |
| | babeljs.io
81.6 parsecs away

Travel
| For those of us that need to support older browsers, we run a compiler like Babel over application code. But that's not all of the code that we ship to browsers; there's also the code in our node_modules.