Our Blog

Boost your knowledge with the insights from our expert team.

Health
Health
EHR
EHR
Medplum
Medplum
Security
Security
Next.js
Next.js
React
React
People
People
Open Source
Open Source
API
API
placeholder background

The dos and don'ts for writing Django migrations

Learn essential Django migration best practices to maintain database consistency. Discover how to properly manage schema changes and avoid common pitfalls in your applications.

Learn essential Django migration best practices to maintain database consistency. Discover how to properly manage schema changes and avoid common pitfalls in your applications.

placeholder background

The dos and don'ts for writing Django migrations

Learn essential Django migration best practices to maintain database consistency. Discover how to properly manage schema changes and avoid common pitfalls in your applications.

Learn essential Django migration best practices to maintain database consistency. Discover how to properly manage schema changes and avoid common pitfalls in your applications.

placeholder background

Running a complex query using Window, When, Case and SQCount, and more

Learn how we added a new budget visualization feature in one of our clients, enabling users to track ad spend across campaigns and posts with real-time metrics.

Learn how we added a new budget visualization feature in one of our clients, enabling users to track ad spend across campaigns and posts with real-time metrics.

placeholder background

Running a complex query using Window, When, Case and SQCount, and more

Learn how we added a new budget visualization feature in one of our clients, enabling users to track ad spend across campaigns and posts with real-time metrics.

Learn how we added a new budget visualization feature in one of our clients, enabling users to track ad spend across campaigns and posts with real-time metrics.

placeholder background

Prefetching and Optimizing: A Django Virtual Models Approach

Discover how to tackle the N+1 problem in Django applications and optimize performance with our open-source tool, Django Virtual Models. Read more!

Discover how to tackle the N+1 problem in Django applications and optimize performance with our open-source tool, Django Virtual Models. Read more!

placeholder background

Prefetching and Optimizing: A Django Virtual Models Approach

Discover how to tackle the N+1 problem in Django applications and optimize performance with our open-source tool, Django Virtual Models. Read more!

Discover how to tackle the N+1 problem in Django applications and optimize performance with our open-source tool, Django Virtual Models. Read more!

placeholder background

Indexing Ethereum data efficiently with The Graph

Being able to consume relevant and concise data is essential to virtually any web application, the same applies to decentralized applications (or dApps), which are built on top of the blockchain, using it as the primary source of information. However, as opposed to typical...

Being able to consume relevant and concise data is essential to virtually any web application, the same applies to decentralized applications (or dApps), which are built on top of the blockchain, using it as the primary source of information. However, as opposed to typical...

placeholder background

Indexing Ethereum data efficiently with The Graph

Being able to consume relevant and concise data is essential to virtually any web application, the same applies to decentralized applications (or dApps), which are built on top of the blockchain, using it as the primary source of information. However, as opposed to typical...

Being able to consume relevant and concise data is essential to virtually any web application, the same applies to decentralized applications (or dApps), which are built on top of the blockchain, using it as the primary source of information. However, as opposed to typical...

placeholder background

Advanced Django querying: sorting events by date

Imagine the situation where our application has events (scheduled tasks, appointments, python conferences across the world) happening in different moments of time. Almost anything with a date attached to it.

Imagine the situation where our application has events (scheduled tasks, appointments, python conferences across the world) happening in different moments of time. Almost anything with a date attached to it.

placeholder background

Advanced Django querying: sorting events by date

Imagine the situation where our application has events (scheduled tasks, appointments, python conferences across the world) happening in different moments of time. Almost anything with a date attached to it.

Imagine the situation where our application has events (scheduled tasks, appointments, python conferences across the world) happening in different moments of time. Almost anything with a date attached to it.

placeholder background

Database concurrency in Django the right way

When developing applications that have specific needs for running asynchronous tasks outside the web application, it is common to adopt a task queue such as Celery. This allows, for example, for the server to start an asynchronous task for heavyweight processing, and then return an answer.

When developing applications that have specific needs for running asynchronous tasks outside the web application, it is common to adopt a task queue such as Celery. This allows, for example, for the server to start an asynchronous task for heavyweight processing, and then return an answer.

placeholder background

Database concurrency in Django the right way

When developing applications that have specific needs for running asynchronous tasks outside the web application, it is common to adopt a task queue such as Celery. This allows, for example, for the server to start an asynchronous task for heavyweight processing, and then return an answer.

When developing applications that have specific needs for running asynchronous tasks outside the web application, it is common to adopt a task queue such as Celery. This allows, for example, for the server to start an asynchronous task for heavyweight processing, and then return an answer.

placeholder background

Understanding database multitenancy

The term "software multitenancy" refers to a software architecture in which a single instance of software runs on a server and serves multiple tenants.

The term "software multitenancy" refers to a software architecture in which a single instance of software runs on a server and serves multiple tenants.

placeholder background

Understanding database multitenancy

The term "software multitenancy" refers to a software architecture in which a single instance of software runs on a server and serves multiple tenants.

The term "software multitenancy" refers to a software architecture in which a single instance of software runs on a server and serves multiple tenants.