/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.aleksandrhovhannisyan.com
| | petrapixel.neocities.org
2.6 parsecs away

Travel
| | A tutorial on how to set up and use Webpack, for beginners. Neocities.
| | darekkay.com
2.4 parsecs away

Travel
| | How to configure Storybook outside the main app directory.
| | scastiel.dev
2.7 parsecs away

Travel
| | If you use JavaScript you probably know that recently a lot of new features arrived with ES2015 (also known as ES6): classes, const/let keywords, destructuring arrays and objects, modules and imports, etc.
| | davquar.it
12.8 parsecs away

Travel
| A GitHub Action is the automatic execution of a job, after a specified trigger on a GitHub repository. For example, let's say that we want to run a linter on each new commit, we can create a GitHub action to do it. In this post we'll see a workflow to automatically deploy a Hugo site on GitHub Pages.