-
The Dark Side of JavaScript
-
Webpack
-
webpack-s9
-
TypeScript: JavaScript that scales
There are always certain challenges when it comes to staying productive in a large JavaScript codebase. It becomes more difficult to see how things are connected, while introducing changes may bring about more bugs and pain than it actually contributes to the system. Giant leading companies have tried to address this fact by effortlessly working on various toolings: Google with Closure Compiler, Facebook with Flow and Microsoft with TypeScript. While all these tools aim at a similar premise, in my opinion, TypeScript is ahead in this specific game by far. TypeScript is about making JavaScript scale. It doesn't aim at replacing JavaScript and certainly not changing the way we love and write in the language. TypeScript is where you can optionally define static types while staying in the current state of the art JavaScript, and adhere to them as your principles. It's an open-source project with an active community, and it also offers great toolings cross-platform.
-
Exclusive Javascript Package Management