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

Next.js FastAPI Template: how to build and deploy scalable apps

Launch scalable web applications faster with our Next.js FastAPI Template. Featuring full async support, end-to-end type safety, and easy Vercel deployment, this template provides everything you need for MVPs and production projects.

Launch scalable web applications faster with our Next.js FastAPI Template. Featuring full async support, end-to-end type safety, and easy Vercel deployment, this template provides everything you need for MVPs and production projects.

placeholder background

Next.js FastAPI Template: how to build and deploy scalable apps

Launch scalable web applications faster with our Next.js FastAPI Template. Featuring full async support, end-to-end type safety, and easy Vercel deployment, this template provides everything you need for MVPs and production projects.

Launch scalable web applications faster with our Next.js FastAPI Template. Featuring full async support, end-to-end type safety, and easy Vercel deployment, this template provides everything you need for MVPs and production projects.

placeholder background

Modernizing a Vue.js Stack: a migration journey

Learn from our experience migrating three Vue.js applications from Version 2 to 3, featuring key challenges and practical lessons learned.

Learn from our experience migrating three Vue.js applications from Version 2 to 3, featuring key challenges and practical lessons learned.

placeholder background

Modernizing a Vue.js Stack: a migration journey

Learn from our experience migrating three Vue.js applications from Version 2 to 3, featuring key challenges and practical lessons learned.

Learn from our experience migrating three Vue.js applications from Version 2 to 3, featuring key challenges and practical lessons learned.

placeholder background

Building secure patient-provider communication: a Medplum Chat App example

Secure and integrated patient-provider communication is key for mHealth startups. Discover our tutorial on this React Native chat app that uses Medplum as the backend.

Secure and integrated patient-provider communication is key for mHealth startups. Discover our tutorial on this React Native chat app that uses Medplum as the backend.

placeholder background

Building secure patient-provider communication: a Medplum Chat App example

Secure and integrated patient-provider communication is key for mHealth startups. Discover our tutorial on this React Native chat app that uses Medplum as the backend.

Secure and integrated patient-provider communication is key for mHealth startups. Discover our tutorial on this React Native chat app that uses Medplum as the backend.

placeholder background

React Native and falsy values: a common gotcha

Learn how conditional rendering and empty strings behave differently in React Native compared to React web, and discover how to avoid common runtime errors when transitioning between platforms.

Learn how conditional rendering and empty strings behave differently in React Native compared to React web, and discover how to avoid common runtime errors when transitioning between platforms.

placeholder background

React Native and falsy values: a common gotcha

Learn how conditional rendering and empty strings behave differently in React Native compared to React web, and discover how to avoid common runtime errors when transitioning between platforms.

Learn how conditional rendering and empty strings behave differently in React Native compared to React web, and discover how to avoid common runtime errors when transitioning between platforms.

placeholder background

Generating API clients in monorepos with FastAPI & Next.js

Eliminate manual API client updates in your monorepo: a guide to seamless, type-safe integration between FastAPI, Next.js, and @hey-api/openapi-ts.

Eliminate manual API client updates in your monorepo: a guide to seamless, type-safe integration between FastAPI, Next.js, and @hey-api/openapi-ts.

placeholder background

Generating API clients in monorepos with FastAPI & Next.js

Eliminate manual API client updates in your monorepo: a guide to seamless, type-safe integration between FastAPI, Next.js, and @hey-api/openapi-ts.

Eliminate manual API client updates in your monorepo: a guide to seamless, type-safe integration between FastAPI, Next.js, and @hey-api/openapi-ts.

placeholder background

Next-level security: how to hack-proof your Next.js applications

Secure your Next.js applications with best practices: authentication, XSS prevention, CSRF protection, and data handling strategies to safeguard user data and application integrity.

Secure your Next.js applications with best practices: authentication, XSS prevention, CSRF protection, and data handling strategies to safeguard user data and application integrity.

placeholder background

Next-level security: how to hack-proof your Next.js applications

Secure your Next.js applications with best practices: authentication, XSS prevention, CSRF protection, and data handling strategies to safeguard user data and application integrity.

Secure your Next.js applications with best practices: authentication, XSS prevention, CSRF protection, and data handling strategies to safeguard user data and application integrity.

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

A/Bout Testing: optimizing experiments for better decisions

In this post we will go through all the steps to adopt A/B testing as a common practice on your project. TL;DR Follow up our checklist with all the insights gathered from doing A/B tests on our projects: A/B Testing Checklist & A/B Testing Checklist Repository

In this post we will go through all the steps to adopt A/B testing as a common practice on your project. TL;DR Follow up our checklist with all the insights gathered from doing A/B tests on our projects: A/B Testing Checklist & A/B Testing Checklist Repository

placeholder background

A/Bout Testing: optimizing experiments for better decisions

In this post we will go through all the steps to adopt A/B testing as a common practice on your project. TL;DR Follow up our checklist with all the insights gathered from doing A/B tests on our projects: A/B Testing Checklist & A/B Testing Checklist Repository

In this post we will go through all the steps to adopt A/B testing as a common practice on your project. TL;DR Follow up our checklist with all the insights gathered from doing A/B tests on our projects: A/B Testing Checklist & A/B Testing Checklist Repository

placeholder background

How to ensure your Celery Beat tasks are working

Celery is a great tool to run asynchronous tasks. It handles situations where you don't want to lock web requests with time consuming operations or when you want things to happen after some time or even in specific date/time in the future.

Celery is a great tool to run asynchronous tasks. It handles situations where you don't want to lock web requests with time consuming operations or when you want things to happen after some time or even in specific date/time in the future.

placeholder background

How to ensure your Celery Beat tasks are working

Celery is a great tool to run asynchronous tasks. It handles situations where you don't want to lock web requests with time consuming operations or when you want things to happen after some time or even in specific date/time in the future.

Celery is a great tool to run asynchronous tasks. It handles situations where you don't want to lock web requests with time consuming operations or when you want things to happen after some time or even in specific date/time in the future.

placeholder background

Responsive layout with Flexbox for dynamic element counts

The CSS3 Flexible Box, or Flexbox, is a layout mode providing for the arrangement of elements on a page such that the elements behave predictably when the page layout must accommodate different screen sizes and different display devices.

The CSS3 Flexible Box, or Flexbox, is a layout mode providing for the arrangement of elements on a page such that the elements behave predictably when the page layout must accommodate different screen sizes and different display devices.

placeholder background

Responsive layout with Flexbox for dynamic element counts

The CSS3 Flexible Box, or Flexbox, is a layout mode providing for the arrangement of elements on a page such that the elements behave predictably when the page layout must accommodate different screen sizes and different display devices.

The CSS3 Flexible Box, or Flexbox, is a layout mode providing for the arrangement of elements on a page such that the elements behave predictably when the page layout must accommodate different screen sizes and different display devices.

placeholder background

5 tools to help develop and test APIs

Here are some very useful tools that can assist you while developing, debugging and testing web APIs.

Here are some very useful tools that can assist you while developing, debugging and testing web APIs.

placeholder background

5 tools to help develop and test APIs

Here are some very useful tools that can assist you while developing, debugging and testing web APIs.

Here are some very useful tools that can assist you while developing, debugging and testing web APIs.