Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.18 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.18 KB

Basics

In this workshop, you will setup a local (or virtual environment) consisting of several tools, programming languages, and libraries, to support software engineering work. You will also practice workflows needed to be productive in software engineering.

The primary goal of this workshop is for you have to have installed and learned a set of relevant tools (and processes in your head) for software development.

  1. Setup and Concepts

    Getting started. Learn about terminals. Get some tools on your machine, and windows shell tips.

  2. Shells

    Basic overview of unix shells, data wrangling.

  3. Markdown and IDES

    Overview of markdown basics, lists, code, tables. Recommended editors for code. Creating Github Pages.

  4. Version Control with Git

    Basic overview of git. Interactive tutorials for learning commands.

  5. Virtual Environments

    Tools for creating and managing virtual computing environments.

  6. Task Management

    Using Github issues and Github projects for task management.

  7. Advanced shell topics