Python Dictionary Operations Date: 19/09/2019 In this tutorial, I going to explain the basics of python dictionary operations and methods. INTRODUCTION Python dictionary is an unordered collection of items and also it contains key-value pairs and enclosed by curly-braces { }. Each key-value pair in a python dictionary is separated… Continue Reading Python Dictionary Operations

PHP Fatal error: Class ‘ZipArchive’ not found Date: 19/09/2019 Introduction PHP fatal error on ‘zip Archive’ not found clearly shows that the zip extension has to be installed for zipArchive class to be present. Moreover, the solution is to install the PHP zip extension on your server. Install PHP Zip Extension If your webserver… Continue Reading PHP Fatal error: Class ‘ZipArchive’ not found

How to start a cPanel scheduled backup job manually Date posted: 18/09/2019 Objective:- If you own cPanel server and tried to enable backup using WHM. When you manually run backups from command line, you will get the below errors. We’re gonna explain how to solve the issue. Solution:- Even though… Continue Reading How to start a cPanel scheduled backup job manually

How to install sockets in cordova both backend and frontend Date : 04/09/2019 Introduction Generally Sockets are used for realtime update bidirectionally between client and server. The following will describe how to configure in cordova framework. Sockets are pipeline connection will instantly reflect change other side when connected. You just… Continue Reading How to install sockets in cordova both backend and frontend