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

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

Inside Vinta's HIPAA compliance blueprint: partners, training and security-first framework

Discover how Vinta implements comprehensive HIPAA compliance through strategic partnerships and a battle-tested approach to protecting PHI as a trusted Business Associate.

Discover how Vinta implements comprehensive HIPAA compliance through strategic partnerships and a battle-tested approach to protecting PHI as a trusted Business Associate.

placeholder background

Inside Vinta's HIPAA compliance blueprint: partners, training and security-first framework

Discover how Vinta implements comprehensive HIPAA compliance through strategic partnerships and a battle-tested approach to protecting PHI as a trusted Business Associate.

Discover how Vinta implements comprehensive HIPAA compliance through strategic partnerships and a battle-tested approach to protecting PHI as a trusted Business Associate.

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

FHIR, US Core, and Medplum: navigating healthcare interoperability

Explore how Medplum simplifies healthcare interoperability for developers.

Explore how Medplum simplifies healthcare interoperability for developers.

placeholder background

FHIR, US Core, and Medplum: navigating healthcare interoperability

Explore how Medplum simplifies healthcare interoperability for developers.

Explore how Medplum simplifies healthcare interoperability for developers.

placeholder background

How to use Django REST Framework serializers effectively

Explore the power of Django REST Framework (DRF) serializers in crafting robust APIs. Unlock insights and discover the game-changing drf-rw-serializers tool.

Explore the power of Django REST Framework (DRF) serializers in crafting robust APIs. Unlock insights and discover the game-changing drf-rw-serializers tool.

placeholder background

How to use Django REST Framework serializers effectively

Explore the power of Django REST Framework (DRF) serializers in crafting robust APIs. Unlock insights and discover the game-changing drf-rw-serializers tool.

Explore the power of Django REST Framework (DRF) serializers in crafting robust APIs. Unlock insights and discover the game-changing drf-rw-serializers tool.

placeholder background

Offshore Development Center: types, benefits & how to choose

An offshore development center is the future of the IT market. Its cost-efficiency and high-quality work can be the solution your company is looking for.

An offshore development center is the future of the IT market. Its cost-efficiency and high-quality work can be the solution your company is looking for.

placeholder background

Offshore Development Center: types, benefits & how to choose

An offshore development center is the future of the IT market. Its cost-efficiency and high-quality work can be the solution your company is looking for.

An offshore development center is the future of the IT market. Its cost-efficiency and high-quality work can be the solution your company is looking for.

placeholder background

Staff augmentation for software development: driving business success

Discover how staff augmentation helps CTOs and CEOs scale software teams efficiently, integrate specialized talent, and accelerate development without losing control.

Discover how staff augmentation helps CTOs and CEOs scale software teams efficiently, integrate specialized talent, and accelerate development without losing control.

placeholder background

Staff augmentation for software development: driving business success

Discover how staff augmentation helps CTOs and CEOs scale software teams efficiently, integrate specialized talent, and accelerate development without losing control.

Discover how staff augmentation helps CTOs and CEOs scale software teams efficiently, integrate specialized talent, and accelerate development without losing control.

placeholder background

Why we use Django & what it's used for

In this post, we've gathered all you need to know about Django to show you why this is the perfect framework for your project.

In this post, we've gathered all you need to know about Django to show you why this is the perfect framework for your project.

placeholder background

Why we use Django & what it's used for

In this post, we've gathered all you need to know about Django to show you why this is the perfect framework for your project.

In this post, we've gathered all you need to know about Django to show you why this is the perfect framework for your project.

placeholder background

A Founder's Guide: 3 key metrics to track startup growth

Tracking startup growth is a must! But it can be tricky if you don't know what to measure. Here is a quick overview of the metrics you should be monitoring.

Tracking startup growth is a must! But it can be tricky if you don't know what to measure. Here is a quick overview of the metrics you should be monitoring.

placeholder background

A Founder's Guide: 3 key metrics to track startup growth

Tracking startup growth is a must! But it can be tricky if you don't know what to measure. Here is a quick overview of the metrics you should be monitoring.

Tracking startup growth is a must! But it can be tricky if you don't know what to measure. Here is a quick overview of the metrics you should be monitoring.

placeholder background

Software Development: 8 steps to build features faster & better

Check this step-by-step guide to help you make better features and reduce time in your software development project.

Check this step-by-step guide to help you make better features and reduce time in your software development project.

placeholder background

Software Development: 8 steps to build features faster & better

Check this step-by-step guide to help you make better features and reduce time in your software development project.

Check this step-by-step guide to help you make better features and reduce time in your software development project.

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

Testing the diff

Good unit tests laser focus on the smallest possible scope and are crafted to isolate the functionality from as much external interference as possible. The way to do this is to write tests that self ensure they are testing what we expect them to be testing. Let's see...

Good unit tests laser focus on the smallest possible scope and are crafted to isolate the functionality from as much external interference as possible. The way to do this is to write tests that self ensure they are testing what we expect them to be testing. Let's see...

placeholder background

Testing the diff

Good unit tests laser focus on the smallest possible scope and are crafted to isolate the functionality from as much external interference as possible. The way to do this is to write tests that self ensure they are testing what we expect them to be testing. Let's see...

Good unit tests laser focus on the smallest possible scope and are crafted to isolate the functionality from as much external interference as possible. The way to do this is to write tests that self ensure they are testing what we expect them to be testing. Let's see...