So far I tried Atom, VS Code, and a few others. VS Code is my favorite because… auto-complete, extensions, integrated terminal, Git integration, side-by-side tabs, etc.
For more on why those technologies checkout “My source control technologies of choice”. If you are new to Git, checkout the links at the end.
Hosting
Get started
The sign of a great service is one that solves your problems in the simplest possible way and doesn’t make you feel dumb while using it. So far Firebase have…
Well technically it is called ES2015 or ECMAScript 2015, but many docs refer to it as ES6. Practically it just adds a bunch of new features to JavaScript. If you have only been using JavaScript in…