Skip to content

Commit

Permalink
Fixed dates on the homepage + drafted the assessment
Browse files Browse the repository at this point in the history
  • Loading branch information
wisebaldone committed Jan 20, 2024
1 parent 846ea77 commit 2d8ef9c
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -76,106 +76,106 @@ <h2>Schedule</h2>
<tbody>
<tr>
<th scope="row">1</th>
<td>Feb 20</td>
<td>Feb 19</td>
<td>
Software Architecture<br/> Layered Architecture
</td>
<td><a href="/schedule#week1">Content</a></td>
</tr>
<tr>
<th scope="row">2</th>
<td>Feb 27</td>
<td>Feb 26</td>
<td>
Security Principles<br/> Architectural Views<br/> Architecture Decision Records<br/> Pipeline Architecture
</td>
<td><a href="/schedule#week2">Content</a></td>
</tr>
<tr>
<th scope="row">3</th>
<td>Mar 6</td>
<td>Mar 4</td>
<td>
Containers<br/> Microkernal Architecture
</td>
<td><a href="/schedule#week3">Content</a></td>
</tr>
<tr>
<th scope="row">4</th>
<td>Mar 13</td>
<td>Mar 11</td>
<td>
Service-based Architecture<br/> Infrastructure as Code
</td>
<td><a href="/schedule#week4">Content</a></td>
</tr>
<tr>
<th scope="row">5</th>
<td>Mar 20</td>
<td>Mar 18</td>
<td>
Distributed Systems I<br/> Event-driven Architecture
</td>
<td><a href="/schedule#week5">Content</a></td>
</tr>
<tr>
<th scope="row">6</th>
<td>Mar 27</td>
<td>Mar 25</td>
<td>
Distributed Systems II<br/> Technical Documentation
</td>
<td><a href="/schedule#week6">Content</a></td>
</tr>
<tr>
<td colspan=4 class="text-center">Mid-semester break</td>
</tr>
<tr>
<th scope="row">7</th>
<td>Apr 3</td>
<td>Apr 8</td>
<td>
Microservices Architecture<br/> Message Queues
</td>
<td><a href="/schedule#week7">Content</a></td>
</tr>
<tr>
<td colspan=4 class="text-center">Mid-semester break</td>
</tr>
<tr>
<th scope="row">8</th>
<td>Apr 17</td>
<td>Apr 15</td>
<td>
Microservices Architecture (cont.)<br/> Monitoring &amp; Logging
</td>
<td><a href="/schedule#week8">Content</a></td>
</tr>
<tr>
<th scope="row">9</th>
<td>Apr 24</td>
<td>Apr 22</td>
<td>
Distributed Systems III
</td>
<td><a href="/schedule#week9">Content</a></td>
</tr>
<tr>
<th scope="row">10</th>
<td>May 1 (Labour Day)</td>
<td>Apr 29</td>
<td>
Catch Up Week (No New Content)
</td>
<td><a href="/schedule#week10">Content</a></td>
</tr>
<tr>
<th scope="row">11</th>
<td>May 8</td>
<td>May 6</td>
<td>
Serverless Architecture<br/> Deployment Strategies
</td>
<td><a href="/schedule#week11">Content</a></td>
</tr>
<tr>
<th scope="row">12</th>
<td>May 15</td>
<td>May 13</td>
<td>
Veracode Architecture Survey <!-- <br/> Security <!-- <br /> Space-based Architecture -->
</td>
<td><a href="/schedule#week12">Content</a></td>
</tr>
<tr>
<th scope="row">13</th>
<td>May 22</td>
<td>May 20</td>
<td>
Decomposing Monoliths<br/> Soft Skills for Architects<br/> Software Engineering Research
</td>
Expand All @@ -186,7 +186,7 @@ <h2>Schedule</h2>

<h2>Assessment</h2>

<table class="table">
<table class="table draft">
<thead>
<tr>
<th scope="col">Assessment</th>
Expand Down

0 comments on commit 2d8ef9c

Please sign in to comment.