Will PWA replace native apps? Or do they have their own quirks? We did mention everything that’s so good about PWAs that it was very convincing, right? But why don’t we see...
The Most Common Cyber Attack in Existence: The Scope of the Phishing Threat Everyone has been on the receiving end of a phishing email. While modern email solutions have become extremely effective in...
Linux vs Windows: Which OS Is Better For PC Gaming A few weeks back, a survey was conducted in the US showing which gaming platform is the most popular in...
Simple, yet powerful CSS properties – box-sizing, counters, scroll snap and pointer events CSS cannot be avoided if you want to create an effective and engaging user experience. It is a powerful language...
9 Reasons Why You Should Consider Progressive Web App Have you ever opened a website and then felt the NEED for all the features of its mobile app, but...
Using PHP encoders to Protect Source Code [phpBolt example] How to protect PHP source code? Well, this is one of the most asked question among PHP developers. Many PHP...
Create virtual environment for different Python versions using Conda In our earlier article, we had shown how to install multiple versions of python without breaking System tools and Create an...
How to make the Divi Slider Arrows visible always I have used the Divi sliders in many of my projects. When you have more than one slider, you can...
How to print Stdout of a command in reverse order on a Linux Shell Recently encountered a challenge to display the standard output (stdout) of a Linux command in the reverse order. For eg;...
How to create a different permalink structure for Posts and Pages in WordPress Recently developed a fitness website to one of my clients which consists of standard pages such as HomePage, About us,...
How to remove product category “uncategorized” in WooCommerce By default, WooCommerce has a product-category named “Uncategorized” which can’t be deleted! When you add a new product, the default category is...
How to add Snow Falling Effect on Divi Slider with Pure CSS Animation When working with an eCommerce platform for a client, the client came up with the request of snow falling effect...
Upstream sent too big header while reading response header from upstream – NGINX error While working on my client website which is based on WooCommerce, I happened to see the checkout page failing with...
Unable to generate Graphical Charts in RT [Solution] All of a sudden I was not able to generate graphical charts in Request Tracker, which was working earlier! The...
Access denied for user ‘root’@’localhost’ after installing MySQL [Fix] I Installed MySQL server (MariaDB 8.0) on my CentOS 7 using yum. Once started the service and when I tried...
How to Disable JSON REST API in WordPress? Starting from WordPress version 4.4, the JSON REST API is enabled by default. It’s one of the greatest development in...
Unable to remove items from WooCommerce cart on NGINX [Fix] I recently migrated my client website from Apache web server to NGINX and while testing the site, I noticed that...
Run multiple versions of PHP for different domains in NGNIX I recently purchased EduExpression WordPress plugin for a client to setup an examination software. I was able to install and...
PHP Fatal error: Call to undefined function bcmod() I recently purchased an examination software plugin called EduExpression for WordPress. However, I got the below error while setting up...