1176件の用語
検索 / プログラミング / マーケティング等で使われる重要な言葉。SEO ではユーザーの検索クエリ、プログラミング言語の予約語、メタデータの分類用タグ等で多義的。
機械翻訳の進化史。1949 Warren Weaver 提唱→1990年代 Systran→2006 Google 統計翻訳→2017 ニューラル翻訳→2024 LLM ベースで人間並み。
GitOps+CI/CD k8s。ArgoCD 2.13 (Intuit Self-Service)・Argo Rollouts (Progressive Delivery)・Argo Workflows (Pipeline)・Argo Events・Flux v2 2.4 (CNCF・GOTK)・Tekton Pipelines 0.66 (CNCF)・Crossplane 1.18 (Composition+Provider)・Kargo (Akuity Multi-Stage)・Konflux (Red Hat)・Werf (Flant)・Skaffold・¥0 OSS、2026年ArgoCD+Flux v2 GitOps生態系主流。
CI/CDパイプライン。GitHub Actions・Self-Hosted Runner (Mac mini M2 / Ryzen Server)・Workflow YAML・Matrix Build・Reusable Workflow・Composite Action・GitLab CI 17/Jenkins 2.500+/CircleCI 2.x/Buildkite/Drone CI/Woodpecker (Self-Host)・Argo Workflows・Tekton・Runs-on (Cloud Runner)・nektos/act (Local Run)、2026年Self-Hosted節約優先。
GitHub CI/CD実行基盤。Ubuntu 24.04/Windows 2025/macOS 14/15 Runner・ARM64 runners(2025年GA・Linux)・Larger Runners・GitHub Copilot Agent・Dependabot・CodeQL・Advanced Security・actions/checkout@v4・actions/setup-node@v4・self-hosted runner対応、2026年OSS CI第一選択。
GitHub統合CI/CD基盤。ubuntu-24.04-arm・ubuntu-latest・macos-14/15(M2 Pro)・windows-2025が2026年主要runner、Self-hosted Runner+GPU runner(A10/L4)+Reusable Workflow+Composite Action+Artifact v5+Dependabot Multi-ecosystem、月2000分無料+組織$4/ユーザー。
Gitリポジトリの並行開発線。`main`/`dev`/`feature/*`/`hotfix/*`/`release/*`が代表命名、`git switch -c feature/xxx`・`git merge`・`git rebase`で操作、GitFlow/TrunkBasedDevelopmentが2026年主流戦略。
ソースコード並行開発手法。Trunk-Based Development・GitHub Flow(main+feature)・GitLab Flow(env branch)・Git Flow(develop/release/hotfix・Vincent Driessen 2010)・Stacked PR(Graphite)・Git worktree・rebase vs merge・commit convention(Conventional Commits)・husky+lefthook代表、2026年TBD+Feature Flag定着。
分散版管理ブランチ運用モデル。Trunk-based Development(main直線)・GitHub Flow(main+feature)・GitLab Flow(main+env)・Git Flow(main+develop+feature+release+hotfix)・Stacked PRs(Graphite・Sapling)が代表、2026年Trunk-based+Feature Flagsが主流、SBE+短命ブランチ<1週間推奨。
DevSecOps統合プラットフォーム。GitLab 18(2026年Q2)・Community Edition(MIT license OSS)・Premium/Ultimate商用・GitLab CI/CD・Container Registry・Pages・Terraform State・SAST/DAST/SCA内蔵・GitLab Duo(AI Assistant)・Self-host対応で2026年GitHub Enterprise代替。
Gitバージョン管理ストレージ。GitHub・GitLab・Bitbucket・Codeberg・Gitea・Azure DevOps・AWS CodeCommitが代表ホスティングで、`.git/`ディレクトリがメタデータ、monorepo/polyrepoが2026年選択肢。
Git Workflow(ギット・ワークフロー)は、ソフトウェア開発プロジェクトでコードを管理し、チーム全体が協力して作業できるように設計された一連の手順や慣行です。単なるバージョン管理システムであるGit自体は「変更履歴を記録する」「ローカルとリモートを同期させる」など基本的な機能を提供しますが、Workflowはそれらをどう組み合わせて使うかの設計図です。例えば、ブランチ戦略(feature,
Git運用Workflow。Conventional Commits 1.0 (feat/fix/chore/docs)・Trunk-Based Development (Single Long-Lived branch)・GitHub Flow (Feature Branch+PR・Default)・GitLab Flow・Git Flow (Maintenance・複雑)・Stacked PR (Graphite/Sapling)・Sapling SCL Mercurial Fork (Meta)・Jujutsu (jj)・Pijul Patch-Based・git-bug・semantic-release・cz-cli Commitizen・¥0 OSS、2026年jj注目度上昇。
PCが正常に起動できない状態で、ハードウェアまたはソフトウェアの問題によって発生
Cache Pattern。Cache-Aside Lazy-Loading (Pull on Miss・最普及)・Read-Through (Library Wrapper)・Write-Through (Cache+DB同時Write・整合性高)・Write-Behind/Write-Back (Cache優先+Async DB Write・性能高)・Write-Around (DB Direct・Cache Bypass)・Refresh-Ahead Predictive Refresh・TTL+TTI・LRU/LFU/FIFO/Random Eviction・Bloom Filter (Negative Cache)・Cache Stampede Avoidance (Mutex/Single-Flight・jitter)、2026年Stale-While-Revalidate標準化。
高速アクセス用一時保存ファイル。Chrome/Edge `~/AppData/Local/.../Cache`・Safari `~/Library/Caches`・Linux `~/.cache/`・macOS `/var/folders/`が代表配置で、`rm -rf ~/.cache/*`/DNS flush(`ipconfig /flushdns`)で初期化。
Distributed Systems理論。CAP Theorem Brewer (Consistency/Availability/Partition Tolerance・三者択二)・PACELC (Partition+Else: Latency vs Consistency)・Strong Consistency (Linearizable)・Sequential Consistency・Causal Consistency・Eventual Consistency・Read-Your-Writes・Monotonic Read・Bounded Staleness (Cosmos DB)・CRDT・Vector Clock・Lamport Timestamp・FLP Impossibility・¥0 知識、2026年Multi-Region+Edge Database でPACELC再注目。
Canvas/WebGL Library。Konva 9 (HTML5 Canvas 2D)・Fabric.js 6 (Canvas+Object)・Pixi.js v8 (WebGPU+WebGL)・Three.js r170+ (3D)・React Three Fiber R3F・Drei (R3F Helpers)・Babylon.js 7 (Microsoft・WebGPU First)・p5.js 1.11 (Creative Coding)・PaperJS・rough.js (Hand-drawn)・¥0 OSS、2026年R3F+Pixi.js v8 WebGPU主流。
2025年Builder.io公開予想Qwik 2 Web Framework。Resumability+0 Hydration+Lazy Streaming+Vite 6+Edge Runtime+Server Component+Qwik City搭載。
3D 立体音響再生技術。Dolby Atmos/Apple Spatial Audio/Sony 360 Reality Audio が主流、2026年は AirPods Pro 2/Vision Pro で個人視聴体験革新中。