Introduction

I thought it would be polite to introduce myself and talk through the aim of this website.

My name is Sam and I am the creator of this website, I'm not going to lie the main intentions of this site is to help my own understanding of these topics as they say the best way to learn is through teaching but if anyone else gain anything from this then that's a bonus! The teaching/explaining style will be informal and mainly a discussion of my thoughts with the odd analogy thrown in, as personally this helps.

The main topics covered are in the navigation bar at the top, but more content will be added as I learn more about the ever growing technology industry. Any topic suggestions please send me an email.

Even at the beginning of creating this website I've learned how to add code snippets to HTML:


            const text = "Hello World!"
            console.log(text);