Open Source

Created a multi-county COVID check site
After working on a few different angles to make this happen, I finally completed a piece of work to enable Python package authors that use mathematic equations in their package descriptions to rend...
https://github.com/withfig/autocomplete/pull/793 I started working on another fig.io autocomplete a few weeks ago for AWS Copilot CLI, and it finally made enough sense to get merged! There's other ...
https://github.com/withfig/autocomplete/pull/798 I have been playing around recently with the fig.io command line autocomplete tool. It's pretty nice, and the core team have made it pretty easy to ...
(TL,DR: link) I recently decided to invest a little time in the Python Package Index website, which is widely used by almost any project using Python in some fashion. The main engine is called ware...
I started my first attempt to contribute to the Postgres core codebase in June, and after a few review cycles the contribution was committed! https://github.com/postgres/postgres/commit/069d33d0c5a...
Added support for the `COMMENT ON` syntax for Postgres dialect for the `sqlfluff` tool, along with a couple of other minor tweaks. Main change here: https://github.com/sqlfluff/sqlfluff/pull/1358
I released my first pytest plugin - pytest-socket, designed to aid with testing code in isolation from network activity. https://github.com/miketheman/pytest-socket
Wrote a Scout plugin to monitor Zookeeper clusters. It was also my first pull request on GitHub - which was merged and added to the SaaS platform. It was a great introduction to Ruby socket manipul...