Tag: Salesforce

Engineering

Generating Realistic Synthetic Data

This article briefly describes one of the most convenient and powerful ways to generate complex datasets in Salesforce and other systems. I hope it will be interesting for you even if you’re not working with Salesforce. The practice steps below can be applied to a majority of modern relational databases...

February 7, 2024
Engineering

Unlocking New Potentials: The Advantages of AI in Salesforce

Salesforce is a world leader in CRM solutions and has been at the forefront of integrating Artificial Intelligence (AI) into its products for more than seven years. Salesforce first introduced Einstein AI in September 2016. It was designed as a layer of artificial intelligence integrated across the Salesforce platform, enhancing...

December 18, 2023
Engineering

The fin, the tech and… the force

How Salesforce has helped Ebury’s growth journey and how it can work for other fintechs in the wild.   You know the drill at this point… Technology moves fast. Very fast.  It’s one of the main driving forces of our society’s advancement, but now not only that, it seems like...

October 4, 2022
Engineering

Dependency Injection in Salesforce

Dependencies: good or bad? When it comes to code dependencies, you will often see this example: public ClassA { } public Class B { private ClassA service; } As you can see, ClassB needs ClassA to do its job, in other words, Class B is dependent on ClassA. This is...

June 23, 2022