Git Product home page Git Product logo

workshopsetup's Introduction

Assignment #0: Workshop 1 Setup!

To ensure we make the most of our time together, we will need you to install a couple things before the workshop begins:

If you have any issues installing these, feel free to reach out to a pod leader, ask in the workshop-questions Discord channel, or contact me at [email protected].

Visual Studio Code

The only IDE you'll ever need

VS Code is the most popular IDE out there for software development, and it's completely free! You can install different extensions to customize VS Code as you wish, and code in any language you like! You can download it at:

https://code.visualstudio.com

Node.js

Javascript's runtime environment

Node.js is a way for your computer to interpret and run the Javascript code we'll be writing. It also comes with the Node Package Manager (npm), which will allow you to import libraries such as React, Express, etc. You can download it at:

https://nodejs.org/en/download/

Git and GitHub

Save and share your code

Git is a "Version Control System" that allows you to do many things such as save your code, create different versions of your code in "branches," or revert to an older version of your code. It is incredibly useful for collaboration between developers, and allows us to save our current progress in the event of a costly mistake later on.

With over 73 million developers in 2021, GitHub is the most popular way to share and collaborate on coding projects. You will need Git and GitHub in CS 3251 and onwards.

Instructions to download Git are found here: https://git-scm.com/book/en/v2/Getting-Started-Installing-Git

Signing up for GitHub is simple, and can be done here: https://github.com/signup

And that's it! We look forward to seeing you at our first workshop, Tuesday 6-7:30 in the Jacobs Auditorium!

- The VandyHacks Content Team

workshopsetup's People

Contributors

kevjin02 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.