Login
Discover
Waves
Decks
Plus
Login
Signup
Matt White
@typenil
32
Developer
Followers
87
Following
1
Resource Credits
Available
Used
Location
United States
Website
https://mdub.dev/
Created
March 2, 2018
RSS Feed
Subscribe
Blog
Blog
Posts
Comments
Communities
Wallet
typenil
python
2019-12-12 16:15
Hijacking Default Django 'Through' Tables
A few times in the last year, I've run into the need to add some metadata to a Django many-to-many relationship. By default, there's no explicit model to add fields to, but - if you're working on an active
$ 0.056
3
1
typenil
golang
2019-04-20 18:40
GitHub OAuth2 in Go
I've been playing around with Git repository analysis tools recently (my favorite of which is the now-defunct gitinspector), tracking my contributions on a regular basis. These tools can only tell you
$ 0.000
0
typenil
formatting
2019-01-05 22:40
Git Hooks: Autoformat before commit
Autoformatters can be great, keeping diffs small and a code base readable across teams and engineers. Black formatting has been enforced in Lobit builds since day one and I recently added it to the repos
$ 0.000
1
2
typenil
python
2018-07-10 21:30
How to automate Ghost/Medium cross-posting via Zapier
Originally published on my blog: With this blog, I'm eager to automate a lot of the tedium that comes with cross-posting to other platforms. Medium was first on the docket due to its popularity - and I
$ 0.104
1
typenil
python
2018-07-01 01:56
SQLAlchemy + FactoryBoy: Passing arbitrary sessions to factories
In work projects in the past, my team would try to avoid dealing with the complexity of SQLAlchemy database sessions by making one global session that every module referenced. It made things easy and
$ 0.000
4
2