My Public Notepad
Bits and bobs about computers and programming
Pages
(Move to ...)
Home
DevOps
Software Engineering
Security
Data Science
Disclaimer
About
▼
Thursday, 11 April 2024
Python Interview Questions
›
Here are some Python interview questions. Good luck! What does the following expression do? if __name__ == "__main__" https://stac...
DevOps Interview Questions
›
Here are some general DevOps interview questions. Good luck! image source: What is DevOps? What is Continuous Integration? What does get in...
Terraform Interview Questions
›
Here are some Terraform Interview Questions with answers and/or links to answers. Good luck! What are the components you created using Terra...
AWS Interview Questions
›
Here are some AWS Interview Questions. Good Luck! AWS IAM Why is using access key pair (Access Key ID and Secret Access Key) a bad practice...
Linux Interview Questions
›
Here are some Linux Interview questions. Good luck! How to check if any application is listening on port 80? How to list all the environment...
Wednesday, 6 March 2024
Go Methods
›
In Go, methods are functions which are associated with some type; this type is called Receiver Type and methods are often called Receiver ...
Monday, 4 March 2024
HashiCorp Packer
›
Packer is a tool for creating (golden) images from a configurable template. Packer configuration file is a JSON file e.g. config.json. conf...
‹
›
Home
View web version