Ubuntu Summit 2022
My thoughts on the Ubuntu Summit 2022.
Ubuntu Summit 2022 Read More »
According to Amazon, ECS or Elastic Container Service is “a highly scalable, fast, container management service that makes it easy
Setting up a Django super user may be a requirement in your test setup code. The commands used to create
How to automate creating a Django super user Read More »
In a previous article, I discussed four different deployment policies you can employ when deploying applications to AWS. Some of
Changing deployment policies in AWS Read More »
When building or working with docker containers, you may get error messages like the one below relating to a lack
Freeing up space used by docker containers. Read More »
In this post I’ll show you how to encrypt and decrypt strings using the AWS Encryption SDK and AWS KMS.
Encryption using Python and AWS Read More »
AWS Lambda is a serverless compute service that lets you run code without provisioning or managing servers. Using Lambda, you
How to create an AWS Lambda layer Read More »
This post discusses the most common deployment methods: all at once, rolling, immutable, and blue/green.
AWS: Deployment methods Read More »
This post explains how to install and setup nginx as a reverse proxy to gunicorn and web server to serve static files in Django.
Setting up Django for Deployment: Nginx Read More »