#best-practices
Read more stories on Hashnode
Articles with this tag
A linter is a tool used in programming to statically analyze code for potential errors, bugs, stylistic issues, and deviations from coding standards....
Dockerfile best practices focus on creating efficient, maintainable, and secure Docker images. Here are some key guidelines: Use Official Base...
Problem: Standard output from terraform graph used to visualize the dependency graph is hard to process when the number of resources is increasing....
Problem: Need to improve the output of the standard git log command: Set global git lg alias: git config --global alias.lg "log --color --graph...
Problem: In Git you can fetch all branches from all remotes with git fetch --all. But this method has one downside: fetch will not create local...
Problem: In order to save time and make your life a lot easier when you want to execute multiple Kubernetes commands in one session use command...