Home Authors Posts by David Pereira

David Pereira

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

Book Review: Co-Intelligence by Ethan Mollick

0
Table of Contents Introduction AI as a Thinking Companion The Human-in-the-Loop Principle Critical Thinking Disruption in the job market Centaur vs Cyborg approaches Resources Conclusion Introduction We recently finished reading Co-Intelligence: Living and Working with...

Lessons learned improving code reviews with AI

0
Table of Contents Introduction Why we started experimenting Our AI code review journey Claude Code Saving learnings in memory GitHub Copilot CodeRabbit and Qodo Tool of choice Improving multi-agent collaboration Resources Conclusion Introduction I have loved code...

Becoming augmented by AI

0
Table of Contents Introduction The "Jagged Frontier" concept Becoming augmented by AI AI as a co-worker AI as a co-teacher My augmentation list Custom instructions Meta-prompting Resources Conclusion Introduction We're deep into Co-Intelligence in Create IT's...

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

1
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...