Explore >> Select a destination


You are here

github.com
| | amanhimself.dev
14.0 parsecs away

Travel
| | [AI summary] This article explains how to use import statements in Node.js by setting up a project with Babel to enable ES6 modules, avoiding syntax errors.
| | www.sahilparikh.com
13.0 parsecs away

Travel
| | A clean setup is always fun.
| | jborza.com
14.3 parsecs away

Travel
| | Closer to the machine I started my way with programming with Microsoft QBASIC on DOS, I did try (and succeed) to copy code for a game from a BASIC book, and it did run, but I didnt really get development back then. I didnt really understand how and why it works, and most importantly, how to write my own code to implement a different game. Later I was playing higher level languages such as Pascal and C in the high school and PHP at home.
| | blog.ploeh.dk
59.2 parsecs away

Travel
| In functional programming, the notion of dependencies must be rejected. Instead, applications should be composed from pure and impure functions.