Posts
All the articles I've posted.
Managing Dependency Sessions in Serverless Azure: Improving Redis Service Implementation
Posted on:June 25, 2023This post describes the challenge of working with dependencies that require sessions (databases, redis, etc) in serverless arhcitecture. Namely, how to properly manage session creation and disposal.
Django Dynamic Email Settings
Posted on:December 10, 2017Django DES allows Django administrators to configure email settings in real-time using the Django Admin Panel.
django-pwned-passwords
Posted on:August 5, 2017django-pwned-passwords is a Django Password Validator that automatically and securely checks users' passwords against a database of breached passwords.
Sort Apps in the Django Admin
Posted on:May 18, 2017The Django admin panel sorts applications by alphabetical order. Using a bit of code, you can customize the Django app order in settings.py.
Solved Update unavailable with this Apple ID
Posted on:January 31, 2017If the applications arrived in an "unregistered" state, there must be some way to revert them to that state. Surely enough, there is.
LESS Color Schemes using Grunt
Posted on:January 26, 2016Deploying Ruby on Rails on a DigitalOcean Droplet running CentOS and Phusion Passenger. Have a web server running in 20 minutes!