-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
470 lines (456 loc) · 22.9 KB
/
index.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
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
<!DOCTYPE HTML>
<html>
<head>
<title>AlbiaSoft</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<noscript>
<link rel="stylesheet" href="assets/css/noscript.css" />
</noscript>
<link rel="apple-touch-icon" sizes="57x57" href="assets/favicon/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="assets/favicon/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="assets/favicon/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="assets/favicon/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="assets/favicon/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="assets/favicon/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="assets/favicon/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="assets/favicon/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/favicon/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="assets/favicon/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/favicon/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="assets/favicon/ms-icon-144x144.png">
</head>
<body class="is-preload">
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header">
<div class="inner">
<!-- Logo -->
<a href="index.html" class="logo">
<span class="symbol"><img src="images/albiasoft_logo.png" alt="" /></span><span
class="title">Albia<span class="green">Soft</span></span>
</a>
<!-- Nav -->
<nav>
<ul>
<li><a href="#menu">Menu</a></li>
</ul>
</nav>
</div>
</header>
<!-- Menu -->
<nav id="menu">
<h2>Menu</h2>
<ul>
<li><a href="index.html">Home</a></li>
</ul>
</nav>
<!-- Main -->
<div id="main">
<div class="inner">
<header>
<h1>Recreational software engineering, open source and for joy</h1>
<p>I’m <a href="https://www.linkedin.com/in/albertnadal/" style="font-weight:600">Albert</a>, a
software engineer who has decided to give something back to the community. I create resources
that might help you with your programming journey if you’re stuck and don’t know where to go
next.</p>
</header>
<section class="tiles">
<article class="style7">
<span class="image">
<img src="images/pic14.jpg" alt="" />
</span>
<a href="https://www.youtube.com/watch?v=UZFEnHmZYTg">
<h2>Building a Fun and Simple Body-Position Game in JavaScript</h2>
</a>
</article>
<article class="style6">
<span class="image">
<img src="images/pic13.jpg" alt="" />
</span>
<a href="https://www.youtube.com/watch?v=STrLJw9KZso">
<h2>Exploring the MareNostrum 5 supercomputer in Barcelona</h2>
</a>
</article>
<article class="style5">
<span class="image">
<img src="images/pic12.jpg" alt="" />
</span>
<a href="https://www.youtube.com/watch?v=Fezo-5vLaQs">
<h2>IndieDevDay 2024 Showcase: Exploring the best in indie game development</h2>
</a>
</article>
<article class="style4">
<span class="image">
<img src="images/pic11.jpg" alt="" />
</span>
<a href="https://www.youtube.com/watch?v=vrBrN6ftyIs">
<h2>Remaking the "Ice Climber" (NES) - Using the State Pattern - Devlog #3</h2>
</a>
</article>
<article class="style3">
<span class="image">
<img src="images/pic10.jpg" alt="" />
</span>
<a href="https://www.youtube.com/watch?v=hnqatUKSv_g">
<h2>Remaking the "Ice Climber" (NES) - Implementing the Game Loop - Devlog #2</h2>
</a>
</article>
<article class="style2">
<span class="image">
<img src="images/pic08.jpg" alt="" />
</span>
<a href="https://www.youtube.com/watch?v=Tqkr4bJNXWg">
<h2>Remaking the "Ice Climber" (NES) from Scratch - Devlog #1</h2>
</a>
</article>
<article class="style1">
<span class="image">
<img src="images/pic07.jpg" alt="" />
</span>
<a href="https://www.youtube.com/watch?v=V7G9-RIhOI8">
<h2>Building a simple Ray Tracer render engine</h2>
</a>
</article>
<article class="style7">
<span class="image">
<img src="images/pic06.jpg" alt="" />
</span>
<a href="https://www.youtube.com/watch?v=g2FAonk6bss">
<h2>Seam Carving Algorithm in Python</h2>
</a>
</article>
<article class="style6">
<span class="image">
<img src="images/pic05.jpg" alt="" />
</span>
<a href="https://www.youtube.com/watch?v=EnvoKW5Vs08">
<h2>WAP 1.1 Explained - The Origin of Mobile Web</h2>
</a>
</article>
<article class="style5">
<span class="image">
<img src="images/pic04.jpg" alt="" />
</span>
<a href="https://www.youtube.com/watch?v=v1JgdIt6ohA">
<h2>IndieDevDay 2023 Showcase: Exploring the best in indie game development</h2>
</a>
</article>
<article class="style4">
<span class="image">
<img src="images/pic03.jpg" alt="" />
</span>
<a href="https://www.youtube.com/watch?v=Wv_DFBQEBcU">
<h2>Crafting a custom arcade cabinet</h2>
</a>
</article>
<article class="style3">
<span class="image">
<img src="images/pic02.jpg" alt="" />
</span>
<a href="https://www.youtube.com/watch?v=JPbz-575BS4">
<h2>Com implementar un videojoc de carreres pseudo-tridimensional [Part 1]</h2>
</a>
</article>
<article class="style2">
<span class="image">
<img src="images/pic01.jpg" alt="" />
</span>
<a href="https://www.youtube.com/watch?v=mnLU-D2X8Gg">
<h2>Inspiring and educative Software Developers - Part #3</h2>
</a>
</article>
<article class="style1">
<span class="image">
<img src="images/pic15.jpg" alt="" />
</span>
<a href="https://www.youtube.com/watch?v=RSv-0MsPi1E">
<h2>How to implement the Boids Algorithm in QBasic</h2>
</a>
</article>
<article class="style6">
<span class="image">
<img src="images/pic14.jpg" alt="" />
</span>
<a href="https://www.youtube.com/watch?v=MbxvZiuFO2U">
<h2>Com implementar l'algorisme de compressió Lempel–Ziv–Welch en C99 [CA]</h2>
</a>
</article>
<article class="style5">
<span class="image">
<img src="images/pic13.jpg" alt="" />
</span>
<a href="https://youtu.be/gIposXpyQD8">
<h2>Enginyeria del Software - Context Switching [CA]</h2>
</a>
</article>
<article class="style4">
<span class="image">
<img src="images/pic12.jpg" alt="" />
</span>
<a href="https://youtu.be/TyifNCOW3gQ">
<h2>Enginyeria del Software - Teoria dels Jocs & Torneig d'Axelrod (1980) [CA]</h2>
</a>
</article>
<article class="style3">
<span class="image">
<img src="images/pic11.jpg" alt="" />
</span>
<a href="https://youtu.be/_58evHCcpsE">
<h2>Enginyeria del Software - 5 consells per començar un nou projecte [CA]</h2>
</a>
</article>
<article class="style2">
<span class="image">
<img src="images/pic11.jpg" alt="" />
</span>
<a href="https://youtu.be/UawpUKlFzRs">
<h2>Machine Learning - Self Organizing-Maps</h2>
</a>
</article>
<article class="style1">
<span class="image">
<img src="images/pic10.jpg" alt="" />
</span>
<a href="https://youtu.be/YdMvb1NdQIE">
<h2>Machine Learning - Conceptes Clau en 10 Minuts [CA]</h2>
</a>
</article>
<article class="style6">
<span class="image">
<img src="images/pic09.jpg" alt="" />
</span>
<a href="https://youtu.be/37QB2Z7ZbFs">
<h2>Enginyeria del Software - Salut mental [CA]</h2>
</a>
</article>
<article class="style5">
<span class="image">
<img src="images/pic08.jpg" alt="" />
</span>
<a href="https://youtu.be/77sHssA441k">
<h2>Animated Path Planning Algorithms</h2>
</a>
</article>
<article class="style4">
<span class="image">
<img src="images/pic07.jpg" alt="" />
</span>
<a href="https://youtu.be/N4eF3jw_Mjg">
<h2>Enginyeria del Software - Em faig especialista o generalista? [CA]</h2>
</a>
</article>
<article class="style3">
<span class="image">
<img src="images/pic06.jpg" alt="" />
</span>
<a href="https://www.youtube.com/playlist?list=PLgNbVfoLd3r94xoATnii20KgDSYzGWVhA">
<h2>Python3 recipes</h2>
</a>
</article>
<article class="style2">
<span class="image">
<img src="images/pic05.jpg" alt="" />
</span>
<a href="https://youtu.be/-vrGqS7uB_4">
<h2>Implementació del Conway's Game of Life en Go emprant computació paral·lela [CA]</h2>
</a>
</article>
<article class="style1">
<span class="image">
<img src="images/pic04.jpg" alt="" />
</span>
<a href="https://youtu.be/_pY88oyGPx4">
<h2>Implementació d'un Arbre Binari de Cerca en C++ emprant CMake i Google Test - Part #1 [CA]</h2>
</a>
</article>
<article class="style6">
<span class="image">
<img src="images/pic03.jpg" alt="" />
</span>
<a href="https://youtu.be/Ephw7JVW4KM">
<h2>How to set up a Kubernetes cluster on Google Cloud</h2>
</a>
</article>
<article class="style5">
<span class="image">
<img src="images/pic02.jpg" alt="" />
</span>
<a href="https://youtu.be/P48tpORnrhY">
<h2>Programmer Weekly - simdjson vs. rapidjson [CA]</h2>
</a>
</article>
<article class="style4">
<span class="image">
<img src="images/pic01.jpg" alt="" />
</span>
<a href="https://youtu.be/eJ6LzTdh1U0">
<h2>Programmer Weekly - Social Golfer Problem [CA]</h2>
</a>
</article>
<article class="style3">
<span class="image">
<img src="images/pic15.jpg" alt="" />
</span>
<a href="https://youtu.be/E0PHVZDlgnY">
<h2>Programmer Weekly - Reconocimiento de imágenes con Tensorflow.js [ES]</h2>
</a>
</article>
<article class="style2">
<span class="image">
<img src="images/pic14.jpg" alt="" />
</span>
<a href="https://youtu.be/oLjMWblFc-8">
<h2>Programmer Weekly - Comandos básicos para programar con el Vim [ES]</h2>
</a>
</article>
<article class="style1">
<span class="image">
<img src="images/pic13.jpg" alt="" />
</span>
<a href="https://youtu.be/jzgNHpVfs1E">
<h2>Programmer Weekly - Introducing GitHub Codespaces</h2>
</a>
</article>
<article class="style6">
<span class="image">
<img src="images/pic12.jpg" alt="" />
</span>
<a href="https://youtu.be/VbZADvGXvZk">
<h2>Inspiring and educative Software Developers - Part #2</h2>
</a>
</article>
<article class="style5">
<span class="image">
<img src="images/pic11.jpg" alt="" />
</span>
<a href="https://youtu.be/7apUyl3C3Fk">
<h2>Inspiring and educative Software Developers - Part #1</h2>
</a>
</article>
<article class="style4">
<span class="image">
<img src="images/pic10.jpg" alt="" />
</span>
<a href="https://youtu.be/pDbuClfEAIY">
<h2>Distributed computing of the Mandelbrot Set using Go, gRPC and Raylib</h2>
</a>
</article>
<article class="style3">
<span class="image">
<img src="images/pic09.jpg" alt="" />
</span>
<a href="https://youtu.be/mETRqd9dkb0">
<h2>Kubernetes tutorial #2 - Docker, core concepts in practice</h2>
</a>
</article>
<article class="style2">
<span class="image">
<img src="images/pic08.jpg" alt="" />
</span>
<a href="https://youtu.be/JO-ajKqlwpU">
<h2>How to develop a REST API with Deno, Oak and MongoDB</h2>
</a>
</article>
<article class="style1">
<span class="image">
<img src="images/pic07.jpg" alt="" />
</span>
<a href="https://youtu.be/D3okLNBL1lE">
<h2>Kubernetes tutorial #1 - Introducing microservices and Docker</h2>
</a>
</article>
<article class="style6">
<span class="image">
<img src="images/pic06.jpg" alt="" />
</span>
<a href="https://youtu.be/oCElhUzadaA">
<h2>MNIST Convolutional Neural Network implementation in C++</h2>
</a>
</article>
<article class="style5">
<span class="image">
<img src="images/pic05.jpg" alt="" />
</span>
<a href="https://youtu.be/jsrFzgWrJyc">
<h2>Programming video transcoding with Ionic, Cordova and AWS S3</h2>
</a>
</article>
<article class="style4">
<span class="image">
<img src="images/pic04.jpg" alt="" />
</span>
<a href="https://youtu.be/sm9IXMAZrPk">
<h2>How to program Protocol Buffers with C++, PHP and Rust</h2>
</a>
</article>
<article class="style3">
<span class="image">
<img src="images/pic03.jpg" alt="" />
</span>
<a href="https://youtu.be/bAk0eh2CeI0">
<h2>How to develop a REST API with Node, Express and MongoDB</h2>
</a>
</article>
<article class="style2">
<span class="image">
<img src="images/som2.jpg" alt="" />
</span>
<a href="2019/05/19/developing-a-self-organizing-map-part-2/index.html">
<h2>Developing a Self-Organizing Map (Part 2)</h2>
<div class="content">
<p>Implementation of the Kohonen neural network algorithm.</p>
</div>
</a>
</article>
<article class="style1">
<span class="image">
<img src="images/som.png" alt="" />
</span>
<a href="2019/04/16/developing-a-self-organizing-map-part-1/index.html">
<h2>Developing a Self-Organizing Map (Part 1)</h2>
<div class="content">
<p>Implementation of the Kohonen neural network algorithm.</p>
</div>
</a>
</article>
</section>
</div>
</div>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<section>
<h2>Follow</h2>
<ul class="icons">
<li><a href="https://www.youtube.com/albiasoft" class="icon style2 fa-youtube"><span
class="label">YouTube</span></a></li>
<li><a href="https://www.linkedin.com/in/albertnadal/" class="icon style2 fa-linkedin"><span
class="label">LinkedIn</span></a></li>
<li><a href="https://github.com/albertnadal" class="icon style2 fa-github"><span
class="label">GitHub</span></a></li>
<li><a href="mailto:anadalg@gmail.com" class="icon style2 fa-envelope-o"><span
class="label">Email</span></a></li>
</ul>
</section>
<ul class="copyright">
<li>© Albert Nadal Garriga. All rights reserved</li>
<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>
</ul>
</div>
</footer>
</div>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/browser.min.js"></script>
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>