Best Websites for DevOps, Cloud etc..
Good websites are worth their weight in gold
I’ve come across a few sites that I must share with you. I’ve used these sites from time to time and they are absolutely invaluable.
Devhints.io
This site shows you how to write/use many popular DevOps, Cloud related tools. Some of my favorites are awscli, Python, BASH, VIM, Ansible and MySQL.
LearnXinYminutes
This site gives you a crash course into many different languages; say markdown, which is what I use for this blog.
JSON Formatter
This website is amazing for parsing JSON code that you get from API responses. I frequently use this to parse the API response from AWS Lambda. I then use the parsed response for developing and testing Lambdas.
Terraform Tutorials
This site walks you through Terraform use cases with actual code. You can use these tutorials to learn the proper way to use Terraform. An added bonus is that you can also grab some of the code presented here to use in your own project.