> For the complete documentation index, see [llms.txt](https://ecse437.majidbabaei.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ecse437.majidbabaei.com/course-info/course-schedule.md).

# Course Schedule

#### Dates, Topics, and assignments:

<table data-full-width="false"><thead><tr><th width="70">No</th><th width="126" align="center">Date</th><th width="210" align="center">Topics</th><th width="164" align="center">Labs</th><th>Presentations</th></tr></thead><tbody><tr><td>1</td><td align="center">Aug. 31st</td><td align="center">Introduction</td><td align="center"></td><td></td></tr><tr><td>2</td><td align="center">Sept. 5th</td><td align="center">Project Planning</td><td align="center"><strong>Lab1</strong> <br>[due Sept. 19th]</td><td></td></tr><tr><td>3</td><td align="center">Sept. 7th</td><td align="center">Git Concepts 1</td><td align="center"></td><td></td></tr><tr><td>4</td><td align="center">Sept. 12th</td><td align="center">Git Concepts 2</td><td align="center"></td><td></td></tr><tr><td>5</td><td align="center">Sept. 14th</td><td align="center">Git Concepts 3</td><td align="center"></td><td></td></tr><tr><td>6</td><td align="center">Sept. 19th</td><td align="center">Git Concepts 4 <br>+<br>Presentation Session 1 <br>(2 TIME SLOTS)</td><td align="center"><strong>Lab2</strong> <br><strong>[</strong>due Oct. 5th]</td><td>Topics 1 and 2</td></tr><tr><td>7</td><td align="center">Sept. 21st</td><td align="center">Quiz 1</td><td align="center"></td><td></td></tr><tr><td>8</td><td align="center">Sept. 26th</td><td align="center">Code Review</td><td align="center"></td><td></td></tr><tr><td>9</td><td align="center">Sept. 28th</td><td align="center">Gerrit Basics</td><td align="center"></td><td></td></tr><tr><td>10</td><td align="center">Oct. 3rd</td><td align="center">Gerrit Advanced Topics</td><td align="center"></td><td></td></tr><tr><td>11</td><td align="center">Oct. 5th</td><td align="center"><p>Presentation Session 2 </p><p>(3 TIME SLOTS)</p></td><td align="center"><strong>Lab3</strong> <br><strong>[</strong>due Oct. 19th]</td><td>Topics 3 and 4</td></tr><tr><td>12</td><td align="center">Oct. 10th</td><td align="center">FALL BREAK</td><td align="center"></td><td></td></tr><tr><td>13</td><td align="center">Oct. 12th</td><td align="center">Containerization</td><td align="center"></td><td></td></tr><tr><td>14</td><td align="center">Oct. 17th</td><td align="center">Linux Command Line and Docker Intro</td><td align="center"></td><td></td></tr><tr><td>15</td><td align="center">Oct. 19th</td><td align="center">Quiz 2</td><td align="center"><strong>Lab4</strong> <br>[due Nov. 7th]</td><td></td></tr><tr><td>16</td><td align="center">Oct. 24th</td><td align="center">Building Images</td><td align="center"></td><td></td></tr><tr><td>17</td><td align="center">Oct. 26th</td><td align="center">Working with containers</td><td align="center"></td><td></td></tr><tr><td>18</td><td align="center">Oct. 31st</td><td align="center">Multi-Container App</td><td align="center"></td><td></td></tr><tr><td>19</td><td align="center">Nov. 2nd</td><td align="center"><p>Presentation Session 2 </p><p>(2 TIME SLOTS)</p></td><td align="center"></td><td>Topics 5, 6 and 7</td></tr><tr><td>20</td><td align="center">Nov. 7th</td><td align="center">Continuous <br>Integration</td><td align="center"><strong>Lab5</strong> <br>[due Nov. 23rd]</td><td></td></tr><tr><td>21</td><td align="center">Nov. 9th</td><td align="center">Quiz 3</td><td align="center"></td><td></td></tr><tr><td>22</td><td align="center">Nov. 14th</td><td align="center">Continuous <br>Delivery</td><td align="center"></td><td></td></tr><tr><td>23</td><td align="center">Nov. 16th</td><td align="center"><p>Presentation Session 3 </p><p>(3 TIME SLOTS)</p></td><td align="center"></td><td>Topics 8, 9, and 10</td></tr></tbody></table>

<table data-view="cards"><thead><tr><th></th><th></th><th></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td></td><td>See All Presentation Topics</td><td></td><td><a href="/pages/c7PES8LvAARZ21qxYYaK">/pages/c7PES8LvAARZ21qxYYaK</a></td></tr></tbody></table>


---

# 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, and the optional `goal` query parameter:

```
GET https://ecse437.majidbabaei.com/course-info/course-schedule.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
