Clone a Remote Git Repo in Visual Studio
In this article, we will demonstrate how to clone a Remote Git Repo to your local Development Machine to be a Local Git Repo
Create GitHub Pages
In this article, we will create a simple website using GitHub Pages. You can see a very simple sample at https://jess1sd.github.io/jess/
Create a New Empty Remote Git Repository on GitHub
In this article, we will learn how to create a new empty GitHub Repository.

Install Visual Code on Windows
What is Visual Code
![]()
Visual Code is Microsoft’s free development tool or IDE (Integrated Development Environment) for both students to learn how to code, as well as for professionals to develop software.
Setup Git on Your Window 10 Machine
What is Git and Why Does it Matter?
Git is a very commonly used version control system. It tracks the changes you made to files.
Git is very useful because it allows you to effectively manage code changes. For this Coding Camp, since we will be hosting our website on GitHub Pages. We will need to install Git locally.
Set up a GitHub Account
What is GitHub?
GitHub is a development platform where you can collaborate with others on software projects.
WordPress Update Error – Yike

After updating to the newer version of WordPress, I was unable to log in as an admin. This page helped: https://wordpress.org/support/article/debugging-in-wordpress/ to.
30-minutes with Node.js – P1
I’ve read about Node.js and finally had a chance to test it out. After 30 minutes, I found it easy to use and very powerful, and would definitely explore some more in the future. This blog documents my short experiment with Node.js
