Skip to content

Notes

Instead of a notebook, the notes I take from random subjects will appear on my website.

Windows CLI Basics

Win+R to open run boxtype the application you want openedEXPLORER – file explorerCMD – command promptMMC – Microsoft Management ConsoleMSINFO32 – system info pageMSTSC – remote desktopNotepad – notepadCtrl+Shift+Enter… Read More »Windows CLI Basics

JavaScript Notes

JavaScript is a great web-development scripting language that has grown in popularity over the last few decades. Because of its ubiquity, I thought I should put my best foot forward and gain some basic knowledge in the language. Below are some of my notes! Thank you to Codecademy for your Introduction to JavaScript course. This is were I began my journey.

Read More »JavaScript Notes