Skip to content

Instantly share code, notes, and snippets.

View cia-rana's full-sized avatar
🌌
get everyone involved

Koya IWAMURA cia-rana

🌌
get everyone involved
View GitHub Profile
@voluntas
voluntas / shiguredo_model.rst
Last active December 26, 2023 21:46
時雨堂を支えるビジネスモデル

時雨堂を支えるビジネスモデル

更新:2023-12-08
作者:@voluntas
バージョン:2023.2
URL:https://voluntas.github.io/

タイポなどは Twitter の @voluntas までお願いします。

@voluntas
voluntas / loadtest.rst
Last active April 4, 2025 05:26
負荷試験コトハジメ
@LambdaNote
LambdaNote / n-monthly.md
Last active March 31, 2025 11:56
ラムダノート執筆の手引き

ラムダノート執筆の手引き

ラムダノートでの執筆を検討いただき、ありがとうございます。 執筆に際して当社からのお願いをまとめます。

執筆を始める前に

まずは企画の方向性を編集者と共有しましょう。 内容案書名案のほかに、以下の4点の言語化をお願いしています。

GoでISUCONを戦う話

mercari.go #4 https://mercari.connpass.com/event/105640/

自己紹介

  • catatsuyというIDで各種SNS活動しています
    • かたついって呼ばれています
  • メルカリのSREチームで主にGoを書いています
  • 前職はピクシブでpixivのHTTPS化・PHP7.1化・HTTP/2化や、広告サーバーの新機能追加など色々やっていました
@rusco
rusco / Caddyfile
Last active January 13, 2025 13:33
Vue.js usage with Golang Wasm
localhost:8080
gzip
log ../access.log
mime .wasm application/wasm
@enricofoltran
enricofoltran / main.go
Last active April 6, 2025 09:48
A simple golang web server with basic logging, tracing, health check, graceful shutdown and zero dependencies
package main
import (
"context"
"flag"
"fmt"
"log"
"net/http"
"os"
"os/signal"
@rokugasenpai
rokugasenpai / how_to_download_streaming_jp.md
Last active December 17, 2023 09:50
各ストリーミング配信のダウンロード方法(要curl・ffmpeg・rtmpdump・chrome・limechat・wireshark)

ツイキャス

package main
import (
"fmt"
"io/ioutil"
"log"
"net/http"
"runtime"
"sync"
)