In the first half, we give an introduction to modern serialization systems, Protocol Buffers, Apache Thrift and Apache Avro. Which one does meet your needs?
In the second half, we show an example of data ingestion system architecture using Apache Avro.
CloudNative Days Spring 2021 ONLINE キーノートでの発表資料です。
https://event.cloudnativedays.jp/cndo2021/talks/1071
本セッションでは、DockerとKubernetesのもつ基本的な機能の概要を、コンテナの仕組みをふまえつつイラストを用いて紹介していきます。一般にあまり焦点をあてて取り上げられることは多くありませんが、コンテナの作成や管理を担う低レベルなソフトウェア「コンテナランタイム」も本セッションの中心的なトピックのひとつです。
本セッションは、拙著「イラストで分かるDockerとKubernetes」(技術評論社)の内容を参考にしています。
https://www.amazon.co.jp/dp/4297118378
In the first half, we give an introduction to modern serialization systems, Protocol Buffers, Apache Thrift and Apache Avro. Which one does meet your needs?
In the second half, we show an example of data ingestion system architecture using Apache Avro.
CloudNative Days Spring 2021 ONLINE キーノートでの発表資料です。
https://event.cloudnativedays.jp/cndo2021/talks/1071
本セッションでは、DockerとKubernetesのもつ基本的な機能の概要を、コンテナの仕組みをふまえつつイラストを用いて紹介していきます。一般にあまり焦点をあてて取り上げられることは多くありませんが、コンテナの作成や管理を担う低レベルなソフトウェア「コンテナランタイム」も本セッションの中心的なトピックのひとつです。
本セッションは、拙著「イラストで分かるDockerとKubernetes」(技術評論社)の内容を参考にしています。
https://www.amazon.co.jp/dp/4297118378
Microsoft MVP/Regional Director x Microsoft Japan Digital Days #MSDD2021Rie Moriguchi
2021年10月12日にDay 1を迎えた日本マイクロソフト株式会社主催カンファレンスMicrosoft Japan Digital Daysの開催に合わせて、カンファレンスに様々な形でご協力いただいたMicrosoft MVPおよびRegional Directorについて本資料にてご紹介しています。さらに、10名のMicrosoft MVP受賞者のオリジナル学習コレクションをご紹介しておりますので、皆さまの今後の学習にお役立てください。
2. #勝手に勉強会
Yuta Matsumura
Developer (C#, PHP, Azure)
Microsoft MVP (Development Technologies)
Fukuoka.NET Organizer
https://twitter.com/tsubakimoto_s
Currently working for
3. #勝手に勉強会
株式会社オルターブース
2015 年 3 月設立 (6 期目)
Microsoft Azure を得意とするクラウドインテグレーター
2017 年 8 月 Japan Microsoft Partner of the Year (OSS on Azure) 受賞
2019 年 9 月 Japan Microsoft Partner of the Year (特別賞) 受賞
https://www.alterbooth.com/
14. #勝手に勉強会
Blazor Server
dotnet run
→ ASP.NET Core で実行
https://github.com/dotnet-presentations/dotNETConf/blob/master/2020/FocusOnBlazor/Technical/Roth-Welcome-to-Blazor.pptx
SignalR
SignalR で通信
→ UI 更新、イベント処理、JS 呼出
Server-Side Client-Side
15. #勝手に勉強会> dotnet new blazorserver -o ServerSideApp
The template "Blazor Server App" was created successfully.
This template contains technologies from parties other than Microsoft,
see https://aka.ms/aspneore/3.1-third-party-notices for details.
Processing post-creation actions...
Running 'dotnet restore' on ServerSideApp¥ServerSideApp.csproj...
D:¥ServerSideApp¥ServerSideApp.csproj の復元が 282.39 ms で完了しました
Restore succeeded.