Javascript React JS

Maintaining state with react JS Drag and Drop (DnD) and redux

I am currently working on a form builder which is part of the website builder for thephpcode.com CodeIgniter website generator. So the requirement was to allow users to create dynamic pages by dragging and dropping elements as part of the data model and also support dragging and dropping other building block elements such as column […]

Cloud Digital Ocean Droplet Raspberry Pi

Performance comparison between Digital Ocean Droplet and Raspberry Pi 4

I am hosting all of my websites including this one in Raspberry Pi. Nearly 7 websites are running in a single Raspberry Pi 4 with 8Gb RAM. As am I am planning to move to a different country wanted to transfer my websites to cloud temporarily. As I was researching how it will be the […]

WooCommerce WordPress

WooCommerce! is it good for your business?

It became so famous who ever already trying out eCommerce platforms will have definitely heard about it. But we can start with the introduction for newbies. What is WooCommerce? WooCommerce is a workpress plugin which provide eCommerce features on top of WordPress blogging platform. This has became so famous as this could be quickly installed […]

Codeigniter

CodeIgniter 4 – Security Module (JWT, Rolebased Permissions, etc)

CodeIgniter was my go to framework long time ago but then I started using Laravel PHP framework and went on using other technologies for backend such as Java Spring boot, node js based Nest JS etc. Now I am back to use CodeIgniter, this time I am going to upgrade my PHP CodeIgniter website generator […]

Pega

Handling escape characters with Pega REST connectors

When you are mapping clipboard page using JSON mapping in Pega REST connector rules, you might have encountered issues when the value of some fields has got special characters such as back slash or double quotes etc. You can resolve the issues by updating or creating a dynamic system setting with below details. This will […]

Back To Top