Centralized vs Distributed Network

Centralized Network A centralized network is built around a single, central server that handles all major management and data processing functions. Other types of servers may connect to this master server and manage other specific functions, but those other servers cannot work independently of the central server Advantages of Centralized Network Security: If someone has… Continue reading Centralized vs Distributed Network

Fix the firewall blocking in Plesk panel ( Cors issue )

Some times there might be issue when using some rest API end points especially using web designing platforms like WordPress , Shopify etc. What makes issue for me is that when using the REST API endpoint for fetching users from wordpress. Its found to be that it was making a 403 server issue on fetching… Continue reading Fix the firewall blocking in Plesk panel ( Cors issue )

Setup wordpress through plesk CPanel in server

Log in to the Plesk admin page and select Applications on the left-hand menu Click Install for WordPress on the Applications page. It will take a few moments for the WordPress application to download and install. After the process completes, you will be able to view and manage your WordPress installation. To manage the WordPress installation, go to Applications > Manage My Applications and click… Continue reading Setup wordpress through plesk CPanel in server

Shopify NetSuite Integration via Heroku

Shopify NetSuite Integration via Heroku  Functionality Overview  Initial Heroku Setup and app creation  GitHub implementation and deploying in Heroku  Creating webhooks in Shopify  Creating a script to connect to NetSuite (Restlet) and payload conversion  Restlet in NetSuite to fetch payload and do updates  Initial Heroku Setup  Create a Heroku account and purchase a dyno (Eco),… Continue reading Shopify NetSuite Integration via Heroku