Skip to content

Commit b2b1dca

Browse files
author
Manuel Rauber
committed
Updated presentation
1 parent 9053b2e commit b2b1dca

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed
Loading

presentations/2016-presentation-basta-spring/index.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,35 @@ <h2>Databases - ASP.NET Core 1.0</h2>
357357
<section>
358358
<h1>Live Demo</h1>
359359
</section>
360+
<section>
361+
<h2>Summary</h2>
362+
<ul>
363+
<li class="fragment">Node.js overview<br/><small>Feature support, Node.js server, pros, watch-out</small></li>
364+
<li class="fragment">Web APIs with restify<br/><small>Routing, middlewares</small></li>
365+
<li class="fragment">Token Authentication via OAuth2<br/><small>OAuth2, outh2-server</small></li>
366+
<li class="fragment">Relational databases via SequelizeJS<br/><small>Models, Query-API</small></li>
367+
</ul>
368+
</section>
369+
<section>
370+
<h2>Secure Data Access</h2>
371+
<p>Mobile Apps und Zugriff auf Unternehmensdaten <br/> ohne Cloud-Speicher und VPN</p>
372+
<table>
373+
<tbody>
374+
<tr>
375+
<td style="text-align: center"><img src="images/mr.png" class="portrait"/><br/><strong>Manuel Rauber</strong>
376+
</td>
377+
<td style="text-align: center"><img src="images/cw.png" class="portrait"/><br/><strong>Christian Weyer</strong>
378+
</td>
379+
</tr>
380+
</tbody>
381+
</table>
382+
<p><small>Today at 14:00 in room Würzburg</small></p>
383+
</section>
384+
<section>
385+
<h2>Channel9</h2>
386+
<p>Cross-Platform Development</p>
387+
<p><a href="https://channel9.msdn.com/Series/Thementag-Cross-Plattform-Entwicklung-mit-HTML5--Javascript">https://channel9.msdn.com/Series/Thementag-Cross-Plattform-Entwicklung-mit-HTML5--Javascript</a></p>
388+
</section>
360389
<section>
361390
<h1>Thank you!</h1>
362391
<div style="height: 50px"></div>
@@ -384,6 +413,7 @@ <h1>Resources</h1>
384413
<li>Entity Framework 7: <a href="http://docs.efproject.net/">http://docs.efproject.net/</a></li>
385414
<li>IdentityServer4: <a href="https://github.com/IdentityServer/IdentityServer4">https://github.com/IdentityServer/IdentityServer4</a></li>
386415
<li>Angular 2: <a href="https://angular.io/">https://angular.io/</a></li>
416+
<li>Channel9: <a href="https://channel9.msdn.com/Series/Thementag-Cross-Plattform-Entwicklung-mit-HTML5--Javascript">https://channel9.msdn.com/Series/Thementag-Cross-Plattform-Entwicklung-mit-HTML5--Javascript</a></li>
387417
</ul>
388418
</small>
389419
</section>

0 commit comments

Comments
 (0)