Work in progress, eventually the hope is to fill it with a list of links to notes that I have taken on various subjects of interest to me.
An Introduction to Kubernetes
A brief introduction into what problem Kubernetes is used to solve and some of the functionality that it offers.
Docker Tutorial For Beginners
Notes on a brief introduction to docker for beginner use.
Docker Containers 101
Intended to supplement the notes on “Docker Tutorial For Beginners” these notes go into some more detail regarding interacting with and using containers.
What is a Botnet
What is a botnet? How are they controlled? What’s the difference between centralized and peer 2 peer botnets? What kinds of attacks can they perform? Notes on all such questions.
Golang: Channels, Context, and Interfaces
Notes on a brief introduction to channels, context, and Interfaces done by Code With Ryan