Mircea Cadariu

Mircea Cadariu @mcadariu

About: Software Developer • Data systems builder • Code mender • Flâneur • Highlands explorer • Hello 👋🏻

Location:
Scotland / Romania
Joined:
Dec 2, 2023

Mircea Cadariu
articles - 7 total

How to add rate limiting to your API using TigerBeetle

You should always consider having explicit limits in place when building software. For online...

Learn More 8 2May 30

High speed data loading into Postgres

Intro In this post I'll show you how to speed up data loading in Postgres. Using a worked...

Learn More 6 0Feb 4

Hierarchical data with Postgres and Spring Data JPA

He who plants a tree, Plants a hope.        Plant a tree by Lucy Larcom 🌳 ...

Learn More 36 0Oct 31 '24

Joining, fast and slow

We can keep our database-backed applications performing pretty well already by following a couple of...

Learn More 9 0Sep 2 '24

Spring AI, Llama 3 and pgvector: bRAGging rights!

In the very beginning at least, Python reigned supreme in terms of tooling for AI development....

Learn More 87 2Jun 15 '24

SQL query optimisation guided by explain plans

Use-case: we have a set of meters (e.g. gas, electricity, etc) that regularly record readings. Our...

Learn More 8 0Apr 3 '24

To UUID, or not to UUID, that is the primary key question

For most scenarios, it's beneficial to always set up a primary key for your tables. However, you...

Learn More 20 0Feb 2 '24