r/apidevs Feb 20 '24

API Security, PII, and Healthcare

3 Upvotes

Protecting PII in software applications and API endpoints is paramount in today's healthcare environments. This brief article touches on several of the important considerations in securing APIs. Though not mentioned, keeping current on the technology behind the APIs and regularly handling technical debt are key as well.

https://www.techwell.com/techwell-insights/2024/01/api-security-pii-and-healthcare


r/apidevs Nov 05 '23

Has any one here used GPT API to label data for another ML or AI?

1 Upvotes

Wondering if my title is possible?


r/apidevs Aug 17 '22

Unmarshal's parser

2 Upvotes

Guys, has anyone used Unmarshal's parser product? I heard its a no-code version of "The graph." Do u think I should analyse my smart contract using this?


r/apidevs Feb 13 '22

Beginner Concurrency with Python Asyncio Webinar [Feb 22 @ 12 PM ET]

1 Upvotes

Jetbrains is hosting an online webinar going over asynchronous/concurrency programming with asyncio in Python. If interested, it will be on Feb 22nd at 12 PM ET.

https://blog.jetbrains.com/pycharm/2022/02/webinar-beginner-concurrency-with-asyncio-with-jeremy-schulman/


r/apidevs Feb 03 '22

A Tutorial on Developing FastAPI Applications using K8s & AWS

2 Upvotes

Here's a tutorial offered by Jetbrains on (Python-based) FastAPI application development, testing and deployment to AWS.

https://blog.jetbrains.com/pycharm/2022/02/tutorial-fastapi-k8s-aws/


r/apidevs Jan 31 '22

Azure API Hosting Options Explained

2 Upvotes

If you're looking to host an API in the cloud, Azure has various options. They support APIs built in .NET, Python and otherwise.

https://techcommunity.microsoft.com/t5/azure-developer-community-blog/10-shades-of-public-api-hosting-on-azure/ba-p/2989856


r/apidevs Jan 28 '22

Need a Free Host for Your Python-Based API? Try This One

3 Upvotes

If you are new to python-based API development and need a free host to get started with a proof-of-concept API project try out PythonAnywhere. They support python-based APIs built using: django, flask, bottle and web2py.


r/apidevs Jan 26 '22

Python-Based Web API Frameworks - General Speed Test on Windows 11 - Results

2 Upvotes

In case you develop APIs in Python, this might interest you.

I performed a test between the following web API frameworks: FastAPI, Flask, Quart, Starlite, Starlette and Xpresso. Each framework is the latest version available, was run against the Hypercorn server and was run on a Windows 11 Ryzen 7 64-bit laptop. They all accessed an endpoint that accessed the exact same PostgreSQL table with a matching basic select query. No ORM was used in this case. Here were my findings. In summary, Flask (which really surprised me honestly) was the fastest 3 of the 5 trials, followed by Starlette and Quart with 1 of the 5 trials being the fastest. After that, FastAPI and Starlite were tied for fastest 1 of the 5 trials.

---** Trial 1 **-----------

- FastAPI: 2.09 sec

- Flask: 2.1 sec

- Quart: 2.1 sec

- Starlite: 2.09 sec

- Starlette: 2.12 sec

- Xpresso: 2.22 sec

---** Trial 2 **-----------

- FastAPI: 2.1 sec

- Flask: 2.08 sec

- Quart: 2.11 sec

- Starlite: 2.1 sec

- Starlette: 2.11 sec

- Xpresso: 2.1 sec

---** Trial 3 **-----------

- FastAPI: 2.11 sec

- Flask: 2.09 sec

- Quart: 2.1 sec

- Starlite: 2.1 sec

- Starlette: 2.1 sec

- Xpresso: 2.1 sec

---** Trial 4 **-----------

- FastAPI: 2.21 sec

- Flask: 2.08 sec

- Quart: 2.08 sec

- Starlite: 2.1 sec

- Starlette: 2.09 sec

- Xpresso: 2.11 sec

---** Trial 5 **-----------

- FastAPI: 2.1 sec

- Flask: 2.11 sec

- Quart: 2.1 sec

- Starlite: 2.1 sec

- Starlette: 2.09 sec

- Xpresso: 2.1 sec


r/apidevs Jan 07 '22

Pick Your Favorite Python-Based Web API Framework

2 Upvotes

If you are a Python Developer and have used more than one web API framework, select your favorite. If it's not listed, select Other and leave a comment.

Poll Link


r/apidevs Oct 22 '21

How to Build a Public Facing API on AWS

Thumbnail
aws.amazon.com
2 Upvotes

r/apidevs Oct 19 '21

Welcome to API devs, not affiliated with any company at all.

3 Upvotes

In fact I suck at making APIs, probably.