株式会社KDOTの開発情報ポータル

wtf-python-2
183 views

WTF Python!😱(Python、まじかよ!)後編

以下の文章はこちらのページを翻訳したものです。(後編) https://github.com/satwikkansal/wtfpython こちらのGitHubプロジェクト「What the fck Python! 😱」は、予想外のコード...

wtf-python-1
96 views

WTF Python!😱 (Python、まじかよ!)前編

以下の文章はこちらのページを翻訳したものです。 https://github.com/satwikkansal/wtfpython こちらのGitHubプロジェクト「What the fck Python! 😱」は、予想外のコードスニペッ...

github-actions
1,586 views

GitHub Actionsをなるべく安く使う

GitHub Actionsは便利だが使いすぎると普通にお金がかかる。 特にrenovateなどで頻繁にPRを出すようにしていると、その分だけ頻繁にactionsが回って料金がかかる。 月に数万ほどは気にせずにお金をジャブジャブ投下できる会...

aurora-postgresql-slowquery-with-terraform
404 views

Aurora PostgreSQLからSlowQueryをログに出す with terraform

↓こんな感じです。 実装方法 前提条件 3秒以上かかってるステートメントをログに出力する 使うAurora PostgreSQLのパラメータグループを調べてパラメータグループファミリーを特定する terraformのリソースであるawsrd...

building-a-load-balancer-in-go
87 views

GOでのロードバランサー作成

以下の文章はLeonardo Rodrigues Martinsさんからの許可を得て翻訳したものです。 https://medium.com/@leonardo562166451/building-a-load-balancer-in-go...

pytest-speedup
980 views

pytest高速化の秘訣

以下の文章はこちらの記事を翻訳したものです。 https://github.com/zupo/awesome-pytest-speedup#awesome-pytest-speedup pytest スイートの実行速度を向上させるためのチェ...

rust-go
239 views

Rust対Go:実践的な比較

以下の文章はCorode Rust Consultingからの許可を得て翻訳したものです。 https://www.shuttle.rs/blog/2023/09/27/rust-vs-go-comparison 「また、Rust対Goの比...