Skip to content

Latest commit

 

History

History
106 lines (70 loc) · 4.35 KB

07-Resources.md

File metadata and controls

106 lines (70 loc) · 4.35 KB

Resources

Below, find a list of resources we recommend throughout the cohort.

Basic Installs/Setup

Mac

Windows

Keyboard Shortcuts

How to Google

Example folder setup for smooth class work flow

  • Step 1 : On Windows, open a GitBash window, on Mac, open a Terminal Window
  • Step 2 : Navigate to your "Home" folder with following command : cd ~
  • Step 3 : Create a folder for your classwork and homework : mkdir DataClass
  • Step 4 : Navigate to your class folder : cd ~/DataClass
  • Step 5 : Clone the class GitLab repository :[Link to gitlab] (https://git.bootcampcontent.com/University-of-Texas-at-Austin/UTA-VIRT-DATA-PT-11-2024-U-LOLC)
  • Step 6 : Navigate in to the class repo : cd UTA-VIRT-DATA-PT-11-2024-U-LOLC
  • Step 7 : "Pull" the latest from the class repo : git pull
  • Step 8 : Using the Windows File Explorer or Mac Finder, add your DataClass folder and your UTA-VIRT-DATA-PT-11-2024-U-LOLC folder to your Quick Access list or Favorites list respectively.

** If any issues or questions, we can address during office hours.

CheatSheets to ...well... everything.

CheatSheets to all

Visual Studio Code

VS Code Extensions

To install these you can (a) click on the extensions icon on the left of VSCode and searh for the extension, then click the green "install" button. If there is no install button and there IS a gear, it is already installed. You do NOT need the links, they are there for reference only.

VS Code Settings

set default git editor to VS Code: git config --global core.editor “code”

Git

Markdown (Used for README files)

SQL

Regex

NoSQL

Technical Interviews

Table of Contents

01.Welcome
02.Online Class Norms
03.Breakout Room Norms
04.Slack Norms
05.Keyboard Glossary
06.Keyboard Shortcuts
07.Resources
08.Getting Help