Programming
This is a list of selected programming projects that I have worked on in the past few years.
This is a list of selected programming projects that I have worked on in the past few years.
More recently, I've been maintaining my open source code on my Github account.
In late 2014, Google updated their ReCaptcha service, changing its API. The update significantly changes the appearance and function of ReCaptcha. This has been referred to as ReCaptcha 2 or "nocaptcha recaptcha".
This Django module is intended to be a successor to django-recaptcha to support the new style Google Recaptcha. It borrows a lot of the logic from the django-recaptcha, but has been updated to support the Google change.
Joe Jasinski was the core author of this package. Imaginary Landscape open sourced this app in 2014.
This Django module provides you an API that lets you code Django applications such that those apps can segment themselves into multiple sections and have different settings for each section.
For example, say you want to use the same app under two different url paths and have different behavior (different settings) for both.
/mysite1/myapp/
/mysite2/myapp/
Also, say you want to enable or disable individual apps on those different urls, via an admin interface. Also, say you want to have a consistent way to define settings for those apps.
This module helps you to accomplish those things.
Joe Jasinski was the primary author of this module with help from other team members from Imaginary Landscape. Imaginary Landscape open sourced this project.
This is a configurable set of Ansible Playbooks that provision a Django app with related web services. For example, it allows provisioning of not only the Django project, but the Nginx server, Postgres or MySQL database, Redis and more. It's been designed to easily allow for enabling or disabling various services as well as for provisioning multiple servers.
This is currently a work in progress.
If you are working on a private project with me, please request access to the git.jazstudios.com Gitlab Repository.