|
You are here |
krasimirtsonev.com | ||
| | | | |
babeljs.io
|
|
| | | | | Babel started out as a transpiler to let you write the latest version of the ECMAScript specification but ship to environments that don't implement those features yet. But it has become much more than that. "Compilers are the New Frameworks" says Tom Dale and I could not agree more. We're seeing more and more compile-time optimizations for libraries and frameworks. I'm not talking about syntax extensions to the language, but simple code transformations that enable patterns that would be difficult to accomplish otherwise. | |
| | | | |
whitep4nth3r.com
|
|
| | | | | Learn how to build, test and release a JavaScript node module in ES6 all the way from npm init to npm publish. | |
| | | | |
keepinguptodate.com
|
|
| | | | | Learn how to add TypeScript support to your existing JavaScript projects so you can use TypeScript modules alongside your existing JavaScript modules. | |
| | | | |
www.taniarascia.com
|
|
| | | Recently, I wanted to create and host a Node server, and discovered that Heroku is an excellent cloud platform service that has free hobby... | ||