Tag:web
All the articles with the tag "web".
- Django Dynamic Email SettingsPosted on:December 10, 2017- Django DES allows Django administrators to configure email settings in real-time using the Django Admin Panel. 
- django-pwned-passwordsPosted on:August 5, 2017- django-pwned-passwords is a Django Password Validator that automatically and securely checks users' passwords against a database of breached passwords. 
- LESS Color Schemes using GruntPosted on:January 26, 2016- Deploying Ruby on Rails on a DigitalOcean Droplet running CentOS and Phusion Passenger. Have a web server running in 20 minutes! 
- Sort Apps in the Django AdminPosted on:May 18, 2017- The Django admin panel sorts applications by alphabetical order. Using a bit of code, you can customize the Django app order in settings.py. 
- Managing Dependency Sessions in Serverless Azure: Improving Redis Service ImplementationPosted on:June 25, 2023- This 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. 
- Using NextCloud for Ghost Static FilesPosted on:July 20, 2015- A how-to guide to installing NextCloud alongside ghost with nginx to manage static file hosting for images, javascript, and css. 
- Deploying a Rails App The Easy WayPosted on:July 28, 2015- Deploying Ruby on Rails on a DigitalOcean Droplet running CentOS and Phusion Passenger. Have a web server running in 20 minutes!