Prism ICT

Default image

How to Update & Deploy Your Next.js App on a VPS Using Git and PM2

Keeping your Next.js app updated on your VPS is simple when you follow the right steps. Whether you’re pushing updates

Default image

How to Update a React App on a Live Server (VPS) – The Easiest Way

Keeping your React app updated on a live server doesn’t have to be a headache. In this quick guide, I’ll

Default image

MySql Call Self SP known as a recursive stored procedure

Sample SP Code DELIMITER // CREATE PROCEDURE RecursiveSP(IN n INT) BEGIN -- Base case: when n is less than or

Default image

Step-by-Step Guide to Setting Up a VPS Droplet for Your PHP-Based Service

If you're running a PHP-based service or application, you need a reliable and efficient hosting solution that can handle your

Default image

MySql connection and query in PHP

If you trying to connect with the MySQL database quickly then you can use this code from below. It's simple

Default image

Enable Leverage browser caching by .htaccess

For enable Leverage browser caching just use the following code on your .htaccess file ## START OF EXPIRES CACHING ##

Default image

Enable GZIP Compression by .htaccess file

For enable GZIP Compression just use the following code on your .htaccess file. Make sure to add it below the current