Hi, i'm a software developer experimenting with independent commercial and for-fun projects. This is my webpage about that.
Email | GitHub

Projects

Pickle - A Slack app for assigning tasks by rotation and using rotations in Slack workflows.
Lagomorpha - A cute educational game about rabbit behaviour and intelligence. More info coming soon.

Blog

Pickle - Upcoming Features - Update 1 -

Features that I expect to be available on Pickle production within the next 4 weeks

Pickle #pickle #slack
A mixed code/visual designer for UIs and assets -

A UI and asset designer with some of the conveniences you'd find in visual design tools.

Experiments #experiment #tools #ui
SQL Alchemy and MySQL JSON -

SQLAlchemy and MySQL 5.7+ support JSON datatypes. I used it in parts of my application instead of traditional columns, here's what I learned.

Development #database #sqlalchemy
Handling Flask application context for slack_bolt -

How to fix the RuntimeError: No application found exception when using flask-sqlalchemy with slack_bolt.

Development #flask #slack #python