Solving Proxmox LXC console blank issue

As I am recently upgrading my home network from simple Raspberry Pi to Proxmox based hypervisor network have got to explore many new things. This…

Backup and restore postgres database with docker run

Now a days it is common to use database as a service from cloud providers instead of maintaining the local postgres installation. Also there will…

Working with docker stack and iptables

After moving to new country, I am setting up my home network to bring some of containers back from the cloud to self hosting from…

Importing linked WSDL files in Pega SOAP connector

During one of my past projects, we were required to integrate with an external system via a SOAP service to verify a customer’s debt history…

My docker swarm setup

I am running my websites from my Raspberry Pi mini PC, and in this post, I am going to explain how I organize the apps…

Exmaple with useContext in React JS functional components

In this brief article, we will discuss the effective implementation of useContext. For those unfamiliar, useContext is a technique for sharing state within an application…

What is not Pega best practice?

Through out my nearly 16 years of experience in Pega I have worked on many different projects and with many different teams. Sometime I am…

Mockware – Pega Simulations Made Easy

This post is about my Pega Community Hackathon project named Mockware. I created this project to solve a problem faced by many Pega project team…

Using ChaptGPT for generating React JS code

I was using copilot for while and it was really helpful to speed up the development. But wanted to give a try how ChatGPT compares…