- Tech Talks Are Campfires: Jesse's Three Reasons You Should Speak At PyCon
A talk about software doesn't have to be a tour de force. It's just the campfire we gather around so we can be together.
- Motor 0.5 Beta: asyncio, async and await, simple aggregation
My async driver for MongoDB now supports asyncio, and allows "async" and "await" in Python 3.5. Collection.aggregate() is more concise.
- This Blog Runs MongoDB 3.2 rc2
I'm dogfooding the latest release candidate.
- Test MongoDB Failure Scenarios With MockupDB
Fourth in my "black pipe testing" series. How do you test your MongoDB application's reaction to database failures, hangs, and disconnects?
- PyMongo 3.1 Works Around A Funny Performance Flaw In Python 2
PyMongo 3.1 implements performance monitoring, a new GridFS API, and I worked around a flaw that consumes your idle CPU.
- Announcing libbson and libmongoc 1.2.1
An SSL bugfix for pooled clients, domain socket fix, El Capitan build guide.
- Black Pipe Testing A Connected Application In C
The fourth "black pipe testing" article: testing the MongoDB C Driver with mock_server_t.
- Cross-linking Mallard HTML Pages With yelp-build
How to link from pages of one Mallard document to another.
- Survey: What MongoDB C Driver Features Do You Care About?
If you use MongoDB from a C application, what features do you care about? ARM support? More example code? FreeBSD? Take our survey and let us know.
- MockupDB: Testing The MongoDB C Driver With Python
The third "black pipe testing" article: testing libmongoc with MockupDB, a wire protocol server written in Python.