Month: February 2021

  • 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…

  • Maintaining UI State right in Pega with DX API

    by

    in

    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…