Tag: Best Practices
Browse all articles, tutorials, and guides about Best Practices
Posts
⌘K
Docker
2025-05-02|8 min read
Understanding the Difference Between CMD and ENTRYPOINT in Dockerfiles
Learn how CMD and ENTRYPOINT instructions work, how they interact with each other, and when to use each one for more flexible Docker containers.
Terraform
2025-03-21|6 min read
Best practices when using Terraform?
Discover essential best practices for using Terraform to manage your infrastructure effectively and securely.
Terraform
2025-01-23|6 min read
Should .terraform.lock.hcl Be in .gitignore? (The Answer Might Surprise You)
The .terraform.lock.hcl file causes confusion for many Terraform users. Learn why you should commit it to version control and how to handle it properly.
Git
2024-12-04|6 min read
How to Modify Existing, Unpushed Commit Messages
Learn how to change commit messages for unpushed commits using git commit --amend and interactive rebase. Learn message editing techniques for clean Git history.