Published inPairs EngineeringA look at iterators in GoA look at the motivation for iterators in Go, and the current state of the related proposals and implementations.Dec 5, 20234Dec 5, 20234
Published inPairs EngineeringWhat are your Go dependencies capable of?—An introduction to capslockThe significance of software supply chain attacks in the Go ecosystem, and how the capslock tool can helpOct 2, 2023Oct 2, 2023
Published inPairs EngineeringAbstracting database/sql boilerplate with Go genericsExploring what can be achieved using Go generics with no added dependenciesDec 10, 20221Dec 10, 20221
Published inPairs EngineeringBuilding a real-time serverless chat application on AWS with Go and Vue 3: Part 1Part 1 provides a gentle but thorough introduction to Serverless Framework with GoDec 23, 2021Dec 23, 2021
Published inPairs EngineeringUnderstanding Allocations in GoUnderstand the differences between the stack and heap in Go, and learn about ways of evaluating performanceDec 18, 20205Dec 18, 20205
Published inPairs Engineering連結リストの実装でGo言語のジェネリクスのドラフトを触ってみるGo言語で連結リストを実装しながらジェネリクスのドラフト仕様を見てgo2goというツールで実行していきますJul 7, 2020Jul 7, 2020
Published inPairs EngineeringPairsエンゲージの新規開発に採用したサーバーサイドアーキテクチャ🤵👰ペアーズのサーバーサイドアーキテクチャから学んだことを新規開発に活用した話Dec 22, 2019Dec 22, 2019
Published inPairs EngineeringGo言語のio.Pipeでファイルを効率よくアップロードする方法io.Pipeと非同期処理を活かし、ファイルアップロードのメモリ使用量を減らすFeb 5, 2019Feb 5, 2019
Published inPairs EngineeringGo言語のmime/multipartパッケージでファイルをアップロードしましょう標準ライブラリのmime/multipartパッケージでファイルをアップロードする方法を紹介していきます。Nov 29, 20181Nov 29, 20181
Published inNyle Engineering BlogSNS+SQSによるサービス間通信周りのものを簡単に実装してみた弊社アプリ情報サービスApplivへネイティブ広告を出すため、自社システムApplivAdを運営しています。今まではモノリシックなアーキテクチャで開発され、コード量が増えるにつれアプリケーションが複雑化してきました。Jul 19, 2018Jul 19, 2018