Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/umuthopeyildirim/flatironopensource

Flatiron School lessons for graduated students.
https://github.com/umuthopeyildirim/flatironopensource

computer-science data-science javascript python ruby web-development

Last synced: 7 days ago
JSON representation

Flatiron School lessons for graduated students.

Awesome Lists containing this project

README

        

![Header Image](https://raw.githubusercontent.com/umuthopeyildirim/FlatironSchoolOpenSource/main/public/img/fsos.png)
# Flatiron Open Source
This repo contains the lessons and labs for the Flatiron School's Open Source curriculum. The curriculum is designed to teach students JavaScript, Ruby and Python. This repo is a work in progress and will be updated as the curriculum is developed.

> ℹ️ **Note:** You can download vanilla courses by checking releases tab. Here is a [link](https://github.com/umuthopeyildirim/FlatironOpenSource/releases/tag/Courses) to the latest release.

## Table of Contents
* [Usage](#usage)
* [Software Engineering](#software-engineering)
* [Data Structures and Algorithms](#data-structures-and-algorithms)
* [Data Science](#data-science)
* [Product Design](#product-design)
* [Contributing](#contributing)
* [License](#license)

## Usage
### Usage(Frontend)
To use this repo you need to install [node](https://nodejs.org/en/) and [yarn](https://yarnpkg.com/). Once you have those installed, you can run the following commands to start the server:
```bash
yarn
yarn dev
```

### Usage(Backend)
We use Cloudflare Workers for our backend services. To check out installation instructions, please see the [Workers README](workers/README.md).

## Software Engineering
* [Software Engineering Prep](https://flatironopensource.com/course/software-engineering/prep-course)
* [Software Engineering Phase 1](https://flatironopensource.com/course/software-engineering/phase-1)
* [Software Engineering Phase 2](https://flatironopensource.com/course/software-engineering/phase-2)
* [Software Engineering Phase 3 - Python](https://flatironopensource.com/course/software-engineering/phase-3-python)
* [Software Engineering Phase 4 - Flask](https://flatironopensource.com/course/software-engineering/phase-4-flask)
* [Software Engineering Phase 3 - Ruby](https://flatironopensource.com/course/software-engineering/phase-3)
* [Software Engineering Phase 4 - Ruby on Rails](https://flatironopensource.com/course/software-engineering/phase-4)
* [Software Engineering Phase 5](https://flatironopensource.com/course/software-engineering/phase-5)

## Data Science
* [Data Science Prep 2022](https://flatironopensource.com/course/data-science/prep-course)
* [Data Science Phase 1](https://flatironopensource.com/course/data-science/phase-1)
* [Data Science Phase 2](https://flatironopensource.com/course/data-science/phase-2)
* [Data Science Phase 3](https://flatironopensource.com/course/data-science/phase-3)
* [Data Science Phase 4](https://flatironopensource.com/course/data-science/phase-4)
* [Data Science Phase 5](https://flatironopensource.com/course/data-science/phase-5)

## Data Structures and Algorithms
* [Data Structures and Algorithms](https://flatironopensource.com/course/data-structures-and-algorithms/start-course)

## Product Design
* [Product Design Prep](https://flatironopensource.com/course/product-design/prep-course)
* [Product Design Phase 1](https://flatironopensource.com/course/product-design/phase-1)
* [Product Design Phase 2](https://flatironopensource.com/course/product-design/phase-2)
* [Product Design Phase 3](https://flatironopensource.com/course/product-design/phase-3)
* [Product Design Phase 4](https://flatironopensource.com/course/product-design/phase-4)
* [Product Design Phase 5](https://flatironopensource.com/course/product-design/phase-5)

## Contributing
We welcome contributions to the curriculum. Please see the [contributing guidelines](CONTRIBUTING.md) for more information.

## License
While this repo is MIT licensed, the content of the lessons and labs are not. The content is owned by the Flatiron School and is not to be used without permission. Which is under the terms of the [Flatiron School Terms of Service](https://flatironschool.com/tos/).
Flatiron School Learn.co Content License is also used so that the content can be used on Learn.co. The license is available [here](LICENSE.md).