How to use localstorage in Javascript
Client side data storage is a trend now days. window.localStorage or localStorage api can be used to save and get data from browser storage. This API assist developers in saving…
Client side data storage is a trend now days. window.localStorage or localStorage api can be used to save and get data from browser storage. This API assist developers in saving…
MySql database backup compress in single command. This is a simple and quick tutorial on how to take mysql database backup and compress the backup sql file in a single…