What is Ionic
An introduction to Ionic, an open-source SDK for building hybrid mobile apps using web technologies like HTML, CSS, and JavaScript.
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.
221 articles from this blog
An introduction to Ionic, an open-source SDK for building hybrid mobile apps using web technologies like HTML, CSS, and JavaScript.
An introduction to hybrid mobile apps, explaining their architecture, benefits, and popular frameworks like Ionic and Cordova.
A tutorial on using Nodemon to automatically restart a Node.js server during development, eliminating the need for manual restarts.
A guide to freeing up disk space by using a terminal command to recursively delete node_modules folders from local Node.js projects.
Overview of npm 5's major new features, including performance improvements, offline modes, and a standardized lockfile.
Explains how to convert Node.js Buffer objects to JSON and UTF-8 strings, covering deprecated and current methods.
A guide on setting up a MEAN stack development environment using the WebStorm IDE, focusing on JavaScript full-stack development.
A tutorial on implementing pagination for MySQL databases using Sequelize ORM in a Node.js REST API.
A beginner's guide to using Sequelize, a popular promise-based ORM for Node.js, covering installation, connection setup, and basic configuration.
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.