Class Materials and Guides

Feel free to explore the various sections, engage with the content, and take advantage of the knowledge at your fingertips. Your success is our priority, and we’re excited to be part of your educational journey. Welcome to a world of resources tailored to you—let’s embark on this exciting adventure together!


  • How To: Create and Sync a New Repository

    Below are step-by-step instructions for both Windows 11 and macOS using Git Bash (Windows) or Terminal (macOS). These instructions assume that you have already created and authenticated your GitHub account. STEP 1: CREATE A NEW REPOSITORY ON GITHUB STEP 2: SET UP A LOCAL REPOSITORY FOR WINDOWS 11 (USING GIT BASH): 1. Open Git Bash:…


  • How To: Install Live Server in VS Code

    Step-by-Step Guide to Installing the Live Server Plugin in Visual Studio Code The Live Server plugin in Visual Studio Code allows you to view your HTML changes instantly in a browser without manually refreshing the page. 1. Open Visual Studio Code 2. Open the Extensions Panel 3. Search for “Live Server” 4. Install the Live Server Extension 5. Open Your Project Folder…


  • How to: screen share with Google Meet

    Screen sharing is crucial in class for various reasons. It can be used to visually demonstrates programming concepts, fosters real-time collaboration, and facilitates remote learning. Additionally, it enables live code reviews, demonstrations of tools and technologies, and enhances student engagement. Overall, it’s an essential tool for effective teaching and learning in coding bootcamp environments. Overview…


  • MacOS – How To: Install Personal Access Token (PAT) for GitHub

    Getting started with GitHub on macOS often requires authenticating your actions with a Personal Access Token (PAT). This guide will walk you through the steps to generate and install a GitHub PAT, ensuring you can securely access your repositories from the command line. Whether you’re new to GitHub or just setting up on a new…