Skip to content

Coding :: Javascript

Marielle Lange edited this page Aug 29, 2015 · 1 revision

Ecmascript 6

If you are starting up with javascript, you are better off learning the latest version of the language.

With javascript in the browser, the most popular option at the moment is webpack

With nodejs, run your code through babel-node in development mode. Use the transpiler in production. See Axel Rauschmayer tutorial on this.

Docker Containers for javascript projects

Dockerizing a Node.js web app

Running a MEAN web application in Docker containers on AWS

Getting started with Docker and MeanJS