Articles
Automate USCIS Case Tracking

To get the latest case status(H1B, H4 etc.), one has to visit USCIS and check status by providing case ID. Straight and easy… What if someone is so lazy(or so busy) to visit the site daily and check the status? Or what if there are more than one Case...
Integrate Pega with Azure Service Bus

This article details about how a message is posted to Azure Service Bus Queue from a Pega application using a HTTP protocol. Primary focus of this article is on how the headers are constructed and message is sent using Connect-Rest method. The constr...
How to create an Azure virtual desktop (Windows 11)

Microsoft Azure has a virtual desktop feature that comes with Windows 11 or other server platforms and with an optional suite of Microsoft apps. Windows 11 virtual desktops are very useful for accessing from anywhere in the world. They can be connect...
Starting career as a fresher?

Primary objective When you start in the software industry or any industry for that matter, your primary focus should only be on learning. Learn as much as you can, gain knowledge and give your best at work. Use all the resources available, talk to y...
Refer datapage with parameters in HTML rule

We might have come across or probably used pega: reference jsp tag to refer properties in HTML rules like Fragment, Correspondence, Paragraph etc. There could be a scenario where we have to refer a parameterized Datapage in a HTML rule. But the synt...
Speech to text in Pega

Pega applications have evolved and are being used on all kinds of devices - desktop, tablets, mobile etc. It is important to incorporate the latest technologies into the application to make the user experience better. With speech recognition API, us...
How to set custom cookie in Pega PRPC

Sometimes there will be a requirement to capture certain user action. One of the use case of this kind would be where a user is displayed with a pop up with some information (like new features or updates). User can then read it and close the pop up a...
Connect to Azure Cache For Redis with NodeJS

This article only highlights the way to connect to Azure Redis server from NodeJS. For full list of commands and usage please refer to Redis and Microsoft documentation At the time of this article is published, the version of Redis is 4.0.1 To con...