Howto Articles (27)
- Converting Markdown Headers to Checklist
For those times when you write out a long markdown document that you want to convert to a checklist.
- Configuring Sphinx Auto-Doc with projects having Django dependencies
How to make it so projects with Django as a dependency benefit from Sphinx's auto-documentation features.
- Getting s3 pre-signed URLS using the Node.js AWS SDK v3
An easy-to-find copy/pastable reference for creating pre-signed URLs for getting of files using the Node.js AWS SDK v3.
- Autodocumenting Makefiles
Make Your Makefiles Make Your Day!
- Switching between VSCode terminals using hotkeys
By default VSCode doesn't include this keybinding. Here's how you add it.
- Git Cheatsheet
My list of simple and complex git commands and operations.
- Implemementing Manual Schema with Django REST Framework
Implementing a manual schema in Django REST Framework
- Why Doesn't Python Have Switch/Case?
- Setting up LaTeX on Mac OS X
- Building Conda Packages for Multiple Operating Systems
- Adding Django form instance attributes
- Filepicker.io and South
2013-4-23 - Generating NCX files with Python
2013-4-15 - Exceptions as Decorator Arguments
- The Easy Form Views Pattern Controversy
- Stay with the Django CBV defaults!
- Case Study: URL Design for petcheatsheets.com
- Django GetOrCreateView
- Installing Pycairo on Mountain Lion
- Python dictionary as a class
- Attaching custom exceptions to functions and classes
- Django Update View Without Slug in the URL
- Simple HTTP Basic Auth Wall
- Django Class Based View: email form with CAPTCHA
- Simple Django email form using CBV
- Parsing MongoDB URI
- Capturing shell output in Python