forked from Arquisoft/Arquisoft.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcourse1920.html
258 lines (237 loc) · 10.6 KB
/
course1920.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
<!DOCTYPE html>
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<meta charset="utf-8" />
<title>Software architecture Course 19-20</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="https://dokie.li/media/css/basic.css" media="all" rel="stylesheet" title="Basic" />
<link href="https://dokie.li/media/css/dokieli.css" media="all" rel="stylesheet" />
<script src="https://dokie.li/scripts/dokieli.js"></script>
</head>
<body
about=""
prefix="rdf: http://www.w3.org/1999/02/22-rdf-syntax-ns# rdfs: http://www.w3.org/2000/01/rdf-schema# owl: http://www.w3.org/2002/07/owl# xsd: http://www.w3.org/2001/XMLSchema# dcterms: http://purl.org/dc/terms/ dctypes: http://purl.org/dc/dcmitype/ foaf: http://xmlns.com/foaf/0.1/ pimspace: http://www.w3.org/ns/pim/space# cc: https://creativecommons.org/ns# skos: http://www.w3.org/2004/02/skos/core# prov: http://www.w3.org/ns/prov# qb: http://purl.org/linked-data/cube# schema: http://schema.org/ void: http://rdfs.org/ns/void# rsa: http://www.w3.org/ns/auth/rsa# cert: http://www.w3.org/ns/auth/cert# wgs: http://www.w3.org/2003/01/geo/wgs84_pos# bibo: http://purl.org/ontology/bibo/ sioc: http://rdfs.org/sioc/ns# doap: http://usefulinc.com/ns/doap# dbr: http://dbpedia.org/resource/ dbp: http://dbpedia.org/property/ sio: http://semanticscience.org/resource/ opmw: http://www.opmw.org/ontology/ deo: http://purl.org/spar/deo/ doco: http://purl.org/spar/doco/ cito: http://purl.org/spar/cito/ fabio: http://purl.org/spar/fabio/ oa: http://www.w3.org/ns/oa# as: https://www.w3.org/ns/activitystreams# ldp: http://www.w3.org/ns/ldp# solid: http://www.w3.org/ns/solid/terms# acl: http://www.w3.org/ns/auth/acl# dio: https://w3id.org/dio#"
typeof="schema:CreativeWork sioc:Post prov:Entity">
<main>
<article about="" typeof="schema:Article">
<h1>Software Architecture Course - 2019-20 edition</h1>
<div id="authors">
<ul>
<li><a href="http://labra.weso.es/"
about="http://labra.weso.es#me"
property="schema:name"
typeof="http://xmlns.com/foaf/0.1/Person">Jose Emilio Labra Gayo</a></li>
</ul>
<ul id="affiliations">
<li id="uniovi">
<a
about="http://www.wikidata.org/entity/Q2303432"
rel="schema:url" typeof="schema:Organization"
property="schema:name"
href="http://uniovi.es">University of Oviedo, Spain</a>
</li>
</ul>
</div>
<h2>Lecture note slides</h2>
<ul>
<li>31/Jan/2020 - Presentation in Seminar:
<a href="slides/course1920/EN.ASW.TE01_Presentation.pdf">English</a>,
<a href="slides/course1920/ES.ASW.TE01_Presentacion.pdf">Spanish</a>
</li>
<li>5/Feb/2020 - Definitions:
<a href="slides/course1920/EN.ASW.TE02_Definitions.pdf">English</a>,
<a href="slides/course1920/ES.ASW.Te02_Definiciones.pdf">Spanish</a>
</li>
<li>05/Feb/2020 - Software architecture documentation:
<a href="slides/course1920/EN.ASW.TE03_Documentation.pdf">English</a>,
<a href="slides/course1920/ES.ASW.Te03_Documentacion.pdf">Spanish</a>
</li>
<li>12/Feb/2020 - Role of software architect and quality attributes:
<a href="slides/course1920/EN.ASW.TE04_QualityAttributes.pdf">English</a>,
<a href="slides/course1920/ES.ASW.Te04_AtributosCalidad.pdf">Spanish</a>
</li>
<li>26/Feb/2020 - Sofware taxonomies: Construction and maintenance
<a href="slides/course1920/EN.ASW.TE05_Construction.pdf">English</a>,
<a href="slides/course1920/ES.ASW.Te05_Construccion.pdf">Spanish</a>
</li>
<li>4/Mar/2020 Sofware taxonomies: Modularity
<a href="slides/course1920/EN.ASW.TE06_Modularity.pdf">English</a>,
<a href="slides/course1920/ES.ASW.Te06_Modularidad.pdf">Spanish</a>
</li>
<!--
<li>12/Mar/2019 - Sofware taxonomies: Runtime
<a href="slides/course1819/EN.ASW.TE07_Runtime.pdf">English</a>,
<a href="slides/course1819/ES.ASW.Te07_Comportamiento.pdf">Spanish</a>
</li>
<li>20/Mar/2019 - Conference Software Architecture #10YearsChallenge,
<a href="https://github.com/peibolsang/">Pablo Bermejo</a>
(<a href="http://demo-architecture.s3-website-us-east-1.amazonaws.com/">Slides</a>,
<a href="https://github.com/peibolsang/architecture-presentation">Source code of slides</a>)
</li>
<li>26/Mar/2019 - Sofware taxonomies: Integration
<a href="slides/course1819/EN.ASW.TE08_Integration.pdf">English</a>,
<a href="slides/course1819/ES.ASW.Te08_Integracion.pdf">Spanish</a>
</li>
<li>2/Apr/2019 - Sofware taxonomies: Allocation
<a href="slides/course1819/EN.ASW.TE09_Allocation.pdf">English</a>,
<a href="slides/course1819/ES.ASW.Te09_Disposicion.pdf">Spanish</a>
</li>
<li>2/Apr/2019 - Software architecture and enterprise
<a href="slides/course1819/EN.ASW.TE10_Business.pdf">English</a>,
<a href="slides/course1819/ES.ASW.Te10_Negocio.pdf">Spanish</a>
</li>
<li>12/Jun/2019: Solid presentation, by Mitzi Laszlo (Solid Manager):
<a href="slides/course1819/SolidPresentationOviedo.pdf">English</a>
</li>
<li>12/Jun/2019: Solid Chat Challenge presentation:
<a href="slides/course1819/SolidChatChallenge.pdf">English</a>
</li>
-->
</ul>
<h2 id="seminars">Seminars</h2>
Task description:
<a href="https://labra.solid.community/public/SoftwareArchitecture/SeminarDescription/">English</a>,
<a href="https://labra.solid.community/public/SoftwareArchitecture/EnunciadoSeminario/">Spanish</a>
<h3 id="seminarPresentations">Seminar presentations made by students</h3>
<table>
<tr>
<td>Subject</td>
<td>Seminar Es-1 (Spanish)</td>
<td>Seminar Es-2 (Spanish)</td>
<td>Seminar En (English)</td>
<td>Date</td>
</tr>
<tr>
<td>PlantUML</td>
<td><a href="slides/course1920/seminars/SemEs1-01-PlantUML.pdf">Seminar Es1-01 (Spanish)</a></td>
<td><a href="slides/course1920/seminars/SemEs2-01-PlantUML.pdf">Seminar Es2-01 (Spanish)</a></td>
<td><a href="slides/course1920/seminars/SemEn-01-PlantUML.pdf">Seminar En-01 (English)</a></td>
<td>14-Feb-2020</td>
</tr>
<tr>
<td>Modelio</td>
<td><a href="slides/course1920/seminars/SemEs1-02-Modelio.pdf">Seminar Es1-02 (Spanish)</a></td>
<td><a href="slides/course1920/seminars/SemEs2-02-Modelio.pdf">Seminar Es2-02 (Spanish)</a></td>
<td><a href="slides/course1920/seminars/SemEn02-Modelio.pdf">Seminar En-02 (English)</a></td>
<td>14-Feb-2020</td>
</tr>
<tr>
<td>Yarn</td>
<td><a href="slides/course1920/seminars/SemEs1-03-Yarn.pdf">Seminar Es1-03 (Spanish)</a></td>
<td><a href="slides/course1920/seminars/SemEs2-03-Yarn.pdf">Seminar Es2-03 (Spanish)</a></td>
<td><a href="slides/course1920/seminars/SemEn-03-Yarn.pdf">Seminar En-03 (English)</a></td>
<td>28-Feb-2020</td>
</tr>
<tr>
<td>npx</td>
<td><a href="slides/course1920/seminars/SemEs1-04-npx.pdf">Seminar Es1-04 (Spanish)</a></td>
<td><a href="slides/course1920/seminars/SemEs2-04-npx.pdf">Seminar Es2-04 (Spanish)</a></td>
<td>Seminar En-04 (English)</td>
<td>28-Feb-2020</td>
</tr>
<tr>
<td>Jest</td>
<td>Seminar Es1-05 (Spanish)</td>
<td>Seminar Es2-05 (Spanish)</td>
<td>Seminar En-05 (English)</td>
<td>13-Mar-2020</td>
</tr>
<tr>
<td>Fast-check</td>
<td>Seminar Es1-06 (Spanish)</td>
<td>Seminar Es2-06 (Spanish)</td>
<td>Seminar En-06 (English)</td>
<td>13-Mar-2020</td>
</tr>
<tr>
<td>React native</td>
<td>Seminar Es1-07 (Spanish)</td>
<td>Seminar Es2-07 (Spanish)</td>
<td>Seminar En-07 (English)</td>
<td>27-Mar-2020</td>
</tr>
<tr>
<td>Redux</td>
<td>Seminar Es1-08 (Spanish)</td>
<td>Seminar Es2-08 (Spanish)</td>
<td>Seminar En-08 (English)</td>
<td>27-Mar-2020</td>
</tr>
<tr>
<td>Redis</td>
<td>Seminar Es1-09 (Spanish)</td>
<td>Seminar Es2-09 (Spanish)</td>
<td>Seminar En-09 (English)</td>
<td>17-04-2020</td>
</tr>
<tr>
<td>gRPC</td>
<td>Seminar Es1-10 (Spanish)</td>
<td>Seminar Es2-10 (Spanish)</td>
<td>Seminar En-10 (English)</td>
<td>17-04-2020</td>
</tr>
</table>
<h3>Labs</h3>
Lab Assignment Description:
<a href="https://labra.solid.community/public/SoftwareArchitecture/AssignmentDescription">English</a>,
<a href="https://labra.solid.community/public/SoftwareArchitecture/EnunciadoPractica/">Spanish</a>
<ul>
<li>Day 1. Basic github:
<a href="slides/course1920/labs/EN.ASW.PL01.pdf">English</a>,
<a href="slides/course1920/labs/ES.ASW.PL01_gitBasico_2020.pdf">Spanish</a>
<li>Day 2. Advanced github (branching, git flow, pull requests) and Arc42:
<a href="slides/course1920/labs/EN.ASW.PL02.pdf">English</a>,
<a href="slides/course1920/labs/ES.ASW.PL02_githubAvanzado.pdf">Spanish</a>
<li>Day 3. UML diagrams (plantUML):
<a href="slides/course1920/labs/EN.ASW.PL03.pdf">English</a>,
<a href="slides/course1920/labs/ES.ASW.PL03_DiagramasUML_2020.pdf">Spanish</a>
<li>Day 4: Overview of first deliverable: first draft of technical documentation</li>
<li>Day 5. Build automation (Maven, Gradle, npm):
<a href="slides/course1920/labs/EN.ASW.PL05.pdf">English</a>,
<a href="slides/course1920/labs/ES.ASW.PL05_BuildAutomation_2020.pdf">Spanish</a>
</ul>
<h2>Links</h2>
<!--<h3>Communication channels</h3>
<ul>
<li><a href="https://gitter.im/Arquisoft/dechat">dechat gitter channel</a>
</ul> -->
<h3>Coding style guides</h3>
<ul>
<li><a href="https://github.com/i0natan/nodebestpractices">Node best practices</a>
</ul>
<h3>Software architecture documentation</h3>
<ul>
<li><a href="http://arc42.org">Arc42</a></li>
<li><a href="https://asciidoctor.org/">Asciidoctor</a></li>
<li><a href="http://plantuml.com/">PlantUML</a></li>
<li><a href="https://real-world-plantuml.com/">Real-world PlantUML</a></li>
</ul>
<h3>Solid</h3>
<ul>
<li><a href="https://forum.solidproject.org/">Forum</a></li>
<li><a href="https://www.reddit.com/r/SOLID/">Reddit</a></li>
<li><a href="https://gitter.im/home/explore">Gitter</a></li>
<li>Awesome solid links:
<a href="https://github.com/kustomzone/awesome-solid">one</a>,
<a href="https://github.com/itsee/awesome-solid">two</a>
</li>
<li><a href="https://www.bourgeoa.ga/solid-wiki">Wiki for beginners</a></li>
<li><a href="https://vimeo.com/316638368">Solid World event (6/Feb/19) recording</a></li>
<li><a href="https://github.com/pheyvaer/solid-chess">Solid Chess</a></li>
<li><a href="http://www.validatingrdf.com/tutorial/iswc2018/">Validating RDF data tutorial</a>:
<a href="https://figshare.com/articles/RDF_data_model/7159796">Overview to RDF data model</a>
</li>
</ul>
<h3>Quality attributes</h3>
<ul>
<li><a href="ISO25010.html">ISO25010: Quality attributes MindMap</a></li>
<li><a href="http://iso25000.com/index.php/en/iso-25000-standards/iso-25010">ISO 25010 Software product quality</a></li>
</ul>
<h2>Online references</h2>
<ul>
<li><a href="https://leanpub.com/arc42inpractice/read">Communicating Software Architectures</a>: lean, effective and painless documentation</li>
</ul>
</article>
</main>
</body>
</html>