Fumiのブログ

2019-10-28から1日間の記事一覧

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

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

「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 htt…

「Go Conference 2019 Autumn」参加スケジュール

Time Title Place 10:50-11:40 Go GC algorithm 101 Hall 4F 11:40-12:00 GoにおけるAPI Client実装パターン Hall 4F 13:25-14:10 OSS Performance Tuning Tips Hall 4F 14:10-14:35 Accelerate Go development with Bazel Hall 4F 14:35-14;55 How to devel…