Configuring GPG to sign Git commits
Learn how to create GPG keys and sign git commits using them.
Configuring GPG to sign Git commits Read More »
Learn how to create GPG keys and sign git commits using them.
Configuring GPG to sign Git commits Read More »
An overview of Big O notation with examples
An overview of Big O notation Read More »
Git can be configured to ignore some files in your computer or repository you don’t want to track. These files
Git: Ignoring Files Read More »
Summary of the first two chapters in Clean Code by Robert C. Martin
Clean Code: Chapters 1 & 2 Summary 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 »