Explore a customizable intake solution for paperless workflows across records, consent, insurance, payments, and patient-shared data, with open-source QR and SMART Health Links support.
How to build CMS-aligned patient apps for diabetes and obesity management, combining messaging, conversational flows, and accessible patient data.
Integrating with external services is painful. At Vinta, we build and deal with both public and private APIs on the daily basis. Having worked in many of those projects I can safely tell that we are currently in hell when it comes to integrations.
Check out more about Python Brasil talks and what we thought about it!
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.
The term "software multitenancy" refers to a software architecture in which a single instance of software runs on a server and serves multiple tenants.
This blog entry has two main goals. The first one is to help you understand what is function composition. In the second goal, we will deal with two of the best Python modules: operator and functools.
Here are some very useful tools that can assist you while developing, debugging and testing web APIs.
What makes a great programmer? Is it the capability to solve problems? Or the passion for coding? In truth, great programmers know that people matter.
There are many ways to handle permissions in a project. For instance we may have model level permissions, object level permissions, fine grained user permission or role based. Either way we don't need to write any of those from scratch, Django ecosystem has a vast amount of permission handling apps
One of the best ways to learn something is by comparing it to things we already know. This blog post has two main goals. The first one is to introduce the basic concepts of functional programming, and for that we will compare with the main rival paradigm, the imperative programming.
Our world is large, internet isn’t fast everywhere. Web optimization needs to ride along user needs. So don't waste your time with performance if it will not improve user experience. Instead, try to learn about how users are interacting with your page.
We are in the era of Software as a Service and microservices. From the techinical point of view this means we are writting more web APIs than we use to. This also means we need to build clients to free our souls from dealing with bare HTTP. This doesn't mean we should separate this much from HTTP
Talk about what is wrong with API wrappers and how can we do better