How to publish a npm Package
A step-by-step tutorial on how to publish your own open source npm package, covering setup, bundling with Babel, and the publishing process.
A step-by-step tutorial on how to publish your own open source npm package, covering setup, bundling with Babel, and the publishing process.
Explains what JavaScript polyfills are and how they differ from code transpiling, using a real-world IE bug as an example.
A guide to writing custom Babel macros for zero-config code transformation, using a fun example to get started.
Tips for giving effective software demos, including starting with 'why', knowing your audience, and pre-recording.
A guide to adding ES7 async/await support to web applications using Babel and polyfills, with configuration tips for ESLint.
A technical guide exploring advanced Babel.js configuration, Stage-X presets for ES6 features, and source map debugging.
A guide to using ES6 features in Node.js projects, covering version support and setting up Babel with Gulp for transpilation.
An introduction to Brunch, a simple and convention-based JavaScript build tool for modern web development projects.
A tutorial on building a SoundCloud client from scratch using React and Redux, including authentication and API integration.
A developer's experience upgrading to Babel 6, which fixed ES6 module misunderstandings that broke their code, and the lessons learned.