Get started with Puppeteer library. Puppeteer is a node based library from Google that provides a simple API for interacting with Chrome based applications. It can be used to automate your day to day test cases in headleass chrome browser.
Category: javascript
Reactive Data Properties in Vue.js
Custom Directives in VueJs – Max Character for Textbox
Add Color Picker in Magento 2 Admin Configuration Options
Angular 2 and Magento®: The Civil War
How to Write Themeable Mobile Apps with Ionic
Enable Live Reload in Node.js Application
Deploying Node.js app on Heroku
Heroku provides free cloud platform for hosting node.js apps. But deploying node.js app on Heroku is bit tricky and needs some insight. This article will tell you the simple steps to deploy your node.js app on Heroku cloud platform. You will come to know how to host static pages on Heroku. It will also tell you some troubleshooting tips to check your node.js application.
HTML5 Offline Mobile App Using Ionic and PouchDB
For a mobile app offline support is the first necessity. But providing offline support in HTML5 mobile apps is difficult most of times. In this tutorial I will tell you how to create your first HTML5 mobile app with offline support. App is created using Ionic framework and uses PouchDB as NoSQL database.