JavaScript notes Below you'll find my personal notes I've taken throughout my JavaScript journey. This is information I have been working on/with for weeks now. Enjoy! let and const are your main line …
Directory Creation || Bash
What's a directory? Directories are paths in your computer in which files are stored. You might be a lot more familiar with directories than you think! For example, your desktop is a directory. You …
The Magic Touch || Bash
What is the magic touch? What if I told you that you have the power to create and destroy life with your very fingertips? You have such might that you can bring something into existence, and remove it …
The Beginning || Bash
What is Bash? Bash is a coding language similar to Zsh. It is commonly used to navigate your computer without the hastle of using a mouse. Bash also allows you to see hidden files, change permissions …
Let’s Get Fancy! || CSS
What is CSS? CSS is a language that allows you to change the appearance of your web page. You can use CSS to customize your site and make it unique! How do I use CSS? Start off by creating an HTML …
Editing Text || CSS
CSS Text One of the most important things about building a web page is that it looks and feels good. Sometimes you might want your text to be bigger, a different font, or even a color that stands out …