17 followers
We're together in this journey to conquer tech.
This is a strange story. One morning, I woke up and wrote a few lines of code. Then, there came an interesting situation. I need to assign two...
Environment variables were the standards for passing configurations, keys, and deployment assets in the system for a long time. It's even recommended...
No.
A brief guide to hardening your docker image to reduce chances of your system getting pwned. · Hardening Hardening refers to decrease the potential of a...
The Single Responsibility rule states that a class should have a single purpose, and its methods should all be related to that purpose. The...
Splitting tfstate files into multiple environments is very useful when your project is growing so much and you've a very big tfstate file and you need...