Skip to content

Commit

Permalink
Add agenda for October
Browse files Browse the repository at this point in the history
  • Loading branch information
aldorn-cg committed Sep 20, 2024
1 parent 849844c commit b52df10
Showing 1 changed file with 133 additions and 0 deletions.
133 changes: 133 additions & 0 deletions agenda/foundations-remote-2024-october.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,133 @@
<!doctype html>
<html lang="en">

<head>
<meta charset="utf-8">

<title>devonfw Angular Training</title>
<link rel="icon" href="../common/img/favicon.ico">
<meta name="description" content="Richwebclient">
<meta name="author" content="Richwebclient Team">

<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />

<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no, minimal-ui">
<link href="https://fonts.googleapis.com/css?family=Ubuntu+Mono" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Ubuntu" rel="stylesheet">
<link rel="stylesheet" href="../node_modules/reveal.js/css/reveal.css">
<link rel="stylesheet" href="../node_modules/reveal.js/css/theme/simple.css" id="theme">
<link rel="stylesheet" href="../common/css/common.css">

<!-- Printing and PDF exports -->
<script>
var link = document.createElement('link');
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match(/print-pdf/gi) ? '../node_modules/reveal.js/css/print/pdf.css' : '../node_modules/reveal.js/css/print/paper.css';
document.getElementsByTagName('head')[0].appendChild(link);
</script>

<!--[if lt IE 9]>
<script src="../node_modules/reveal.js/lib/js/html5shiv.js"></script>
<![endif]-->
</head>

<body>
<style>

</style>
<div class="reveal">
<div class="slides">
<section data-background-size="70% auto" data-background-position="0% 0%" data-background-image="../common/img/shapes/Fixed_Shape_1_SVG/Fixed_Shape_1_CapgeminiBlue_RGB.svg">
<h1 class="header-align-left">devonfw Angular Foundations</h1>
</section>
<section>
<p>Basic knowledge regarding HTML and CSS is a prerequisite. You can find some material for self study here:</p>
<ul>
<li><a href="../html5/index.html" target="_blank">HTML 5</a></li>
<li><a href="../css/index.html" target="_blank">CSS</a></li>
</ul>
</section>
<section data-markdown>
<textarea data-template>
| Day 1 | Time | |
| :---------------- |:--- | :--- |
| Warm-up | 09:00 | Alex
| <a href="../js-to-ts/index.html" target="_blank">JavaScript and TypeScript</a> | 09:15
| <a href="../js-to-ts/ts-exercises/index.html" target="_blank">TypeScript Exercises</a> | 10:00
|
| <a href="../ng-components/index.html" target="_blank">Angular Components</a> & <a href="../ng-module/index.html" target="_blank">Modules</a> with <a href="../exercises/index.html#/1" target="_blank">exercise</a> | 11:15 | Eyüphan
| <a href="../ng-data-binding/index.html" target="_blank">Angular Data Binding</a> with exercise <a href="../exercises/index.html#/2" target="_blank">@Input</a> and <a href="../exercises/index.html#/3" target="_blank">@Output</a>| 12:15 | Lucy
|
| Exercise Discussion & Quiz | 15:00
</textarea>
</section>
<section data-markdown>
<textarea data-template>
| Day 2 | Time | |
| :---------------- |:--- | :--- |
| Exercise Discussion | 09:00
| <a href="../promises-to-observables/index.html" target="_blank">Promises and Observables</a> | 10:00 | Alex
|
| <a href="../ng-services/index.html" target="_blank">Angular Services</a> with <a href="../exercises/index.html#/4" target="_blank">exercise</a> | 11:15 | Musta
| <a href="../ng-http/index.html" target="_blank">Angular Http</a> with <a href="../exercises/index.html#/5" target="_blank">exercise</a> | 12:00 | Eyüphan
|
| Exercise Discussion & Quiz | 15:00
</textarea>
</section>
<section data-markdown>
<textarea data-template>
| Day 3 | Time | |
| :---------------- |:--- | :--- |
| Exercise Discussion | 09:00
| <a href="../testing/index.html" target="_blank">Isolated Unit Testing</a> with <a href="../exercises/testing.html" target="_blank">exercise</a> | 10:00 | Alex
| <a href="../ng-router/index.html" target="_blank">Angular Router</a> with <a href="../exercises/index.html#/6" target="_blank">exercise</a> | 10:30 | Lucy
|
| <a href="../ng-forms/index.html" target="_blank">Angular Forms</a> with <a href="../exercises/index.html#/7" target="_blank">exercise</a> | 11:15 | Eyüphan
|
| Exercise Discussion & Quiz | 15:00
</textarea>
</section>
<section data-markdown>
<textarea data-template>
| Day 4 | Time | |
| :---------------- |:--- | :--- |
| Exercise Discussion | 09:00
| <a href="../ngrx/intro.html" target="_blank">NGRX</a> with <a href="../exercises/ngrx.html#/0" target="_blank">exercise</a> | 10:00 | Alex
|
| Angular Signals | 11:45 | Eyüphan
| <a href="../ng-material/index.html" target="_blank">Angular Material</a> | 12:30 | Musta
|
| Exercise Discussion & Quiz | 15:00
</textarea>
</section>
<section data-markdown>
<textarea data-template>
| Day 5 | Time | |
| :---------------- |:--- | :--- |
| Exercise Discussion | 09:00
| <a href="../testing/index.html#/16" target="_blank">Angular Unit Testing Utilities</a> with <a href="../exercises/testing.html#/1" target="_blank">exercise</a> | 10:00 | Alex
|
| <a href="../platform/platform.html" target="_blank">The Platform / PWAs</a> | 11:15 | Musta
| <a href="../e2e-cypress/index.html" target="_blank">Cypress</a> | 11:45| Alex
| Feedback session | 12:30 |
|
| Exercise Discussion & Quiz | 15:00
</textarea>
</section>
</div>

</div>
<script src="../node_modules/reveal.js/js/reveal.js"></script>
<script src="../common/reveal-config.js"></script>

<script>
// Full list of configuration options available at:
// https://github.com/hakimel/reveal.js#configuration
Reveal.initialize({ ...revealConfig });
</script>

</body>

</html>

0 comments on commit b52df10

Please sign in to comment.