About This Site
These are supplemental learning resources created by me for students taking Fullstack Academy’s Amazon Career Choice program. These guides and references are made at the request of the students. Please feel free to send me a message if you would like to request for a page to be made about any topic.
Removing Git Repo
Sometimes you may accidentally create a GitHub repo where you weren’t supposed to. It can happen when you can accidentally run ‘‘‘git init’’’ in the wrong folder. You should be able to know if this happened if you notice files that aren’t in your project folder being tracked by git. How to fix 1. Locate the the source directory of the your git repository. From your terminal, you can locate the directory of your git repo by running:...
Getting Started with Git
This post introduces information relating to the basics of using git containing quick references for initializing a git repository, cloning a repository, and checking if you are currently within a git repository. Checking for a git repository The fastest way to know if you are currently within a git repository at your current directory is to run: git status You are not within a git repository if you see the following output:...
This website was made with Hugo
This website wasn’t coded with HTML, CSS, and JavaScript. It was actually coded using HUGO, which has the ability to generate static websites from markdown files. Websites built with HUGO are also known to be blazingly fast. I wouldn’t recommend learning HUGO just yet since it’s important to build a strong foundation with HTML, CSS, JavaScript, & React. Bonus: Running this website locally: To run this project locally, follow the installation steps for installing HUGO....
YouTube Channels
This is a general list of YouTube Channels I would recommend following: Fireship Theo t3.gg ThePrimeagen Don the Developer Joma Tech Forrest Knight