Giter Club home page Giter Club logo

learning-resources's Introduction

Learning Resources

Learning Processes and Resources

What does this repo accomplish

Learning Resources is an exercise based repo for beginner to intermediate learners. It is designed to teach fundemental concepts of computer science and programming. It also can be used as an exercise tool for individuals changing between languages.

The exercises are based on teaching computational logic and reasoning while also teaching syntax. As such, each section will not be syntax driven only, it's designed to teach you the core concepts of programming as you progress through the course. Recommendations are to fork the repo to your own github user, and then push your solutions to your own git repo as you finish them.

System Setup

Javascript Setup

  • Confirm your system has the latest node version installed
  • After installation you should be able to run node --version and get the version data back

Go Setup

  • Confirm your system has the latest Go Version installed
  • After installation you should be able to run go version and get the version data back

Rust Setup

  • Confirm your system has the latest Rust Version installed
  • After installation you should be able to run cargo --version

How to use this package

The learning resources are broken down into folders defined as lessons. Each lesson with have a README.md which explains the concept as a general whole. There will be multiple files for each indivdual language. Feel free to either:

  • Pick one language and run through the examples in a single language
  • Execute the same exercise in each language, in order to understand the concept across multiple languages

How to run

Javascript run

  • node main.js in the lesson of choice

Go Run

  • go run main.go in the lesson of choice

Rust run

  • go into the lesson of choice with a terminal
  • run rustc main.rs
  • run ./main

learning-resources's People

Contributors

loghen41 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.