Home Authors Posts by David Pereira

David Pereira

David Pereira
6 POSTS 0 COMMENTS
I love building software, more specifically distributed systems. Currently interested in Web Dev, event-driven architectures and microservices.

Dreamforce 2023 Highlights

0
In this post I'll go over my highlights of a huge event that took part some months ago - Salesforce Dreamforce 2023. Many announcements...

How to use SEO meta tag rules for Page Designer in...

0
SEO meta tag rules module in SFCC can be customized to support all page designer pages! Learn how in this blog post.
Reactathon in the park logo

Reactathon 2022 – A Short Summary

0
Let's take a look at the new updates on the React community, specifically Reactathon 2022.

Session management in Salesforce B2C Commerce Cloud

0
A look into how session management works in Commerce Cloud, from a real use case.

Getting Started with CloudEvents and AsyncAPI

0
In the previous blog post we went over a case study for Azure Service Bus. In this article we'll look at two specs, CloudEvents...

Case Study: Azure Service Bus and Event-Driven Architectures

Introduction In this article we will talk about Event-Driven Architectures. We choose to use the Azure Cloud Infrastructure.Service Bus provides reliable, secure asynchronous messaging at scale. This article is written by the engineering team at CreateIT and it is intended to show you a case study in one of our projects for a client. We'll take a deeper dive into the Service Bus technology, architecture, and design choices. The post will cover both conceptual material as well as implementation details. Most importantly, we will discuss design and implementation of some of the features that provide secure and reliable messaging at scale, while minimizing operational cost. Service Bus Entities When we are working with Azure Service Bus, we can choose two Entities: Topics or Queues. You can have multiple Topics or Queues per Service Bus Namespace, but firstly you need to differ one from another. If you want a FIFO queue...