13 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 elements of an array to two variables. There are many ways of achieving this in python. If you're a javascr...
Environment variables were the standards for passing configurations, keys, and deployment assets in the system for a long time. It's even recommended by the twelve-factor apps guide. No syntax, No composition But the problem is once your configuratio...
No.
A brief guide to hardening your docker image to reduce chances of your system getting pwned.
The Single Responsibility rule states that a class should have a single purpose, and its methods should all be related to that purpose. The Encapsulation rule states that a class’s implementation details should be hidden from its clients as much as ...
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 to monitor which resource are failing, which are deploying effectively. It's hard to track resource...