Categories
agile
- 2024-11-12 タックマンモデル
- 2024-11-08 アジャイル宣言の背後にある原則
- 2024-11-07 アジャイルソフトウェア開発宣言
- 2022-07-01 Iterative開発 vs Incremental開発 / img alt属性の付け方
ai
algorithm
- 2024-11-03 レートリミットのアルゴリズム
- 2024-10-19 Ruby combination
- 2023-12-18 ダイクストラのアルゴリズム
- 2022-11-06 最良計算量(best)・最悪計算量(worst)・平均計算量(average)・期待計算量(expected)・償却計算量(amortized)
- 2022-05-04 クヌース・シャッフル(フィッシャー–イェーツのシャッフル)
- 2022-02-26 Rubyで二分探索(バイナリサーチ)
- 2021-11-12 NP困難問題
- 2021-10-23 Go quick sort の実装を見る / ソートアルゴリズムまとめ
- 2020-11-18 ビンパッキング問題 ナップサック問題 パッキング問題
android
- 2024-09-15 NearDropでAndroidからmacOSにQuick Share(旧・Nearby Share)する
- 2024-03-23 Googleウォレット、QRコード写真取込機能
- 2024-01-02 Android webcam
apache
architecture
aws
- 2024-08-11 Amazon Linux 2 vs Amazon Linux 2023
- 2023-05-26 Port Forwarding with AWS Session Manager
- 2023-05-22 SSH/SCP接続 over Session Manager
- 2022-10-04 GitHub Code Scanning の利用条件 / AWS のコストを aws command で取得
bash
- 2024-08-30 BATS(Bash Automated Testing System)でBashのテスト
- 2024-02-14 ブラウザをターミナル化するツール rtty
- 2023-06-28 ファイル一覧の存在有無をチェックするBash Script
- 2023-06-26 find コマンドでファイルを見つける
- 2022-07-27 シェルスクリプトの set -eu / SREの理念と原則
- 2022-06-23 direnv は zshrc の設定必要 / direnv で .env を使う
- 2022-05-18 Bash readonly
- 2022-04-01 flock によるロック機構
- 2022-01-20 sleep infinity / Rails reversible migration
- 2020-04-26 bash keyboard shortcuts
browser
bundler
- 2024-06-08 Bundler Auto-Install
- 2023-01-09 bundler BUNDLE_ONLY
- 2022-01-17 Gemfile.lockのBUNDLED WITH記載のbundlerバージョンを上げる / HTMLElement.dataset
- 2021-12-17 bundler/inline / Rails Bug Template
- 2021-08-16 gem pristine / MySQL Can’t init tc log
- 2020-11-25 bundle install –deployment / Better Git(Hub) diff
- 2020-10-23 bundle update --conservative / puma install error
- 2020-01-20 Module#private_constant / Bundler.with_clean_env / gem install error (libxml-ruby, mysql2)
business
- 2024-09-23 ゴーイング・コンサーン
- 2024-07-08 スタートアップ vs ベンチャー
- 2024-02-26 BTC型人材
- 2024-01-10 TAM SAM SOM
- 2023-12-21 プロダクトアウト・マーケットイン
- 2023-12-20 T2D3
- 2023-02-24 負債比率
- 2023-02-22 『会計クイズを解くだけで財務3表がわかる 世界一楽しい決算書の読み方』
- 2023-02-21 EBITDA
- 2021-08-12 overflow-wrap / npm-audit / PEファンド
circleci
cloudflare
- 2023-05-01 GitHub Pages はprivate repoでは公開されない
- 2023-03-11 ngrok 代替としての Cloudflare Tunnels
- 2021-05-02 Cloudflare Pages, Vercelを試す / Google noindex 設定方法
computer
- 2022-01-16 ヒープ領域とスタック領域 / GBとGiBの違い
- 2022-01-11 論理積(AND)・否定論理積(NAND)・論理和(OR)/ パブリックドメイン
- 2022-01-10 レポジトリ内のディレクトリの略称
cookie
- 2023-05-12 Cookie SameSite属性
- 2022-03-27 Cookie再入門
- 2021-09-29 Cookie, localStorage, sessionStorage の比較
- 2021-03-28 ブラウザ終了時にExpired Session な Cookieが残る場合がある
- 2020-01-21 SameSite none Cookie
cpu
- 2022-06-18 macOS CPU/GPU コア数の調べ方
- 2022-03-30 CPUアーキテクチャ(x64, i386, arm) / 独自ヘッダをどう定義すべき? / GoogleDoc x markdown
css
- 2024-03-29 TailwindCSS 入門
- 2024-03-25 Flexbox 学習
- 2023-07-06 CSS initial/inherit/unset の違い
- 2022-03-15 CSS white-space
- 2022-03-10 CSSアニメーションのリスタート with JavaScript
- 2022-01-22 Gmail を plain text モードで利用する / Simple.css v2 がリリースされた
- 2022-01-07 HTTP Status 410 Gone / 最適なfont-family in 2022
- 2021-12-29 テキストの上下中央配置 / CSSのID・クラス名の頭文字に数字を使用する方法
- 2021-08-12 overflow-wrap / npm-audit / PEファンド
- 2021-05-08 CSS overflow-wrap
- 2020-11-22 CSS attr()
- 2020-07-20 CSS変数 / CSSの新しい疑似クラス:is()と:where() / 308 Permanent Redirect
csv
data-structure
- 2024-04-19 FIFO LIFO 読み方 / FIFO, LIFOの特徴
- 2022-11-06 最良計算量(best)・最悪計算量(worst)・平均計算量(average)・期待計算量(expected)・償却計算量(amortized)
- 2022-11-05 連結リストの使い所
- 2022-09-28 データ構造: Hash Table / Ruby で Hash
- 2022-03-16 ハッシュテーブル / Hash vs Array キーの探索のパフォーマンス比較
- 2022-02-15 Ruby divmod / 『みんなのデータ構造』を読んでいる
database
deno
dependabot
- 2022-07-06 Dependabot で semver の特定バージョンを無視する
- 2021-06-18 Dependabot で子の依存性まで見る (dependency-type: all)
design
devops
dns
docker
- 2024-08-19 Dockerfile のマルチステージビルドにおけるステージ名
- 2023-03-29 docker "volume is in use" Error
- 2022-12-06 docker run で環境変数を指定する
- 2022-11-26 Apple Silicon mac で arch コマンドを試す
- 2022-11-25 Apple Silicon Docker ではChromeが動かない / docker buildx secret オプション
- 2022-07-25 docker build中にVolumeの中身は参照することが出来ない / mysql dockerコンテナ起動時のスクリプト実行
- 2022-07-12 Docker Apple Silicon対応 / Apple Silicon Macbook 使ってみた感想
- 2022-06-29 Apple Silicon macOS で MySQL コンテナを使う方法
- 2022-02-05 docker compose down で環境をクリーンにする
- 2022-01-28 docker compose でプロジェクト名を指定する
- 2021-11-03 Emacsカーソル移動 / docker run options
- 2021-03-18 docker volume ls / docker volume inspect / volume の Mountpoint を覗く
- 2021-03-15 apt update → GPG error(invalid signature was encountered) → docker prune
- 2020-12-27 docker networkの削除ができない / Docker の容量不足解決(docker system prune)
- 2020-10-21 git-new-workdir / Mutagen / Sublime Text 3 CJK問題・Plugin・マークダウン編集
docker-compose
- 2024-05-21 compose.yml(docker-compose.yml)にバージョンの記載は不要
- 2023-09-12 docker compose depends_on conditionn
- 2022-07-20 複数のDocker Composeのネットワークをつなぐ
- 2022-07-07 gitのコミットメッセージでハッシュを使う / docker compose healthcheck
- 2022-06-30 Docker mysql で SQLモードを設定 / キャッシュを使わず docker compose build
- 2022-06-27 docker compose の profile でサービス除外
- 2022-03-26 VirtioFSでDocker for Mac高速化! / Docker Compose V2で変わったdocker-compose.ymlの書き方
- 2021-09-02 Technical Writing by Google / httping / コンテナへ環境変数を設定
- 2021-08-04 docker-compose.yml の設定override / Axios の代替ライブラリ / mutagen v0.12.0-beta4
document
english
fintech
font
gem
- 2024-05-28 eval_gemfile
- 2023-07-14 enumerize v2.7.0 x activerecord-import 組み合わせたときの破壊的な変更
- 2023-03-06 gem dependency コマンド
- 2022-05-06 Gemfile の並行運用
- 2021-08-16 gem pristine / MySQL Can’t init tc log
- 2021-02-12 バージョン指定のgem install
git
- 2024-11-15 直前のコミットの特定ファイルの変更を取り消す
- 2024-11-01 cherry-pick with tig
- 2024-07-19 git で親コミットハッシュを取得する
- 2024-06-24 gitのコミットメッセージでmarkdownを使う
- 2024-05-05 .gitattributes
- 2024-04-10 gitで特定ファイルを別ブランチから取り込む
- 2024-03-30 git トピックブランチでコミット一覧を出力する
- 2023-11-10 git fetch --prune でローカルのマージ済みブランチを削除
- 2023-10-24 git 'error: cannot lock ref'
- 2023-06-01 git lfs
- 2023-04-01 git diff ignore-cr-at-eol option
- 2023-03-25 git 最新のコミットの差分を取得
- 2022-12-21 git force-if-includes オプション / ISO27001
- 2022-10-14 git pull 時のデフォルト挙動を設定する
- 2022-08-11 最近使ったgit branch
- 2022-07-22 .github/release.yml / ~/.config/git/ignore
- 2022-07-07 gitのコミットメッセージでハッシュを使う / docker compose healthcheck
- 2022-06-15 gitアカウント切り替え with includeIf / 華氏
- 2022-04-25 git autocrlf
- 2021-09-06 .github レポジトリを用意した / GitHub CLI 2.0
- 2021-05-17 git branch rename
- 2020-12-18 mysql で直近nヶ月するやつ / ffi Missing ffi_prep_closure / git rerere
- 2020-11-25 bundle install –deployment / Better Git(Hub) diff
- 2020-10-21 git-new-workdir / Mutagen / Sublime Text 3 CJK問題・Plugin・マークダウン編集
github
- 2023-12-09 GitHub WARNING/CAUTION/NOTE/TIP/IMPORTANT記法
- 2023-07-12 Slack で GitHub イベント通知
- 2023-07-10 GitHub のメール通知 カスタムルーティング設定
- 2023-06-10 GitHub Organization Role
- 2023-05-01 GitHub Pages はprivate repoでは公開されない
- 2022-10-04 GitHub Code Scanning の利用条件 / AWS のコストを aws command で取得
- 2022-09-21 GitHub の Issue Linking
- 2022-09-01 mermaid記法まとめ
- 2022-08-01 GitHub CODEOWNERSファイル / Mysql2::Error: Cannot add foreign key constraint
- 2022-04-12 OOM Killer に関連するカーネルパラメータまとめ / GitHub Gistで自分のコードだけを検索する方法
github-actions
- 2024-10-10 harden-runnerでGitHub Actionsのネットワーク制御
- 2024-09-30 GitHub Actionsでcron schedule設定者が退職するとワークフローが停止する
- 2024-08-26 GitHub Actions is not permitted to create or approve pull requests
- 2024-08-10 GitHub Actions の実行履歴を削除する
- 2024-03-10 GitHub Actions でディレクトリを指定してコマンド実行
- 2024-01-21 サイトをクロールしてフィードを構築する
- 2023-12-06 GitHub Actionsで$GITHUB_OUTPUTを使ってjobを跨いで値を渡す
- 2023-12-05 GitHub Actionsで$GITHUB_OUTPUTを使ってstepを跨いで値を渡す
- 2023-10-11 GitHub Actions でエラーをスキップする (continue-on-error)
- 2023-10-04 GitHub-hosted runners の仕様
- 2023-07-10 gh command でPRにコメントを付ける
- 2023-07-09 DependabotのPRのグループ化
- 2023-05-29 Reusable workflow with workflow_call
- 2023-04-30 GitHub Actions パーミッションエラーの解決方法 / GitHub Actions permissions の種類
- 2022-12-08 GitHub Actions の Deprecated な set-env, set-output などを簡単に置換する
- 2022-10-10 github-actions[bot] のコミットを作る / date command on Linux and macOS
- 2022-10-08 [GitHub Actions]workflow_run / workflow_dispatch
- 2022-10-06 [GitHub Actions]GITHUB_TOKENを使った変更は別のワークフローを起動させない
- 2022-09-26 GitHub Actions でジョブを跨いだ成功/失敗分岐
- 2022-07-22 .github/release.yml / ~/.config/git/ignore
- 2022-07-21 GitHub Actionsでキャッシュされない罠 / GitHub ActionsでRuboCopのキャッシュを利用する
- 2022-05-17 GitHub ActionsでGitHub Apps Token使う / 作業配信を観る
- 2022-04-11 tty / GitHub Actions: Not a tty → tty化するハック
- 2022-04-10 GitHub Actions SSH Debug / GitHub Actions で OS で分岐
- 2022-03-07 [GitHub Actions]特定のラベルで発火 / gh コマンドでアサイン
- 2021-12-12 GitHub Actionsのpull_request_targetについて / pull_request closedイベントは発火しないことがある
- 2021-11-30 GitHub Actions の concurrency 制御 / gihub.ref vs github.head_ref
- 2021-11-04 GitHub Actions x GitHub Project
- 2021-11-01 GitHub Actions で docker を直接実行
- 2021-06-03 ALBだけでメンテナンス画面用のレスポンスを返す / ラベル関連の GitHub Actions
- 2021-06-02 GitHub Actionsで失敗したときに実行するstep / GitHub Actions で PAT(Personal Access Token)を利用する
- 2021-03-08 Windows on VM のパスワード / GitHub Actions の bundler cache
go
- 2024-03-05 gh cache list コマンドに key, ref オプションを追加した
- 2023-08-21 go get go@x.x.x で go version を上げる
- 2023-08-13 Go の $GOOS と $GOARCH
- 2022-10-22 CSV CLI tool / SQL Parser in Go
- 2022-05-02 node プロジェクトでも deno lint | deno fmt する / go.mod のファイル更新
- 2022-01-24 select v.s. epoll / ネイティブスレッド v.s. グリーンスレッド
- 2021-12-08 MySQLはひどいデータベース? / Goで標準出力をテストする方法
- 2021-11-23 GoのArrayは値型のデータ型で、Sliceは参照型のデータ型 / 値渡し(Call by Value)・参照渡し(Call by Reference)
- 2021-10-23 Go quick sort の実装を見る / ソートアルゴリズムまとめ
- 2024-06-07 Google流のメンバー配慮
- 2024-04-17 Google Calendar で予定を色分け
- 2024-02-13 Google の給与決定プロセス
- 2023-12-11 OKR at Google
- 2023-09-30 Googleが掲げる10の事実 / Google のミッション
- 2022-12-09 Google流 優れたマネージャーの行動規範 / マネージャーへのフィードバック
- 2022-10-23 Googleのマネージャー / クルト・レヴィンの法則(場の理論)
- 2022-04-21 Google Workspace 有料化 / GA4 へ移行しよう
- 2021-09-02 Technical Writing by Google / httping / コンテナへ環境変数を設定
html
- 2024-11-19 Chrome Password form autocomplete attribute
- 2024-02-10 href属性のURLエンコードとHTMLエスケープ
- 2022-10-11 formタグは入れ子にできない
- 2022-07-01 Iterative開発 vs Incremental開発 / img alt属性の付け方
http
- 2022-03-30 CPUアーキテクチャ(x64, i386, arm) / 独自ヘッダをどう定義すべき? / GoogleDoc x markdown
- 2022-01-14 406 Not Acceptable / Railsルーティングでidとして数値のみを受け付ける
- 2022-01-07 HTTP Status 410 Gone / 最適なfont-family in 2022
- 2021-09-02 Technical Writing by Google / httping / コンテナへ環境変数を設定
- 2021-08-25 LRU Cache / Sublime git plugin / HTTP Cache について
- 2020-07-20 CSS変数 / CSSの新しい疑似クラス:is()と:where() / 308 Permanent Redirect
https
ipad
javascrip
javascript
- 2024-06-18 pnpm 入門
- 2024-04-24 Node.js module
- 2023-12-30 forEach内でのループ処理をスキップするときはreturn
- 2023-12-24 Volta (JavaScript Tool Manager)
- 2023-08-29 React.js 再入門
- 2023-08-28 パスワード強度メーター zxcvbn
- 2023-04-02 Node.jsで文字列Base64変換
- 2022-12-02 yarn berry
- 2022-10-15 [JavaScript] fetchでアップロード / fetchでJSONレスポンスを受け取る
- 2022-09-15 jQuery.ajaxSetup() でRails CSRFトークンを付与する
- 2022-08-12 npm ci / yarn --frozen-lockfile
- 2022-04-19 JavaScript for..in vs for...of
- 2022-03-10 CSSアニメーションのリスタート with JavaScript
- 2022-03-01 JavaScript でクラス定数(スタティックプロパティ)
- 2022-01-17 Gemfile.lockのBUNDLED WITH記載のbundlerバージョンを上げる / HTMLElement.dataset
- 2022-01-04 JavaScript で class を追加・削除・トグル(classLists)
- 2022-01-03 Tooltip with CSS / JavaScript Class
- 2022-01-02 JavaScript モジュール(load script, export & import, mjs vs js, Dynamic import) / export
- 2021-12-20 nodenv / npm peerDependencies
- 2021-08-24 JavaScript で Array の特定要素を除く / Docker x GitHub Actions / Dropbox Engineering Career Framework
- 2021-08-22 JSのプロトタイプ継承 / AWS OpenSearch / PostgreSQLで正規表現
- 2021-08-12 overflow-wrap / npm-audit / PEファンド
- 2021-08-07 同意するチェックボックスでボタン有効化 / TypeScript Type Assertion(型アサーション)
- 2021-08-04 docker-compose.yml の設定override / Axios の代替ライブラリ / mutagen v0.12.0-beta4
- 2021-06-15 JavaScriptで押されたキーを検知する: KeyboardEvent.keyCode / KeyboardEvent.key
- 2021-03-12 webpack css import / bootstrap via webpacker / webpacker extract_css option
- 2020-12-19 Chrome Console `$`
- 2020-09-21 JavaScript addEventListener()
- 2020-07-20 CSS変数 / CSSの新しい疑似クラス:is()と:where() / 308 Permanent Redirect
- 2020-06-02 HTTP request smuggling / Passive Event Listeners / Rail view_context
jekyll
- 2023-04-30 GitHub Actions パーミッションエラーの解決方法 / GitHub Actions permissions の種類
- 2022-01-09 Jekyll の Syntax Highlighting gem, Rouge
- 2022-01-06 良さそうな Jekyll Theme
- 2021-09-18 Iterate over hashes in liquid templates
- 2021-05-03 Jekyll Preview mode
jemalloc
- 2021-11-18 オンラインで読めるSRE本(英語) / alpine で jemalloc の有効化
- 2021-11-11 Ruby: mallocでマルチスレッドプログラムのメモリが倍増する理由 / jemallocs vs tcmallocs vs mimalloc
jest
- 2023-12-23 jest showConfig
- 2023-04-23 jest.spyOn / jest.fn(implementation)
- 2020-11-11 SwitchBot買った / 日付期間の重複チェック / Jest redirect/setTimeout test
- 2020-07-24 Vue.js + Jest 非同期通信のテスト
keyboard
- 2024-04-25 Zoom65 v2.5 が完成した
- 2024-02-11 Zoom65 v2.5 を組み立てている
- 2023-12-16 QMKファームウェアバージョン(0.18 -> 0.22)
- 2023-06-29 はんだ不良のパターン(冷却不良・ブリッジ・はんだ欠け)
- 2023-06-27 自作キーボードデビュー
- 2023-06-08 キーキャップの素材と形状
- 2023-05-09 HHKBのキーマップのカスタマイズ
learning
license
linux
- 2024-08-05 モダンなネットワーク系コマンド iproute2 (ip, ss) / nslookup vs dig
- 2024-06-17 Linux File System のディレクトリの意味
- 2024-06-11 シンボリックリンク vs ハードリンク
- 2023-08-01 プロセスのメモリ使用量に関する指標(VSS, RSS, PSS, USS)
- 2023-07-02 pthread
- 2023-02-01 UTMを使ってUbuntuを動かす on Apple Silicon
- 2022-10-10 github-actions[bot] のコミットを作る / date command on Linux and macOS
- 2022-09-29 Ruby Hash の比較 / crontab 書式
- 2022-08-11 mount / umount
- 2022-01-24 select v.s. epoll / ネイティブスレッド v.s. グリーンスレッド
macos
- 2024-09-15 NearDropでAndroidからmacOSにQuick Share(旧・Nearby Share)する
- 2024-06-15 macOS で壊れたウインドウ表示を修復する
- 2024-03-09 speakerdeckの文字化けを直す
- 2024-01-24 macOS ユニバーサルコントロール
- 2023-12-22 Raycast Snippets/Quicklinks
- 2023-09-13 macOS公式のショートカット集
- 2023-07-08 masOSでChoosyを使ってブラウザを切り替える
- 2023-07-01 Macで同じアプリの別ウィンドウを切り替えるキーボードショートカット
- 2023-06-30 macOSでsipsコマンドを使って画像を変換する
- 2023-05-23 Apple Silicon macOS でApple Silicon対応アプリか調べる
- 2023-02-20 mas-cliでApple Storeのアプリ管理 / Brewfile
- 2023-02-12 macOS日本語入力時のひらがな/カタカナ変換
- 2023-02-01 UTMを使ってUbuntuを動かす on Apple Silicon
- 2023-01-06 macOS でファイルを移動するショートカット
- 2023-01-03 Digital Color Meter でHex値を取得 / マイジョブカード
- 2023-01-01 macOS(M2 MacBook Air) Setup in 2023
- 2022-12-31 macOSに同梱されているスクリプト言語
- 2022-12-28 ゼロトラスト / iTermでcmd+shift+;でフォントサイズが拡大できない
- 2022-12-20 macOS のチップ・メモリーの情報をコマンドで調べる
- 2022-11-26 Apple Silicon mac で arch コマンドを試す
- 2022-11-25 Apple Silicon Docker ではChromeが動かない / docker buildx secret オプション
- 2022-11-11 iTerm2 Copy Mode
- 2022-10-10 github-actions[bot] のコミットを作る / date command on Linux and macOS
- 2022-09-25 xcode-select: Failed to locate 'clang'
- 2022-08-31 macOS ユニバーサルコントロールを有効化/無効化 / Vimの補完キー
- 2022-07-29 Alfred → Raycast / NGINX SO_REUSEPORT / eBPF(extended Berkeley Packet Filter)
- 2022-06-18 macOS CPU/GPU コア数の調べ方
- 2022-05-11 xcrun: error: invalid active developer path
- 2021-10-02 mac の絵文字ショートカットキー / GitHub Pages AAAA record
- 2021-10-01 brew Command Line Tools are too outdated / Rails HABTMは悪?
- 2021-08-01 SublimeText Vi mode / macOS の esc キーのカスタマイズ
- 2021-05-20 macOS ctrl shortcuts
- 2021-05-12 brew services command
- 2020-06-11 man command for macOS
- 2024-05-01 バウンスメールの対応
- 2022-01-22 Gmail を plain text モードで利用する / Simple.css v2 がリリースされた
- 2020-11-12 SPFレコード
management
- 2024-11-12 タックマンモデル
- 2024-10-31 アイゼンハワーマトリクス・ペイオフマトリクス
- 2024-10-25 目標設定のIMPACTモデル
- 2024-10-04 スパン・オブ・コントロール
- 2024-04-22 デリゲーションポーカーの7つのレベル
- 2024-04-11 プレゼンティーズム・アブセンティーズム
- 2024-02-13 Google の給与決定プロセス
- 2023-12-12 ワーキングアグリーメント
- 2023-12-10 バックキャスティング
- 2023-11-29 リクルートの Will-Can-Must
- 2023-11-01 マネージャーの 5 つの重要な能力
- 2023-04-14 プログラマの三大美徳 vs HRT
- 2023-04-13 問題 vs 私たち
- 2022-12-09 Google流 優れたマネージャーの行動規範 / マネージャーへのフィードバック
- 2022-10-23 Googleのマネージャー / クルト・レヴィンの法則(場の理論)
- 2022-07-05 『チームトポロジー』を読む
math
- 2024-07-26 正規分布 / ベキ分布
- 2023-09-20 移動平均
- 2022-08-17 二進対数 / ランダウの記号
- 2022-05-15 標準偏差 / 分散
- 2022-05-04 クヌース・シャッフル(フィッシャー–イェーツのシャッフル)
- 2022-04-24 Logarithms(対数)学習
- 2022-03-22 Ruby で組み合わせ(combination, permutation, product, zip)
- 2021-12-31 HTML Validator / number type input で e を制御する
- 2021-05-15 Ruby で 和集合・積集合
- 2021-03-16 パーセンタイル・メトリクス(p50, p90, p99 etc.)
mermaid
- 2024-11-14 ER図の線の意味
- 2024-11-12 タックマンモデル
- 2023-09-25 OAuth2.0 のフロー / OAuth 2.0 vs OpenID Connect
- 2023-07-23 クレジットカードの取引フロー
- 2022-09-01 mermaid記法まとめ
mysql
- 2024-06-13 mysqlのタイムゾーン設定
- 2023-07-25 MySQL 8.0 のdefault collationはutf8mb4_0900_ai_ci
- 2023-03-02 MySQLの認証プラグイン(mysql_native_password → caching_sha2_password)
- 2022-07-18 グルーピングした内の最大値を持つレコードを取得
- 2022-07-16 ROW_NUMBER, DENSE_RANK, RANK
- 2022-07-08 MySQL で特定の値のカウント / MySQL でnullを最後にもってくる
- 2022-05-31 Docker環境でMySQLのログを確認する
- 2022-05-19 Ruby autoload / MySQL Index Hints は廃止予定
- 2022-05-16 MySQLアーキテクチャ / オンラインDDL
- 2021-12-08 MySQLはひどいデータベース? / Goで標準出力をテストする方法
- 2021-09-10 MySQL のストレージ容量は DELETE しただけでは空かない
- 2021-09-03 MySQL OPTIMIZE TABLE / ロック状態の確認
- 2021-08-16 gem pristine / MySQL Can’t init tc log
- 2021-05-31 MySQL ORDER BY FIELD
- 2021-02-10 [MySQL]特定のカラムのグループごとの最大値が格納されている行
- 2020-12-18 mysql で直近nヶ月するやつ / ffi Missing ffi_prep_closure / git rerere
- 2020-09-28 brew invalid 'depends_on macos' / MySQL Unique KeyのNULLの扱い / MySQL Generated index
network
- 2024-08-05 モダンなネットワーク系コマンド iproute2 (ip, ss) / nslookup vs dig
- 2023-11-16 curl: Cannot communicate securely with peer: no common encryption algorithm(s)
- 2023-07-13 Wi-Fiバージョンと802.11規格
- 2023-04-20 リバースプロキシ vs ロードバランサー
- 2023-03-28 WiFi の通信速度 / Bluetooth の通信速度
- 2023-03-22 移動通信規格(1G-5G)
- 2023-03-11 ngrok 代替としての Cloudflare Tunnels
- 2020-09-30 10.0.2.2 is host's localhost (Android, VirtualBox)
nginx
- 2023-12-25 nginx if
- 2022-07-29 Alfred → Raycast / NGINX SO_REUSEPORT / eBPF(extended Berkeley Packet Filter)
- 2021-07-07 nginx conf の modifier たち
oauth
openapi
- 2021-11-06 OpenAPI Specification / redoc x Docker Compose
- 2021-09-13 OpenAPI でコード自動生成 / RubyKaigi Takeout 参加
oss
- 2024-10-01 優しい終身の独裁者 (BDFL)
- 2024-08-21 Google Summer of Codeが誰でも参加可能に
- 2024-03-15 インナーソース
- 2024-01-01 オープンソースの定義
php
- 2024-09-01 PHP Null 合体演算子
- 2024-08-27 AES vs Rijndael
- 2024-08-14 Amazon Linux 2にPHPをremiからインストール
- 2024-08-01 PHP on Docker
- 2024-07-31 PHPのビット演算子
- 2024-03-14 PHP ComposerのLTSバージョンをインストール / バージョン指定で依存を追加
- 2024-03-10 GitHub Actions でディレクトリを指定してコマンド実行
- 2023-11-26 PHPでPostgreSQLを使うメモ
postgresql
- 2024-06-21 psql で Redshift 接続
- 2023-11-26 PHPでPostgreSQLを使うメモ
- 2022-02-02 PostgreSQL の文字列連結
- 2021-08-22 JSのプロトタイプ継承 / AWS OpenSearch / PostgreSQLで正規表現
product
productivity
programming
- 2024-06-05 Sandi Metz ルール
- 2023-07-30 ソースコードのコロケーション
- 2023-03-07 BLOB
- 2023-02-16 ClangとGCC
- 2022-08-02 継承は悪か? / is-a関係 vs has-a関係
- 2022-03-20 Hype Driven Development / ハイプ・サイクル
python
rails
- 2024-08-20 Railsでプロジェクト内のTODOやFIXMEコメントを出すコマンド
- 2024-07-20 Rails Mailerクラスでキューを指定する
- 2024-06-30 devise sign_in in rspec
- 2024-06-04 Rails.env.local?
- 2024-05-12 ActiveRecord のスキーマルール
- 2024-05-11 Rails ActiveSupport::CurrentAttributes
- 2023-10-14 楽観的ロックと悲観的ロック
- 2023-10-10 Rails enum validataion
- 2023-10-01 Rails 7.1でテンプレートに渡すローカル変数を定義できるようになった (Strict Locals)
- 2023-09-05 Rails submitタグのcommitパラメータ除外
- 2023-07-15 SQLite strict オプション
- 2023-05-11 Rails Controller層でCORSヘッダ付与 / crossorigin属性
- 2023-03-30 Rails7 で入ったオープンリダイレクト対策
- 2023-01-26 Rails redirect in routing
- 2023-01-05 Rails namespace/scope/module の違い
- 2022-11-24 Active Storage ダイレクトアップロード
- 2022-11-09 Rails form_with の local オプションの歴史
- 2022-10-17 安全なRails文字列比較
- 2022-10-16 rails-ujs 復習
- 2022-09-15 jQuery.ajaxSetup() でRails CSRFトークンを付与する
- 2022-09-10 Rails collection rendering
- 2022-08-23 RSpecで複数のchangeを利用する / ActiveRecordのいい感じのID判定
- 2022-08-22 Rails redirect_to with Flash message/anchor
- 2022-08-19 Rails in_order_of / Kernel#DelegateClass / Rails delegate_missing_to
- 2022-08-16 bootsnap cache
- 2022-08-15 Rails typeカラムの無効化 / COUNT(*) 使っていいってよ
- 2022-08-06 Ruby Enumerable#filter_map / rails stats の項目追加
- 2022-08-01 GitHub CODEOWNERSファイル / Mysql2::Error: Cannot add foreign key constraint
- 2022-07-23 ActiveRecordのrequires_new, joinable
- 2022-07-14 [Rails]to_sqlによるSQL埋め込み・fromによるサブクエリ化
- 2022-06-21 Rails params.require vs params.fetch
- 2022-06-19 FeatureSpecのJSテストは画像の404も検知する
- 2022-06-09 Rails resourcesルーティングのparamカスタマイズ / SREの4つのゴールデン シグナル
- 2022-06-08 Rails class_names(token_list)
- 2022-05-30 Rails i18n のロケールファイル整理 / Ruby alias vs alias_method
- 2022-05-24 Railsルーティングファイルを分割する
- 2022-05-20 Rails optimizer_hints
- 2022-02-07 Rails annotate_rendered_view_with_filenames / Vim 大文字・小文字変換
- 2022-01-20 sleep infinity / Rails reversible migration
- 2022-01-14 406 Not Acceptable / Railsルーティングでidとして数値のみを受け付ける
- 2021-12-17 bundler/inline / Rails Bug Template
- 2021-10-01 brew Command Line Tools are too outdated / Rails HABTMは悪?
- 2021-07-12 Rails composed_of を使ったValue Object パターン
- 2021-06-30 Rails i18n localization / RSpec metadata
- 2021-06-29 Rails select ボックスの実装 (form.select, select_tag, options_for_select)
- 2021-04-07 Railsのenumで定義したオリジナルの値を取得
- 2021-03-12 webpack css import / bootstrap via webpacker / webpacker extract_css option
- 2021-03-11 RailsDiff v5.2.4 vs v6.0.0
- 2020-06-02 HTTP request smuggling / Passive Event Listeners / Rail view_context
- 2020-05-27 ActiveRecord::Locking::Optimistic / GitHub Actionsで動かすRubocopを高速化する
- 2020-04-27 Action Mailer Preview
- 2020-02-20 delegate for nil / time_ago_in_words
rds
rspec
- 2024-09-10 Mailer Spec
- 2024-06-14 rspec custom matcher
- 2024-06-01 rspec have_enqueued_mail / have_enqueued_job / have_performed_job
- 2024-04-18 RSpec have_field matcher
- 2023-11-17 RSpec accept_alert
- 2023-04-19 subdomain routing spec
- 2022-10-31 rspec aggregate_failures をデフォルト有効化
- 2022-08-23 RSpecで複数のchangeを利用する / ActiveRecordのいい感じのID判定
- 2022-07-02 RSpec Zero monkey patching mode
- 2021-09-17 RSpec Matching arguments, include matcher / Class#superclass
- 2021-07-01 Rails RSpec サブドメインのテスト
- 2021-06-30 Rails i18n localization / RSpec metadata
- 2021-04-16 rubocop RSpec/MessageSpies の解説
- 2021-04-11 RSpec中の特定のtypeでmodule を include する / assert_select assertion
- 2021-03-21 RSpec Shared example, when_first_matching_example_defined, filter spec types
- 2020-07-27 RSpec have_attributes matcher
ruby
- 2024-10-20 Ruby spaceship operator
- 2024-10-19 Ruby combination
- 2024-10-14 Ruby endless method
- 2024-07-23 Working With Unix Processes / Working With TCP Sockets / Working With Ruby Threads
- 2024-06-16 Ruby Numbered Parameters(ナンパラ)
- 2024-02-23 Ruby Pattern Matching
- 2024-02-07 Ruby mysql2 install error (linker command failed)
- 2023-07-31 Ruby case文
- 2023-05-14 [Ruby]Hashから特定のキーの値を得る
- 2023-05-13 Google Pixel 7a ケースの暗号解いてみた
- 2023-05-02 Rubyで文字列からURLの抜き出し
- 2023-03-31 rubocopのcops(ルール一覧)を出力
- 2022-12-22 Rubyモンキーパッチ
- 2022-09-29 Ruby Hash の比較 / crontab 書式
- 2022-09-28 データ構造: Hash Table / Ruby で Hash
- 2022-08-20 Queue(FIFO) / Ruby x Queue
- 2022-08-19 Rails in_order_of / Kernel#DelegateClass / Rails delegate_missing_to
- 2022-08-06 Ruby Enumerable#filter_map / rails stats の項目追加
- 2022-07-26 Rubyビルド中にtest/v3ext.cでエラー / Semgrepによるリファクタ
- 2022-06-25 HanamiのモデルはRepositoryとEntity / VUCA
- 2022-05-30 Rails i18n のロケールファイル整理 / Ruby alias vs alias_method
- 2022-05-19 Ruby autoload / MySQL Index Hints は廃止予定
- 2022-03-22 Ruby で組み合わせ(combination, permutation, product, zip)
- 2022-03-13 Ruby でオブジェクトのメモリ量を計測するメソッド memsize_of_all_reachable_objects_from
- 2022-03-12 ObjectSpace.#memsize_of / ObjectSpace.#memsize_of_all
- 2022-02-28 Ruby minmax / python の割り算
- 2022-02-26 Rubyで二分探索(バイナリサーチ)
- 2022-02-16 Rubyでビット演算
- 2022-02-15 Ruby divmod / 『みんなのデータ構造』を読んでいる
- 2022-01-24 select v.s. epoll / ネイティブスレッド v.s. グリーンスレッド
- 2021-09-17 RSpec Matching arguments, include matcher / Class#superclass
- 2021-09-13 OpenAPI でコード自動生成 / RubyKaigi Takeout 参加
- 2021-07-31 ActiveStorage attach(attachable) / fixture_file_upload + file_fixture in Rails Test
- 2021-07-25 Capybara::Node::Element native / ActiveSupport::Testing::FileFixtures file_fixture
- 2021-07-13 RubyでXOR, AND, OR
- 2021-06-28 Ruby Struct
- 2021-05-15 Ruby で 和集合・積集合
- 2021-05-05 Ruby でファイルの読み書き
- 2021-04-13 RubyでStringをQueryParamとして解釈(CGI.parse / Rack::Utils.parse_nested_query)
- 2021-02-26 Rubyでハッシュのデフォルト値を配列にする
- 2021-01-20 Ruby Thread and ThreadGroup
- 2021-01-19 Ruby JSON module
- 2021-01-15 Ruby Range表現
- 2020-01-20 Module#private_constant / Bundler.with_clean_env / gem install error (libxml-ruby, mysql2)
ruby jemalloc
rust
scrum
security
- 2024-08-27 AES vs Rijndael
- 2024-07-29 セッションの基本 / セッション固定攻撃
- 2024-01-31 サプライチェーン攻撃
- 2023-10-09 タイポスクワッティング
- 2023-09-24 SLSA(サルサ)
- 2023-03-12 RSA暗号と前方秘匿性
- 2023-01-10 フォレンジック / RUNTIME(ランタイム)
- 2022-12-28 ゼロトラスト / iTermでcmd+shift+;でフォントサイズが拡大できない
- 2022-12-21 git force-if-includes オプション / ISO27001
- 2022-10-17 安全なRails文字列比較
- 2022-09-17 Open redirection
- 2022-08-28 Passwordless
- 2022-07-03 RailsのCSPをコントローラーで無効化する / SQLite Bigint
- 2022-06-13 target blank リンクのnoopener設定
- 2022-03-27 Cookie再入門
- 2020-06-02 HTTP request smuggling / Passive Event Listeners / Rail view_context
- 2020-04-28 CSP(Content Security Policy)について
sidekiq
- 2024-07-01 Sidekiq vs Sidekiq via ActiveJob
- 2023-01-20 sidekiq のジョブ削除
- 2022-08-26 Sidekiq Job or Worker? / 思うは招く
socket
- 2024-07-23 Working With Unix Processes / Working With TCP Sockets / Working With Ruby Threads
- 2020-11-06 Unix Domain Socketsについて
- 2020-11-05 ncコマンドでUNIX/UDPソケット双方向通信
- 2020-11-04 Socket / SOMAXCONN / File Descriptor
- 2020-10-29 TCP Socket / UNIX Socket
sql
- 2023-12-02 Amazon Athenaで正規表現
- 2023-11-05 SQLの共通テーブル式(CTE)
- 2022-10-28 任意の値を出力するSQL
- 2022-10-22 CSV CLI tool / SQL Parser in Go
- 2022-07-14 [Rails]to_sqlによるSQL埋め込み・fromによるサブクエリ化
- 2020-11-11 SwitchBot買った / 日付期間の重複チェック / Jest redirect/setTimeout test
sqlite
- 2023-07-15 SQLite strict オプション
- 2022-07-03 RailsのCSPをコントローラーで無効化する / SQLite Bigint
- 2022-05-05 Emojipedia / Litestream
- 2021-12-17 bundler/inline / Rails Bug Template
sre
- 2022-07-27 シェルスクリプトの set -eu / SREの理念と原則
- 2022-06-09 Rails resourcesルーティングのparamカスタマイズ / SREの4つのゴールデン シグナル
- 2021-11-18 オンラインで読めるSRE本(英語) / alpine で jemalloc の有効化
sublimetext
- 2024-07-02 Sublime Text Plugin in 2024
- 2021-11-02 Sublime Text Completions / SublimeText ショートカットキー
- 2021-08-25 LRU Cache / Sublime git plugin / HTTP Cache について
- 2021-08-01 SublimeText Vi mode / macOS の esc キーのカスタマイズ
- 2020-10-21 git-new-workdir / Mutagen / Sublime Text 3 CJK問題・Plugin・マークダウン編集
test
tool
typescript
- 2023-08-28 パスワード強度メーター zxcvbn
- 2023-04-07 分割代入の型注釈
- 2021-11-22 TypeScript Non-Null Assertion Operator
- 2021-08-07 同意するチェックボックスでボタン有効化 / TypeScript Type Assertion(型アサーション)
- 2020-09-20 TypeScript private
vim
- 2024-04-23 VSCode標準の差分比較機能 / Vim + GitHub Copilot
- 2022-08-31 macOS ユニバーサルコントロールを有効化/無効化 / Vimの補完キー
- 2022-02-07 Rails annotate_rendered_view_with_filenames / Vim 大文字・小文字変換
- 2020-10-22 .vimrcの変更を再読み込み / Vim Color Scheme / coc.nvim
vscode
- 2024-06-10 Dev Containerでホスト側のターミナルを使う
- 2024-04-23 VSCode標準の差分比較機能 / Vim + GitHub Copilot
- 2023-04-29 JetBrains VSCode Keymap / VSCode Mouse Wheel Zoom
- 2022-07-17 VSCode: Command Center / Method List / Jump to Bracket / Show opening tabs / Column Selection
- 2021-01-25 VSCode: Expand Selection / Duplicate Selection for macOS
vue
- 2023-01-30 Vue3 の変更点メモ
- 2021-12-31 HTML Validator / number type input で e を制御する
- 2021-11-16 Vue.js で無限スクロール / CSS vw, vh, vmin, vmax
- 2021-07-05 Vue.js slot
- 2021-05-13 Vue.jsイベント修飾 .capture .self .native
- 2020-07-24 Vue.js + Jest 非同期通信のテスト
- 2020-07-05 Vue.js sync modifier / computed property / child access via ref
- 2020-06-30 Vue.js Event Modifiers
zed
- 2024-09-26 Rspec on Zed Editor
- 2024-08-18 Zed のウインドウ表示が壊れたときの対応
- 2024-01-25 Zed がOSS化された 🎉
- 2023-07-05 Zed のキーマップカスタマイズ
zsh
- 2022-06-23 direnv は zshrc の設定必要 / direnv で .env を使う
- 2021-08-21 fasd → zsh-d / Software Estimation Is Hard / 『Vimプラグイン開発入門』読んだ
- 2021-05-23 zshで割り当てられているキーバインドを調べる / zshrcを読み込まずにzsh起動
労働
- 2024-10-22 3階建ての年金制度 / 国民年金の第1号~第3号被保険者
- 2024-07-30 管理監督責任者と36協定
- 2024-04-11 プレゼンティーズム・アブセンティーズム
- 2023-06-07 レイオフ vs 解雇 vs 退職勧奨
- 2021-12-22 日本の解雇規制 / SET (Software Engineer in Test)