How to use ESLint in Node.js Applications
A guide to installing, configuring, and using ESLint for code linting in Node.js applications, including rule and environment setup.
Aman Mittal is a documentation consultant at Expo and experienced technical writer, specializing in cross-platform mobile and web development, with over 150 programming articles published since 2017.
232 articles from this blog
A guide to installing, configuring, and using ESLint for code linting in Node.js applications, including rule and environment setup.
A guide on using the faker.js library to generate mock data for prototyping and testing Node.js and JavaScript applications.
An introduction to the Ionic Framework for building cross-platform mobile apps using web technologies like HTML, CSS, and JavaScript.
Tips and code changes for migrating from Express.js 4 to the upcoming version 5, focusing on deprecated and updated response methods.
A tutorial on creating a Twitter bot with Node.js and the Twit npm module to retweet, favorite, and reply based on hashtags.
A tutorial on extending a Node.js Twitter bot to automatically reply to new followers using the Twitter Streaming API and the 'twit' npm module.
A tutorial on building a simple Twitter bot using Node.js and the Twit npm module to retweet and favorite posts based on hashtags.
A developer's review of the Atom text editor, highlighting its open-source nature, extensive plugin ecosystem, and customization for modern development.
Explains the Node.js process.nextTick() method, how it defers execution to the next event loop iteration, and compares it to setTimeout().
Explains the internal workings of Node.js, focusing on its single-threaded, non-blocking I/O architecture, the Reactor Pattern, and the role of libuv.
Explores the core philosophy of Node.js, focusing on its UNIX-inspired principles of modularity and dependency management.
A guide to JavaScript coding conventions covering indentation, semicolon usage, line length, and other style guidelines for readable, maintainable code.