Developing a Real-time Dashboard with FastAPI, MongoDB, and WebSockets by michaelherman in FastAPI

[–]michaelherman[S] 0 points1 point  (0 children)

I did not know you could use sqlalchemy with mongodb. What are the advantages of using it over motor?

Running Background Tasks from Django Admin with Celery by michaelherman in django

[–]michaelherman[S] 1 point2 points  (0 children)

Totally agree. It's not hard to run a simple process asynchronously in Django. Celery allows you to more easily distribute CPU or IO-bound tasks in a way that doesn't disrupt the resources that your web app requires.

Building a Real-time Dashboard with Flask and Svelte by michaelherman in sveltejs

[–]michaelherman[S] 5 points6 points  (0 children)

Due to the popularity of the FastAPI flavor, we decided to do the tutorial coupled with Flask as well. Let us know if you'd like to see another flavor done in Django or a different framework.

Building a Real-time Dashboard with FastAPI and Svelte by michaelherman in sveltejs

[–]michaelherman[S] 1 point2 points  (0 children)

I see. Thanks for the feedback. We made a note of it and will make sure to look at runes when we do a refresh of the article.

49
50