Bootstrap 5 card header with button right

If you are using cards in your apps, there is a good chance you need to have buttons on the right top within the header. Below snippet will help you to align buttons or icons in the card header right. Here we use flex utils to align the content within the headers. The util class […]

Read More →

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 […]

Read More →

What is happening Sri Lanka?

After my long vacation to Sri Lanka recently I choose to write something completely unrelated to full stack development. Sri Lanka is an island which is located south of India and called Ceylon early days and the name got change after the independent. If you never heard of Sri Lanka, and if you drink tea […]

Read More →

Modularize Android Development

Recently I have started with some android development for my new start sameepa.lk. The project is for connecting consumers directly with nearby small businesses and farmers to make sales process more effective. The project is using Java Spring boot backend and native android development. Choose Digital Ocean as cost effective cloud solutions for deploying them […]

Read More →

JavaScript functions

Adding some of the JavaScript functions which could use in your projects. Most of them are from my React projects using as functional components in Helper.js file. Unique id function This can be used when needs to generate unique ids for the item. I have created this for generating unique ids for new space and […]

Read More →

Maintaining UI State right in Pega with DX API

Introduction A small introduction if you don’t know pega or DX API. Pega is at the core is a BPM tool for managing work flows and it offers lot more than that. You can learn more at pega.com. DX API is set of REST APIs for accessing Pega’s case management functionalities for building front end […]

Read More →

Running media server from Raspberry Pi

When you would like to use my Raspberry pi as much as possible instead of by special purpose devices then using it as file server combined with media server will be a great use case. Here I will explain how to setup your raspberry Pi as a media server in your network so that you […]

Read More →