> For the complete documentation index, see [llms.txt](https://romebell.gitbook.io/seirfx-621/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://romebell.gitbook.io/seirfx-621/readme.md).

# Introduction

You are officially a `Software Engineer`.

Please `download` the following content to your brain 🧠

Please note, this download process will take about `12 weeks`.

Let's enjoy the ride 🎢 `together`. Let's go!

## Instructional Team

| Name                   | Role                    | Slack                    | Email                                       |
| ---------------------- | ----------------------- | ------------------------ | ------------------------------------------- |
| Rome Bell              | Lead Instructor         | @rome                    | <rome.bell@generalassemb.ly>                |
| Joel Gear              | Lead Instructor         | @joel gear               | <joel.gear@generalassemb.ly>                |
| Avisa A Poshtkouhi     | Instructional Associate | @Avisa - IA SEI          | <avisa.avazpourposhtkouhi@generalassemb.ly> |
| Keith(Ohz) Baskerville | Instructional Associate | @Keith (Ohz) Baskerville | <keith.baskerville@generalassemb.ly>        |

## GA SEI Graduation Requirements

General Assembly's courses are pass/fail programs. We have certain requirements in order to be considered a `graduate` of the SEI program:

* No more than 24 hours absent from class over the duration of the course (3 tardies equals 4 hours)
* Successful completion of four assigned projects
* Participating in GA’s mid-course and end-of-course feedback surveys
* Complete 80% of assigned `deliverables`

When you complete our program with passing status, you unlock our alumni perks:

* Support from the Outcomes Team
* Receive a GA Letter of Completion (via email 1 week after graduation)
* Credits and discounts for other GA courses (check with Student Services for details).
* Access to our Alumni Community

## Suggested Repo Structure

```
SEI-621
├── unit-1
│   └── resources
│   └── codealongs
│   └── labs
│   └── deliverables
│           └── command-line-murder-mystery
│           └── css-airbnb
├── unit-2
│   └── resources
│   └── codealongs
│   └── labs
│   └── deliverables
├── unit-3
│   └── resources
│   └── codealongs
│   └── labs
│   └── deliverables
├── unit-4
│   └── resources
│   └── codealongs
│   └── labs
│   └── deliverables
├── projects
|   └── your-game
│   └── your-express-project
│   └── your-MERN-project
│   └── your-final-project
```

### Origin of this Gitbook

Due to the changing nature of course delivery format in response to COVID-19, this course is only offered remotely at this time, and the student pool spans multiple campuses. This version of the notes is tailored for the SEI 59. It will be a working set of documents as SEI instructors continually adapt this originally campus-driven curriculum for the new demands of work-from-home life. The idea is to front-load each day with lessons in the morning, leaving the majority of the afternoon for flexibe workshop/lab time.

## GAMETIME! 😎

## Licensing

1. All content is licensed under a CC-BY-NC-SA 4.0 license.
2. All software code is licensed under GNU GPLv3. For commercial use or alternative licensing, please contact <legal@ga.co>.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://romebell.gitbook.io/seirfx-621/readme.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
