Since my first contact with web development, I am excited about creating web applications with all their possibilities.
Here at Thinktecture, I can live my enthusiasm for full-stack development by focusing on backend architectures with ASP.NET Core and frontend technologies with Angular and Web Components.
I love to share my experience and content with the community by giving user group and conference sessions.
If you have any questions, feel free to reach out and contact me at patrick.jahr@thinktecture.com.
Im Webinar am 18. November 2020 zeigte Patrick Jahr den Einsatz einer sicheren Echtzeitverbindung mit SignalR anhand eines Beispielprojekts.
Recording des SignalR-Webinars Inhalte Demonstration der Beispielanwendung Was ist SignalR? Hinzufügen von SignalR Reconnect meiner…
Seit der Version Blazor WebAssembly 3.2.0 enthält Blazor umfangreiche Unterstützung für clientseitige Authentifizierung, wodurch die Implementierung von OpenID Connect und OAuth2 in Single-Page-Applications (SPAs) deutlich vereinfacht wird.
In diesem Artikel sehen wir uns an, wie…
Im ersten Teil der Artikelserie haben wir uns den generellen Verbindungsaufbau und Datenaustausch zwischen Client und Server mithilfe von SignalR angeschaut.
Im zweiten Teil widmen wir uns nun der Absicherung unserer Echtzeitkommunikation. Ich zeige euch, wie ihr durch kleine…
ASP.NET Core SignalR vereinfacht die Implementierung einer bidirektionalen Echtzeitkommunikation zwischen Server und Clients.
In dieser kleinen Artikelserie, möchte ich anhand einer Demoanwendung zeigen, wie eine Echtzeitkommunikation mit Hilfe von SignalR aufgebaut und…
What to expect Learn how to create a native Web Component using LitElement Step-by-step explanations How to render your HTML template Adding styles Using asynchronous properties All based on a sample built with Visual Studio Code You can find a running example on stackblitz. What…
What to expect Learn how to create a native Web Component without using a framework Explanation of all steps and essentials points like HTML Templates, Custom Elements and shadow DOM to create a Web Component, based on a sample built with Visual Studio Code. What are Web…