In this context, we will show how to send an event using custom rule and retrieve an event by adding target. Here I have added two targets which is simple pub/sub implementation as Amazon SNS as our publishing service, Amazon SQS as a subscriber and monitor the success event logs using AWS CloudWatch in EVENTBRIDGE. […]
Architecture
Deliver Fully Integrated Experiences in Healthcare
CMS interoperability rules generated quite the commotion in healthcare this past year. But when you think about it, these mandates are pushing us closer toward the consumer-centric goals that healthcare organizations already aim to prioritize. Interoperability Mandates Mirror Business Needs Rules and Regulations. Regulations like the CMS Final Rule mandate that health care organizations make […]
EU GDPR Compliance – Securing Data in Oracle HCM Cloud
Does your Organization conduct business and have a workforce in the EU? If so, EU General Data Protection Regulation (GDPR) applies to you. EU General Data Protection Regulation (GDPR) is the data privacy and security law that came into effect in May 2018. It requires Organizations that gather and process personal data in the EU […]
Blazor, Are You Ready?
Introduction Building SPA’s I have been involved in several web application projects implemented as a single-page application (SPA) with a REST API interface to the backend in recent years. In all of these cases, the SPA was built with React and the Flux/Redux design pattern. Since my background is heavily .NET and Azure-centric, the API […]
Patching Sitecore Processors Tips and Tricks
One of the questions I hear from Sitecore developers that have just created a processor is, how do I position my processor to execute before or after an existing processor in a pipeline? If you place the processor in the wrong spot then the processor that runs before your processor could have aborted the […]
Oracle Hybrid Cloud Infrastructure
Not yet ready to move to the public cloud due to data sovereignty, security and latency concerns, but tired of infrastructure maintenance and costs? More infrastructure is being demanded daily and looking for a solution to keep the costs under control without compromising or trimming initiatives for IT or business? Then here is the solution […]
EBS Batch Processing Slowing You Down? – How to “Spread the Load”
Oracle EBS Applications utilize a sophisticated batch scheduling and processing mechanism known as the Concurrent Managers. This batch processing system performs many vital functions within the EBS Applications system environment including reporting, managing data processing and Workflow activity plus several other critical business and system tasks. Many of these processes have a voracious appetite for […]
Perficient’s Agile Community Serves Colleagues of All Backgrounds
When you work at Perficient, you’re never “in it alone.” We pride ourselves on having a collaborative, supportive environment dedicated to fostering both career and personal growth. Perficient’s Agile Community is one of the latest ways colleagues can connect with each other, breaking down walls and collaborating globally in a whole new way. “It makes […]
Byte 11 – Do you have Architecture for the product development?
Do you define the architecture before you begin the product development and iterate them over while developing the product ?. If the answer is yes, you are on the right track to building the product right. The art of building architecture does not just refer to how the system connects. It’s also about ‘Why’ we […]
Byte-7: Utilize your data via API to maximize the market presence
Today organizations are transforming to adapt to the new market needs and expand the business. Every organization is looking to maximize its value by utilizing the most incredible asset called data. Some organizations don’t have the scale to build everything independently, which drives the need for partnership with other organizations to maximize the market presence […]
Continuous Integration (CI) Pipeline Configuration for Episerver B2B Commerce
After learning how to set up a basic continuous integration (CI) pipeline through Azure in my first blog, How to Set Up Automated Deployment with CI/CD Pipelines through Azure, the next stage is walking through the steps to build the CI pipeline for the Episerver B2B Commerce application. Below, you will find a snapshot of […]
Kafka Consumer Error Handling, Retry, and Recovery
This blog post is about Kafka’s consumer resiliency when we are working with apache Kafka and spring boot. As a scenario, let’s assume a Kafka consumer, polling the events from a PackageEvents topic. service class (Package service) is responsible for storing the consumed events into a database. Note: Here in the place of the database, […]