-
Terraform
Terraform is an infrastructure as code tool that enables you to safely and predictably provision and manage infrastructure in any cloud. You do not need to name files as main.tf, variables.tf, or outputs.tf specifically. Terraform reads all .tf files in a directory, regardless of their names, and merges the configuration to form a unified plan. A…
-
GitOps
GitOps is an operational framework that takes DevOps best practices used for application development such as version control, collaboration, compliance, and CI/CD, and applies them to infrastructure automation.
-
ChatGPT
ChatGPT is an AI chatbot developed by OpenAI that uses natural language processing to engage in human-like conversations. It can answer questions, provide explanations, assist with various tasks, and generate creative content. It’s built on the GPT (Generative Pre-trained Transformer) architecture, with versions like GPT-3.5 and GPT-4 offering different levels of performance and capabilities.
-
Take a step back
“Take a step back” is a metaphorical phrase that means to pause, reflect, and gain a broader perspective on a situation. It’s often used to emphasize the importance of detachment and objectivity in decision-making.
-
Situational Leadership
Situational Leadership is the idea that effective leaders adapt their style to each situation. No one style is appropriate for all situations. Leaders may use a different style in each situation, even when working with the same team, followers or employees.
-
Situational Awareness
Situational awareness is the understanding of an environment, its elements, and how it changes with respect to time or other factors. Situational awareness is important for effective decision making in many environments
-
Python
Setting up a Python environment for AWS cloud
-
Makefile
make is not limited to C/C++ programs. You can use it to organize shell commands as well. a simple example of Makefile: Note: Makefiles must be indented using TABs and not spaces or make will fail. Here is the output of running the above example: Another example of Makefile : Here is the output:
-
Gemini
Gemini, formerly known as Bard, is a generative artificial intelligence chatbot developed by Google