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

React Hooks: how to adopt them in your project

Brief introduction to React Hooks and description of the implementation process in a project at Vinta.

Brief introduction to React Hooks and description of the implementation process in a project at Vinta.

placeholder background

React Hooks: how to adopt them in your project

Brief introduction to React Hooks and description of the implementation process in a project at Vinta.

Brief introduction to React Hooks and description of the implementation process in a project at Vinta.

placeholder background

Becoming digital means more than having your backend on an API

It's not about what technology you use. It's about what business opportunities these technologies can unlock. It's about to offer better customer service. About really listening to your customer, talking, reduce costs and so much more.

It's not about what technology you use. It's about what business opportunities these technologies can unlock. It's about to offer better customer service. About really listening to your customer, talking, reduce costs and so much more.

placeholder background

Becoming digital means more than having your backend on an API

It's not about what technology you use. It's about what business opportunities these technologies can unlock. It's about to offer better customer service. About really listening to your customer, talking, reduce costs and so much more.

It's not about what technology you use. It's about what business opportunities these technologies can unlock. It's about to offer better customer service. About really listening to your customer, talking, reduce costs and so much more.

placeholder background

Django count queries with assertNumQueries: performance testing best practices

Learn how to test the number of database queries in Django using assertNumQueries. Avoid hidden performance issues by writing realistic and scalable unit tests.

Learn how to test the number of database queries in Django using assertNumQueries. Avoid hidden performance issues by writing realistic and scalable unit tests.

placeholder background

Django count queries with assertNumQueries: performance testing best practices

Learn how to test the number of database queries in Django using assertNumQueries. Avoid hidden performance issues by writing realistic and scalable unit tests.

Learn how to test the number of database queries in Django using assertNumQueries. Avoid hidden performance issues by writing realistic and scalable unit tests.

placeholder background

Testing your React components (Part 2)

An overview on React testing, focusing on the concepts of mocks and how Jest makes it pretty easy to work with them.

An overview on React testing, focusing on the concepts of mocks and how Jest makes it pretty easy to work with them.

placeholder background

Testing your React components (Part 2)

An overview on React testing, focusing on the concepts of mocks and how Jest makes it pretty easy to work with them.

An overview on React testing, focusing on the concepts of mocks and how Jest makes it pretty easy to work with them.

placeholder background

Designers and developers: solving friction for better products

Discover valuable insights for designers collaborating with developers. Learn to bridge communication gaps, share knowledge, and work as a cohesive team.

Discover valuable insights for designers collaborating with developers. Learn to bridge communication gaps, share knowledge, and work as a cohesive team.

placeholder background

Designers and developers: solving friction for better products

Discover valuable insights for designers collaborating with developers. Learn to bridge communication gaps, share knowledge, and work as a cohesive team.

Discover valuable insights for designers collaborating with developers. Learn to bridge communication gaps, share knowledge, and work as a cohesive team.

placeholder background

Testing your React components (Part 1)

Testing your project is an important way to assure your (and your team's) trust towards the code you wrote. At Vinta, we are very familiar with backend testing and doing so in our Django projects is a mandatory part of our development process.

Testing your project is an important way to assure your (and your team's) trust towards the code you wrote. At Vinta, we are very familiar with backend testing and doing so in our Django projects is a mandatory part of our development process.

placeholder background

Testing your React components (Part 1)

Testing your project is an important way to assure your (and your team's) trust towards the code you wrote. At Vinta, we are very familiar with backend testing and doing so in our Django projects is a mandatory part of our development process.

Testing your project is an important way to assure your (and your team's) trust towards the code you wrote. At Vinta, we are very familiar with backend testing and doing so in our Django projects is a mandatory part of our development process.

placeholder background

PyGotham 2018 talks: highlights and insights

Here you'll find all of our talks at PyGotham 2018.

Here you'll find all of our talks at PyGotham 2018.

placeholder background

PyGotham 2018 talks: highlights and insights

Here you'll find all of our talks at PyGotham 2018.

Here you'll find all of our talks at PyGotham 2018.

placeholder background

Pull Requests: Merging good practices into your project (part 3)

Although known by most, Pull Requests are often not dealt with in the most effective way. Believe it or not, there are teams that don’t review code at all!

Although known by most, Pull Requests are often not dealt with in the most effective way. Believe it or not, there are teams that don’t review code at all!

placeholder background

Pull Requests: Merging good practices into your project (part 3)

Although known by most, Pull Requests are often not dealt with in the most effective way. Believe it or not, there are teams that don’t review code at all!

Although known by most, Pull Requests are often not dealt with in the most effective way. Believe it or not, there are teams that don’t review code at all!

placeholder background

Pull Requests: merging good practices into your project (Part 2)

Although known by most, Pull Requests are often not dealt with in the most effective way. Believe it or not, there are teams that don’t review code at all!

Although known by most, Pull Requests are often not dealt with in the most effective way. Believe it or not, there are teams that don’t review code at all!

placeholder background

Pull Requests: merging good practices into your project (Part 2)

Although known by most, Pull Requests are often not dealt with in the most effective way. Believe it or not, there are teams that don’t review code at all!

Although known by most, Pull Requests are often not dealt with in the most effective way. Believe it or not, there are teams that don’t review code at all!

placeholder background

Pull Requests: Merging good practices into your project (part 1)

Although known by most, Pull Requests are often not dealt with in the most effective way. Believe it or not, there are teams that don’t review code at all!

Although known by most, Pull Requests are often not dealt with in the most effective way. Believe it or not, there are teams that don’t review code at all!

placeholder background

Pull Requests: Merging good practices into your project (part 1)

Although known by most, Pull Requests are often not dealt with in the most effective way. Believe it or not, there are teams that don’t review code at all!

Although known by most, Pull Requests are often not dealt with in the most effective way. Believe it or not, there are teams that don’t review code at all!

placeholder background

Mastering time series forecasting with Python: step-by-step guide

Discover how to master time series forecasting with Python using real-world techniques and tools.

Discover how to master time series forecasting with Python using real-world techniques and tools.

placeholder background

Mastering time series forecasting with Python: step-by-step guide

Discover how to master time series forecasting with Python using real-world techniques and tools.

Discover how to master time series forecasting with Python using real-world techniques and tools.

placeholder background

Taming irreversibility with feature flags in Python

Feature Flags are a simple technique to make features of your application quickly toggleable. The way it works is, every time we change some behavior in our software, a logical branch is created. This new behavior is only accessible if some specific configuration variable is set or, in certain cases, if the application context respects some rules.

Feature Flags are a simple technique to make features of your application quickly toggleable. The way it works is, every time we change some behavior in our software, a logical branch is created. This new behavior is only accessible if some specific configuration variable is set or, in certain cases, if the application context respects some rules.

placeholder background

Taming irreversibility with feature flags in Python

Feature Flags are a simple technique to make features of your application quickly toggleable. The way it works is, every time we change some behavior in our software, a logical branch is created. This new behavior is only accessible if some specific configuration variable is set or, in certain cases, if the application context respects some rules.

Feature Flags are a simple technique to make features of your application quickly toggleable. The way it works is, every time we change some behavior in our software, a logical branch is created. This new behavior is only accessible if some specific configuration variable is set or, in certain cases, if the application context respects some rules.