It's what happens when there's not enough time during the day...

Finding Python Models

Loading Document Objects to Beanie Dynamically

10 min read / Dec 06, 2021 / Beanie

I have a feeling this post is going to be quite dense. The idea to write it came from an episode of Talk Python where Michael Kennedy interviewed Roman Right, the creator of Beanie, my Python object-document mapper (ODM) of choice for MongoDB.

Using Beanie With FastAPI and MongoDB

Let's Do A Weighted Text Search with... PyMongo?

7 min read / Dec 13, 2021 / MongoDB Beanie
I decided to use MongoDB as the backend database solution for my blog, and as a result, there weren't quite as many resources to refer to when trying to find a specific solution. Ergo, how do I search weighted text fields in MongoDB with Python?