A. Jesse Jiryu Davis
All Articles
Feed
About
Portfolio
Category: Python
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.
Black Pipe Testing A Connected Application In C
The fourth "black pipe testing" article: testing the MongoDB C Driver with mock_server_t.
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.
Survey: How Do You Use Python With MongoDB?
Do you care about Python 3? Async? NumPy? Take this quick survey on what packages and versions you use, it would help me http://svy.mk/1Mt4UdY
Testing PyMongo As A Black Pipe
The second "black pipe testing" article: testing PyMongo with MockupDB.
"How Do Python Coroutines Work?" Live-Coding Video From Open Source Bridge 2015
The Open Source Bridge conference recently published this video of me building, in barely 30 minutes, a Python 3 async framework.
Announcing PyMongo 2.9
A compatibility bridge between PyMongo 2 and PyMongo 3 APIs.
Black Pipe Testing: Preface
Traditional "black box" testing can't fully validate MongoDB clients and other connected applications. Here's a convenient way to test the whole program.
←
Older
Page 8
Newer
→