Fumiのブログ

「GoにおけるAPI Client実装パターン」by「Go Conference 2019 Autumn」

GoにおけるAPI Client実装パターン

マイクロサービスアーキテクチャによる開発が普及してきている現在、REST APIにおけるHTTPリクエスト処理が求められる場面は多い。その際、APIリクエストに関する重要な概念を理解し、Clientとして適切に実装することが求められる。

本発表では、マイクロサービス間のデータ連携システムを開発・運用した経験を持つ発表者が、HTTPリクエスト処理に関する「重要な概念とGoにおける実装パターン」や「よくある実装パターン」について述べる。

(by Go Conference 2019 Autumn | GoにおけるAPI Client実装パターン)

登壇者

twitter.com

スライド

speakerdeck.com

メモ

mholt.github.io

「go gc algorithm 101」by「Go Conference 2019 Autumn」

go gc algorithm 101

Everyone has once been told by their parents to “clean up your room!!”. But Go’s Runtime doesn’t say that. Why not? I will talk about the Garbage Collection algorithm that Go performs at the back of our program.

(by https://gocon.jp/sessions/go_gc_algorithm_101/)

発表者

twitter.com

スライド

speakerdeck.com

メモ

Mark & Sweep GC

ja.wikipedia.org

www.nminoru.jp

Concurrent Mark & Sweep GC

qiita.com

www.slideshare.net

medium.com

engineering.linecorp.com