Cointop

Cointop is a CLI utility written in Go to track cryptocurrencies. My contribution to Cointop was to make sure that the configuration file was read from and added to the user’s declared config directory otherwise it would use a standardized path. The previous behavior would override the user’s config directory. For instance on Linux if you had $XDG_CONFIG_HOME defined the config.toml file for Cointop would be placed into $XDG_CONFIG_HOME/.config/cointop/ rather than $XDG_CONFIG_HOME/cointop/....

August 10, 2020 · Jacob Biehler

Conveyor

Conveyor is a series of frontend libraries for building an AutoInvent (which is a portmanteau of Automatic Inventory) application. It contains the following packages: conveyor is a dashboard generator for inventory data conveyor-redux generates reducers and epics for use with conveyor conveyor-schema is a schema helper library for conveyor magql-query is a query builder and request tool for communicating with a magql backend My contributions to conveyor were mostly to conveyor and conveyor-redux....

January 17, 2020 · Jacob Biehler

Magql

Magql is a GraphQL framework for Python. It generates full-featured, customizable GraphQL API for your data. My contributions to Magql was to automatically generate the proper primary key types from SQL to GraphQL. You can find all my commits to magql on the GitHub page Skills used: Python Flask GraphQL

January 7, 2020 · Jacob Biehler