Brandon Konkle
Brandon Konkle

Principal Engineer, type system nerd, Rust enthusiast, supporter of social justice, loving husband & father, avid comic & manga reader, 日本語を勉強してる。

Tags


Django

Snippet: Django Columns Filter

I was looking around for an easy way to split lists of items into columns in a way that the number of items in each column would be less than or equal to the number of items in the first column. This prevents a final column with several more items than the others. I came across an old post from Ann…

Brandon Konkle Brandon Konkle

Django-Reporter

This week I finished up the initial release of Django-Reporter [http://github.com/bkonkle/django-reporter], my first open-source project based on work I've done for my full-time employer, Pegasus News. At Pegasus we send daily, weekly, and monthly email reports out to several people. We have a q…

Brandon Konkle Brandon Konkle

DRY Ajax Comments

Back in February, I posted an entry [http://brandonkonkle.com/blog/2009/feb/16/ajax-django-comments-jquery/] about adding Ajax functionality to the built-in comments app. I always intended to go back and improve this method, but didn't get the chance until now. Yesterday I decided to take anothe…

Brandon Konkle Brandon Konkle