AWS EC2 Fundamentals
Elastic Compute Cloud or EC2 is an AWS service that gives you the ability to rent virtual machines, store data on them and automatically scale them up or down based on demand or traffic.
AWS EC2 Fundamentals Read More »
Elastic Compute Cloud or EC2 is an AWS service that gives you the ability to rent virtual machines, store data on them and automatically scale them up or down based on demand or traffic.
AWS EC2 Fundamentals 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 »