Engineering

How we build things is just as important as what we build. These articles let our engineers explain the “why” of what we do, and how we put the “tech” in “FinTech”.

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

How I made `json.dumps` ~20% faster

This post was first published in aivarsk.com   My journey to understand the performance and concurrency of FastAPI services lead me to the Python json.dumps function producing JSON string out of object tree. And I ended up making it a bit faster. _PyAccu vs _PyUnicodeWriter How do you create the JSON...

August 30, 2022