Jonatan Matajonmatum.com
conceptsnotesexperimentsessays
© 2026 Jonatan Mata. All rights reserved.v2.1.1

Concepts

Stable knowledge

  • Accessibility

    Practice of designing and developing digital products usable by all people, including those with visual, auditory, motor, or cognitive disabilities.

    evergreen#accessibility#a11y#wcag#aria#inclusive-design#web
  • Agentic Workflows

    Design patterns where AI agents execute complex multi-step tasks autonomously, combining reasoning, tool use, and iterative decision-making.

    evergreen#agentic#workflows#ai-agents#orchestration#automation#llm
  • AI Agents

    Autonomous systems that combine language models with reasoning, memory, and tool use to execute complex multi-step tasks with minimal human intervention.

    growing#ai-agents#llm#autonomous-systems#tool-use#agentic-ai#react-pattern
  • AI Coding Assistants

    Tools using LLMs to help developers write, understand, debug, and refactor code, from autocomplete to agents that implement complete features.

    evergreen#coding-assistant#copilot#ai-tools#developer-experience#llm#ide
  • AI Evaluation Metrics

    Frameworks and metrics for measuring AI system performance, quality, and safety, from standard benchmarks to domain-specific evaluations.

    seed#evaluation#benchmarks#metrics#llm#quality#testing
  • AI Observability

    Practices and tools for monitoring, tracing, and debugging AI systems in production, covering token metrics, latency, response quality, costs, and hallucination detection.

    evergreen#observability#llm#monitoring#tracing#langfuse#production#metrics
  • AI Orchestration

    Patterns and frameworks for coordinating multiple AI models, tools, and data sources in production pipelines, managing flow between components, memory, and error recovery.

    evergreen#orchestration#llm#agents#pipelines#langchain#production#workflows
  • AI Safety

    Field dedicated to ensuring artificial intelligence systems behave safely, aligned with human values, and predictably, minimizing risks of harm.

    evergreen#ai-safety#alignment#guardrails#responsible-ai#ethics#red-teaming
  • Alerting Strategies

    Practices for configuring effective alerts that notify real problems without generating fatigue from excessive notifications.

    evergreen#alerting#monitoring#pagerduty#on-call#sre#notifications
  • API Design

    Principles and practices for designing clear, consistent, and evolvable programming interfaces that facilitate integration between systems.

    evergreen#api#rest#graphql#design#openapi#contracts
  • API Documentation

    Practices and tools for documenting APIs clearly, interactively, and maintainably, from OpenAPI specifications to documentation portals.

    evergreen#api-docs#openapi#swagger#documentation#developer-experience
  • API Gateway Pattern

    Pattern providing a single entry point for multiple microservices, handling routing, authentication, rate limiting, and response aggregation.

    evergreen#api-gateway#pattern#microservices#routing#aggregation
  • Artificial Intelligence

    Field of computer science dedicated to creating systems capable of performing tasks that normally require human intelligence, from reasoning and perception to language generation.

    growing#ai#machine-learning#deep-learning#llm#neural-networks#foundation-models
  • AWS API Gateway

    AWS managed service for creating, publishing, and managing REST, HTTP, and WebSocket APIs that act as entry points to Lambda functions and other backend services.

    evergreen#aws#api-gateway#serverless#rest#http#websocket
  • AWS Bedrock

    AWS serverless service providing access to foundation models from multiple providers (Anthropic, Meta, Mistral, Amazon) via unified API, without managing ML infrastructure.

    evergreen#aws#bedrock#llm#ai#foundation-models#serverless
  • AWS CDK

    AWS infrastructure as code framework that allows defining cloud resources using programming languages like TypeScript, Python, or Java, generating CloudFormation.

    evergreen#aws#cdk#iac#typescript#cloudformation#devops
  • AWS CloudFormation

    AWS native service for defining and provisioning infrastructure as code using YAML or JSON templates, with state management and automatic rollback.

    evergreen#aws#cloudformation#iac#yaml#provisioning#devops
  • AWS DynamoDB

    AWS serverless NoSQL database with single-digit millisecond latency at any scale, ideal for applications requiring high performance and automatic scalability.

    evergreen#aws#dynamodb#nosql#serverless#database#key-value
  • AWS ECS

    AWS container orchestration service that runs and scales Docker applications without managing the underlying cluster infrastructure.

    evergreen#aws#ecs#containers#docker#orchestration#cloud
  • AWS EventBridge

    AWS serverless event bus connecting applications using events, enabling decoupled event-driven architectures with rule-based routing.

    evergreen#aws#eventbridge#events#serverless#event-driven#integration
  • AWS Fargate

    Serverless compute engine for containers that eliminates server management, allowing Docker container execution paying only for consumed resources.

    evergreen#aws#fargate#serverless#containers#docker#ecs
  • AWS IAM

    AWS identity and access management service controlling who can do what in your account, with granular policies based on the principle of least privilege.

    evergreen#aws#iam#security#identity#access-control#policies
  • AWS Lambda

    AWS serverless compute service that runs code in response to events without provisioning or managing servers, automatically scaling from zero to thousands of concurrent executions.

    evergreen#aws#lambda#serverless#faas#event-driven#cloud
  • AWS S3

    AWS object storage service with 99.999999999% durability, unlimited scalability, and multiple storage classes for cost optimization.

    evergreen#aws#s3#storage#serverless#object-storage#cloud
  • AWS SAM

    AWS open-source framework for building serverless applications with simplified CloudFormation syntax, CLI for local development, and integrated deployment.

    evergreen#aws#sam#serverless#cloudformation#cli#local-development
  • AWS SNS

    AWS pub/sub messaging service that distributes messages to multiple subscribers simultaneously, enabling fan-out patterns and notifications at scale.

    evergreen#aws#sns#messaging#pub-sub#notifications#serverless
  • AWS SQS

    AWS fully managed message queue service that decouples distributed application components, guaranteeing message delivery with unlimited scalability.

    evergreen#aws#sqs#messaging#queue#serverless#decoupling
  • AWS Step Functions

    AWS serverless orchestration service that coordinates multiple services into visual workflows using Amazon States Language (ASL), with built-in error handling, retries, and parallel execution.

    evergreen#aws#step-functions#orchestration#serverless#workflow#state-machine#asl
  • AWS Well-Architected Framework

    AWS framework with six pillars of best practices for designing and operating reliable, secure, efficient, and cost-effective cloud systems.

    evergreen#aws#well-architected#best-practices#cloud#architecture#pillars
  • Backend for Frontend

    Architectural pattern where each client type has its own dedicated backend adapting microservice APIs to that client's specific needs.

    evergreen#bff#pattern#frontend#api#microservices#architecture#graphql
  • Backstage

    Spotify's open-source platform for building developer portals, with service catalog, templates, and extensible plugin system.

    evergreen#backstage#spotify#developer-portal#cncf#plugins#catalog
  • Chain-of-Thought

    Prompting technique that improves LLM reasoning by asking them to decompose complex problems into explicit intermediate steps before reaching a conclusion.

    evergreen#chain-of-thought#cot#reasoning#prompting#llm#problem-solving#self-consistency#tree-of-thoughts
  • Chaos Engineering

    Discipline of experimenting on production systems to discover weaknesses before they cause incidents, by injecting controlled failures.

    evergreen#chaos-engineering#resilience#fault-injection#testing#reliability
  • CI/CD

    Continuous Integration and Continuous Delivery/Deployment — practices that automate code integration, testing, and delivery to production. Foundation of modern software engineering.

    evergreen#devops#automation#testing#dx
  • CLI Design

    Principles for designing intuitive, consistent, and productive command-line interfaces that developers enjoy using.

    evergreen#cli#design#terminal#developer-experience#ux#tooling
  • Cloud Native

    Development approach leveraging cloud advantages: containers, microservices, immutable infrastructure, and declarative automation for scalable and resilient systems.

    evergreen#cloud-native#containers#microservices#cncf#kubernetes#devops
  • Code Quality

    Practices, tools, and metrics for maintaining readable, maintainable, testable, and defect-free code over time.

    evergreen#code-quality#linting#testing#static-analysis#maintainability#technical-debt#code-review
  • Container Registries

    Repositories for storing, versioning, and distributing container images, from public registries like Docker Hub to private registries like ECR.

    evergreen#containers#registry#docker#ecr#ghcr#images
  • Container Security

    Practices and tools for securing containers throughout their lifecycle: image building, runtime, orchestration, and compliance.

    evergreen#security#containers#docker#scanning#runtime#compliance
  • Context Windows

    The maximum number of tokens an LLM can process in a single interaction, determining how much information it can consider simultaneously to generate responses.

    evergreen#context-window#tokens#llm#memory#attention#scaling
  • Cost Optimization

    Practices and strategies to minimize cloud spending without sacrificing performance, including right-sizing, reservations, spot instances, and eliminating idle resources.

    evergreen#cost-optimization#finops#cloud#aws#savings#efficiency
  • CQRS

    Pattern separating read and write operations into distinct models, optimizing each independently for performance and scalability.

    evergreen#cqrs#architecture#patterns#event-sourcing#read-write#scaling
  • Design Systems

    Collection of reusable components, patterns, and guidelines ensuring visual and interaction consistency in digital products at scale.

    seed#design-system#components#ui#consistency#tokens#documentation
  • Dev Containers

    Specification for defining reproducible development environments in containers, eliminating 'works on my machine' problems and accelerating onboarding.

    evergreen#devcontainers#docker#vscode#development#reproducibility#dx
  • Developer Experience

    Discipline focused on optimizing developer productivity, satisfaction, and effectiveness through well-designed tools, processes, and environments.

    seed#dx#developer-experience#productivity#tooling#ergonomics
  • Developer Onboarding

    Structured process for new developers to become productive quickly, from environment setup to understanding team architecture and processes.

    seed#onboarding#dx#documentation#productivity#team
  • Developer Portals

    Centralized platforms providing developers with documentation, APIs, tools, and service catalogs in one place.

    seed#developer-portal#backstage#catalog#documentation#self-service
  • DevOps

    Culture and set of practices that unify development (Dev) and operations (Ops) to deliver software with greater speed, quality, and reliability. It's not a role — it's a way of working.

    evergreen#devops#culture#automation#sre
  • DevOps Practices

    Set of technical and cultural practices that implement DevOps principles — from Infrastructure as Code to blameless post-mortems. The "how" behind the philosophy.

    evergreen#devops#practices#automation#sre
  • DevSecOps

    Integration of security practices throughout the software development lifecycle, automating security controls in the CI/CD pipeline.

    seed#devsecops#security#shift-left#automation#ci-cd#compliance
  • Distributed Tracing

    Observability technique tracking requests across multiple services in distributed systems, enabling bottleneck identification and failure diagnosis.

    seed#tracing#distributed#opentelemetry#jaeger#spans#observability
  • Docker

    Container platform that packages applications with all dependencies into portable, consistent units that run identically in any environment.

    seed#docker#containers#devops#packaging#portability#images
  • Docker Compose

    Tool for defining and running multi-container applications with a YAML file, simplifying local development of systems with multiple services.

    seed#docker-compose#docker#local-development#yaml#multi-container#devops
  • Documentation as Code

    Practice of treating documentation with the same tools and processes as code: versioned in Git, reviewed in PRs, and automatically generated when possible.

    seed#documentation#docs-as-code#markdown#automation#dx
  • Domain-Driven Design

    Software design approach centering development on the business domain, using a ubiquitous language shared between developers and domain experts.

    seed#ddd#domain#bounded-context#aggregates#architecture#modeling
  • Embeddings

    Dense vector representations that capture the semantic meaning of text, images, or other data in a numerical space where proximity reflects conceptual similarity.

    evergreen#embeddings#vectors#nlp#semantic-similarity#representation-learning
  • Event Sourcing

    Pattern where application state is derived from an immutable sequence of events, providing complete audit trail and the ability to reconstruct state at any point in time.

    seed#event-sourcing#events#audit#immutable#patterns#architecture
  • Event-Driven Architecture

    Architectural pattern where components communicate through asynchronous events, enabling decoupled, scalable, and reactive systems.

    seed#event-driven#architecture#async#decoupling#events#messaging
  • Feature Flags

    Technique enabling activation or deactivation of features in production without deploying new code, enabling progressive releases and experimentation.

    seed#feature-flags#toggles#releases#experimentation#progressive-delivery
  • Fine-Tuning

    Process of specializing a pre-trained model for a specific task or domain through additional training with curated data, adapting its behavior without starting from scratch.

    evergreen#fine-tuning#llm#transfer-learning#lora#rlhf#training
  • Function Calling

    LLM capability to generate structured calls to external functions based on natural language, enabling integration with APIs, databases, and real-world tools.

    evergreen#function-calling#tool-use#llm#api#json#structured-output
  • Git

    Distributed version control system created by Linus Torvalds in 2005. Foundation of every modern development workflow — from local commits to global collaboration.

    evergreen#tooling#git#dx#fundamentals
  • GitFlow

    Branching model for Git proposed by Vincent Driessen in 2010. Defines branches with fixed roles (main, develop, feature, release, hotfix) for managing structured releases.

    evergreen#git#workflow#branching#dx
  • GitHub

    Collaborative development platform built on Git. More than repository hosting — it's the central hub for code review, CI/CD, project management, and open source collaboration.

    evergreen#tooling#git#collaboration#dx
  • GitHub Actions

    GitHub's native CI/CD platform. Declarative YAML workflows that automate build, test, deploy, and any development lifecycle task — directly from the repository.

    evergreen#ci-cd#automation#github#devops
  • GitHub Flow

    Minimalist branching model designed for continuous deployment. Only two elements — main and feature branches — with PRs as the integration point and immediate deploy after merge.

    evergreen#git#workflow#branching#dx#ci-cd
  • GitOps

    Operational practice using Git as single source of truth for infrastructure and configuration, with automatic reconciliation between desired and actual state.

    seed#gitops#argocd#flux#kubernetes#automation#declarative
  • Golden Paths

    Recommended, pre-configured paths for common development tasks incorporating best practices, reducing cognitive load for teams.

    seed#golden-paths#platform#templates#best-practices#self-service
  • Hallucination Mitigation

    Techniques to reduce LLMs generating false but plausible information, from RAG to factual verification and prompt design.

    evergreen#hallucination#factuality#grounding#rag#verification#llm
  • Helm

    Package manager for Kubernetes that simplifies installation and management of complex applications through reusable and configurable charts.

    seed#helm#kubernetes#packaging#charts#k8s#devops
  • Hexagonal Architecture

    Architectural pattern isolating business logic from the outside world through ports and adapters, facilitating testing and technology changes.

    seed#hexagonal#ports-adapters#clean-architecture#architecture#patterns#testing
  • Incident Management

    Processes and practices for detecting, responding to, resolving, and learning from production incidents in a structured and effective way.

    seed#incident-management#on-call#postmortem#sre#response#blameless
  • Inference Optimization

    Techniques to reduce cost, latency, and resources needed to run language models in production, from quantization to distributed serving.

    seed#inference#optimization#quantization#latency#serving#llm#performance
  • Infrastructure as Code

    Practice of defining and managing infrastructure through versioned configuration files instead of manual processes. Foundation of modern operations automation.

    evergreen#devops#iac#automation#cloud
  • InnerSource

    Application of open-source development practices within an organization, allowing teams to contribute to other teams' projects with transparent processes.

    seed#innersource#collaboration#open-source#culture#contribution
  • Internal Developer Platforms

    Internally built platforms abstracting infrastructure and operations complexity, providing self-service to development teams.

    seed#idp#platform#self-service#abstraction#devops#automation
  • Knowledge Graphs

    Data structures representing knowledge as networks of entities and relationships, enabling reasoning, connection discovery, and semantic queries over complex domains.

    seed#knowledge-graph#graph#ontology#relationships#semantic-web#linked-data
  • Kubernetes

    Container orchestration platform that automates deployment, scaling, and management of containerized applications at scale, becoming the de facto standard for cloud native.

    seed#kubernetes#k8s#containers#orchestration#cncf#cloud-native
  • Large Language Models

    Massive neural networks based on the Transformer architecture, trained on enormous text corpora to understand and generate natural language with emergent capabilities like reasoning, translation, and code generation.

    evergreen#llm#transformer#gpt#claude#foundation-models#deep-learning#nlp
  • Linting & Formatting

    Automated tools that verify style, detect potential errors, and format code consistently, eliminating style debates and improving quality.

    seed#linting#formatting#eslint#prettier#biome#automation
  • llms.txt

    Proposed standard for publishing a Markdown file at a website's root that enables language models to efficiently understand and use the site's content at inference time.

    growing#llms-txt#ai#web-standards#seo#agents#markdown#inference
  • Local Development

    Practices and tools for creating productive development environments on the developer's machine, replicating production as closely as possible.

    seed#local-development#dx#docker#environment#productivity
  • Logging Strategies

    Practices for implementing effective logging in distributed systems: structured logging, levels, correlation, and centralized aggregation.

    seed#logging#structured-logging#elk#cloudwatch#observability#debugging
  • Maturity Models

    Structured frameworks for progressively assessing and improving organizational capabilities, from CMMI to modern approaches like DORA and simplified models.

    growing#maturity-models#cmmi#dora#organizational-assessment#continuous-improvement
  • Metrics & Monitoring

    Collection and visualization of numerical system measurements over time to understand performance, detect anomalies, and make data-driven decisions.

    seed#metrics#monitoring#prometheus#grafana#dashboards#alerting
  • Micro Frontends

    Architectural pattern extending microservices to the frontend, allowing independent teams to develop and deploy parts of a web application autonomously.

    seed#micro-frontends#architecture#react#module-federation#frontend
  • Microservices

    Architectural style structuring an application as a collection of small, independent, deployable services, each with its own business logic and data.

    seed#microservices#architecture#distributed-systems#api#decoupling
  • Model Context Protocol (MCP)

    Open protocol created by Anthropic that standardizes how AI applications connect with external tools, data, and services through a universal interface.

    growing#mcp#protocol#ai-tools#anthropic#json-rpc#open-standard#interoperability
  • Monorepos

    Code organization strategy where multiple projects coexist in a single repository, sharing dependencies, configuration, and build tooling.

    evergreen#architecture#tooling#dx#git
  • Multi-Agent Systems

    Architectures where multiple specialized AI agents collaborate, compete, or coordinate to solve complex problems that exceed a single agent's capability.

    evergreen#multi-agent#ai-agents#orchestration#collaboration#swarm#a2a
  • Neural Networks

    Computational models inspired by brain structure that learn patterns from data, forming the foundation of modern artificial intelligence systems.

    evergreen#neural-networks#deep-learning#machine-learning#ai#backpropagation#transformers
  • Next.js

    React framework for full-stack web applications with Server Components, file-based routing, SSR/SSG, and built-in performance optimizations.

    seed#nextjs#react#framework#ssr#ssg#app-router#vercel
  • OAuth & OIDC

    Industry standards for delegated authorization (OAuth 2.0) and federated authentication (OpenID Connect), enabling third-party login and secure API access.

    seed#oauth#oidc#authentication#authorization#jwt#identity
  • Observability

    Ability to understand a system's internal state from its external outputs: logs, metrics, and traces, enabling problem diagnosis without direct system access.

    seed#observability#monitoring#logs#metrics#traces#opentelemetry
  • OpenTofu

    Open source fork of Terraform maintained by the Linux Foundation. Compatible with HCL and Terraform providers, created in response to HashiCorp's license change to BSL 1.1.

    evergreen#iac#opentofu#open-source#devops
  • Platform Engineering

    Discipline designing and building internal self-service platforms so development teams can deploy and operate applications autonomously.

    seed#platform-engineering#idp#self-service#devops#golden-paths
  • Policy as Code

    Practice of defining security, compliance, and governance policies as versioned, executable code, automating their verification in CI/CD pipelines.

    seed#policy-as-code#opa#sentinel#compliance#governance#automation
  • Progressive Web Apps

    Web applications using modern technologies to deliver native app-like experiences: installable, offline-capable, and with push notifications.

    seed#pwa#service-worker#offline#installable#web#mobile
  • Prompt Caching

    Technique that stores the internal computation of reused prompt prefixes across LLM calls, reducing costs by up to 90% and latency by up to 85% in applications with repetitive context.

    evergreen#prompt-caching#llm#cost-reduction#latency#anthropic#openai#optimization
  • Prompt Engineering

    The discipline of designing effective instructions for language models, combining clarity, structure, and examples to obtain consistent, high-quality responses.

    growing#prompt-engineering#llm#anthropic#openai#google#meta#best-practices#ai-tools
  • React

    JavaScript library for building user interfaces through declarative, reusable components, with an ecosystem spanning from SPAs to full-stack applications with Server Components.

    evergreen#react#javascript#ui#components#frontend#jsx
  • Retrieval-Augmented Generation

    Architectural pattern that combines information retrieval from external sources with LLM text generation, reducing hallucinations and keeping knowledge current without retraining the model.

    evergreen#rag#llm#embeddings#vector-search#information-retrieval#ai-architecture
  • Saga Pattern

    Pattern for managing distributed transactions in microservices through a sequence of local transactions with compensating actions to handle failures.

    seed#saga#pattern#transactions#distributed#compensation#microservices
  • SDK Design

    Principles for designing development kits that are intuitive, consistent, and facilitate service integration across multiple programming languages.

    seed#sdk#api#design#developer-experience#libraries#integration
  • Secrets Management

    Practices and tools for securely storing, distributing, and rotating credentials, API keys, and other sensitive data in applications and pipelines.

    seed#secrets#security#vault#ssm#credentials#encryption
  • Secure Coding

    Development practices preventing security vulnerabilities from design, including input validation, error handling, and defense-in-depth principles.

    seed#secure-coding#security#owasp#validation#best-practices#development
  • Self-Service Infrastructure

    Model where development teams can provision and manage infrastructure autonomously through automated interfaces, without depending on operations tickets.

    seed#self-service#infrastructure#automation#platform#provisioning
  • Semantic Search

    Information retrieval technique that uses vector embeddings to find results by meaning, not just exact keyword matching.

    growing#search#embeddings#vector-search#nlp#transformers#information-retrieval
  • Server Components

    React paradigm where components execute on the server, sending only HTML to the client, reducing the JavaScript bundle and improving performance.

    seed#server-components#rsc#react#nextjs#performance#rendering
  • Serverless

    Cloud computing model where the provider manages infrastructure automatically, allowing code execution without provisioning or managing servers, paying only for actual usage.

    evergreen#serverless#cloud#faas#event-driven#aws#scaling
  • Service Mesh

    Infrastructure layer dedicated to managing communication between microservices, providing observability, security, and traffic control transparently.

    seed#service-mesh#istio#envoy#networking#microservices#observability
  • Site Reliability Engineering

    Discipline applying software engineering principles to infrastructure operations, focusing on creating scalable and highly reliable systems.

    seed#sre#reliability#toil#error-budget#automation#operations
  • SLOs, SLIs & SLAs

    Framework for defining, measuring, and communicating service reliability through service level objectives (SLOs), indicators (SLIs), and agreements (SLAs).

    seed#slo#sli#sla#reliability#metrics#sre
  • Spec-Driven Development

    Development methodology where the specification is written before the code, serving as a contract between teams and as the source of truth for implementation.

    growing#spec-driven#api-first#design-first#openapi#contracts#methodology#ai-coding
  • State Management

    Patterns and libraries for managing frontend application state predictably, from local component state to shared global state.

    seed#state-management#redux#zustand#react#frontend#patterns
  • Strands Agents

    Open source SDK from AWS for building AI agents with a model-driven approach. Functional agents in a few lines of code, with multi-model support, custom tools, MCP, multi-agent, and built-in observability.

    evergreen#ai#agents#sdk#open-source#aws#mcp
  • Strangler Fig Pattern

    Incremental migration strategy that gradually replaces a legacy system with new components, progressively routing traffic until the old system can be retired.

    seed#strangler-fig#migration#legacy#pattern#modernization#architecture
  • Supply Chain Security

    Practices for ensuring the integrity and security of all dependencies, tools, and processes comprising the software development pipeline.

    seed#supply-chain#security#sbom#dependencies#slsa#sigstore
  • Synthetic Data

    Algorithmically generated data that replicates the statistical properties of real data, used to train, evaluate, and test AI systems when real data is scarce, expensive, or sensitive.

    evergreen#synthetic-data#data-generation#privacy#training#evaluation#llm#augmentation
  • Tailwind CSS

    Utility-first CSS framework enabling design building directly in markup using atomic classes, eliminating the need to write custom CSS.

    seed#tailwind#css#utility-first#frontend#styling#responsive
  • Terraform

    HashiCorp's Infrastructure as Code tool that enables defining, provisioning, and managing multi-cloud infrastructure through declarative HCL files.

    evergreen#iac#terraform#cloud#devops
  • Testing Strategies

    Approaches and testing levels for validating software works correctly, from unit tests to end-to-end tests and testing in production.

    seed#testing#unit-tests#integration#e2e#tdd#quality
  • Tokenization

    Process of splitting text into discrete units (tokens) that language models can process numerically, fundamental to how LLMs understand and generate text.

    seed#tokenization#bpe#tokens#nlp#llm#preprocessing
  • Tool Use Patterns

    Design strategies and patterns for AI agents to select, invoke, and combine external tools effectively to complete complex tasks.

    evergreen#tool-use#ai-agents#patterns#mcp#function-calling#orchestration
  • Twelve-Factor App

    Twelve-principle methodology for building modern SaaS applications that are portable, scalable, and deployable on cloud platforms.

    seed#twelve-factor#methodology#saas#cloud#best-practices#architecture
  • TypeScript

    Typed superset of JavaScript adding optional static types, improving developer productivity, error detection, and code maintainability.

    seed#typescript#javascript#types#static-analysis#tooling#dx
  • User Experience

    Discipline encompassing every aspect of a person's interaction with a product, system, or service, aiming for usefulness, usability, and satisfaction.

    seed#ux#user-experience#usability#design#interaction-design
  • Vector Databases

    Storage systems specialized in indexing and searching high-dimensional vectors efficiently, enabling semantic search and RAG applications at scale.

    evergreen#vector-database#embeddings#similarity-search#rag#pinecone#pgvector
  • Vulnerability Scanning

    Automated process of identifying known vulnerabilities in code, dependencies, containers, and infrastructure before they reach production.

    seed#vulnerability#scanning#security#sast#sca#trivy
  • Web Components

    Native web standards for creating reusable, encapsulated components that work in any framework or without one.

    evergreen#web-components#custom-elements#shadow-dom#html#standards
  • Zero Trust

    Security architecture that rigorously verifies every request regardless of origin, eliminating implicit trust in internal networks.

    evergreen#zero-trust#security#identity#network#authentication