Code Monkey home page Code Monkey logo

tutoring's Introduction

Tutoring Resources

Welcome to the repository for my UNSW tutoring notes.

You can find the code it's week's folder, and the slides from the links below.

Week Content Slides
01 JavaScript, Git link
02 JavaScript, Code Style, Git link
03 Code Review, NPM, Testing link
04 Teamwork, Typing, Linting link
05 Express, HTTP, Functions link
07 DRY, Exceptions, Interfaces link
08 Coverage, State Diagrams link
09 Requirements, User Stories, Use Cases link
10 Git, Complexity Analysis, Revision link

Good luck for your studies!

Miscellaneous

Local Setup

I would highly recommend all students in this course setup a local development environment. This course no longer has autotests / give (submissions are done through GitLab), hence there is no need to code on CSE machines. If you are on Windows install and use WSL (feel free to ask me / course forums / the CSESoc Discord on how to set this up). This will allow you have a unix like environment within your operating system which is nice because

  • it simulates the environment of CSE machines
  • a lot of tooling / libraries may only be available for unix systems

and overall, it'll reduce the number of annoying dev related issues you may run into.

To get setup you'll need to install git and node by running the commands in the terminal:

For WSL / UNIX

sudo apt-get update # Update package information so you get the latest versions
sudo apt-get git
sudo apt-get node

For MacOS

Install homebrew first (this is a package manager / MacOS's version of apt and you'll use this to install / update applications and utilities).

brew install git
brew install node

Setup FAQ

What text editor are you using?

How do you get those colours / autocomplete / git details etc in your terminal?

  • My shell (program that the terminal runs) is ZSH and I use plugins such as
    • git
    • zsh-autosuggestions
    • zsh-syntax-highlighting
    • exa (for coloured ls and file icons)

tutoring's People

Contributors

angary avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 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.