Skill-Profil

API Documentation

OpenAPI 3.x, Swagger UI, Redoc, API changelog, SDK generation, developer portal

API & Integration API Management

Rollen

65

wo dieser Skill vorkommt

Stufen

5

strukturierter Entwicklungspfad

Pflichtanforderungen

91

die anderen 234 optional

Domäne

API & Integration

skills.group

API Management

Zuletzt aktualisiert

17.3.2026

Verwendung

Wählen Sie Ihr aktuelles Level und vergleichen Sie die Erwartungen.

Was wird auf jedem Level erwartet

Die Tabelle zeigt, wie die Tiefe von Junior bis Principal wächst.

Rolle Pflicht Beschreibung
1C Developer Understands basics of API documentation for 1C web services and HTTP endpoints. Reads and follows existing API docs when integrating 1C with external systems. Documents simple data exchange formats for 1C configuration integration points.
AI Product Engineer Understands basics of API documentation for ML model serving endpoints and experiment tracking services. Reads and follows existing API docs for inference APIs and feature stores. Documents simple request/response schemas for AI product integration points.
Analytics Engineer Reads external API documentation for configuring data extraction. Documents API source parameters and limits in the project README. Describes the structure of received data for staging models.
Android Developer Reads and understands API documentation for Android development: Swagger/OpenAPI specifications for REST, GraphQL schemas for Apollo. Finds needed endpoints, understands request parameters and response structures, uses Android SDK documentation (developer.android.com) and Kotlin documentation for learning component and library APIs.
Application Security Engineer Understands the role of API documentation in security: auth scheme descriptions, rate limits, error handling. Can read and analyze API documentation to identify potential vulnerabilities.
Backend Developer (C#/.NET) Pflicht Documents API via XML comments and Swagger annotations: summary, remarks, response types. Maintains Swagger UI. Describes parameters and examples.
Backend Developer (Elixir) Pflicht Documents Elixir modules and functions through @moduledoc and @doc attributes. Generates documentation through ExDoc with mix docs. Describes Phoenix API endpoints with request and response examples, maintains typespecs for auto-documenting types in ExDoc.
Backend Developer (Go) Pflicht Documents Go API endpoints using swaggo-format comments: describes parameters, response types, HTTP status codes. Generates Swagger/OpenAPI spec via swag init and verifies documentation correctness in Swagger UI.
Backend Developer (Java/Kotlin) Pflicht Documents API via SpringDoc/OpenAPI annotations: @Operation, @ApiResponse, @Schema. Describes parameters, request bodies, and response examples. Keeps Swagger UI up to date.
Backend Developer (Node.js) Pflicht Documents API: describes endpoints via JSDoc/swagger-jsdoc, writes request/response examples. Maintains Swagger UI up to date. Describes authentication requirements.
Backend Developer (PHP) Pflicht Describes endpoints: request/response examples, required parameters, error codes. Uses OpenAPI annotations in code. Keeps Swagger UI up to date. Documents edge cases.
Backend Developer (Python) Pflicht Adds descriptions to endpoints (docstrings, summary). Understands OpenAPI specification. Uses Swagger UI for testing. Documents request/response models.
Backend Developer (Rust) Pflicht Documents REST API of Rust services through utoipa attributes (#[utoipa::path]) on Axum/Actix-web endpoints. Describes request/response schemas through derive(ToSchema) and generates Swagger UI through utoipa-swagger-ui middleware.
Backend Developer (Scala) Pflicht Documents Scala API endpoints using Swagger/OpenAPI annotations: describes request/response models, request examples. Writes Scaladoc comments for public methods, maintains up-to-date README with service launch instructions and available endpoints.
BI Analyst Understands basics of API documentation for data source connectors and reporting service endpoints. Reads and follows existing API docs when configuring BI tool integrations. Documents simple data query parameters and response formats for dashboard data sources.
Blockchain Developer Documents blockchain API: RPC endpoints, contract ABIs, integration guides.
Cloud Engineer Documents cloud APIs and endpoints: describes Terraform module parameters, writes README for IaC. Uses markdown for cloud resource documentation.
Computer Vision Engineer Understands the importance of API documentation for CV services and can read OpenAPI specifications for inference endpoints. Knows basic documentation tools.
Data Analyst Understands basics of API documentation for data access endpoints and analytics service APIs. Reads and follows existing API docs when querying data platforms and visualization services. Documents simple API usage patterns for data extraction and analysis workflows.
Data Engineer Documents data APIs and pipelines: describes data sources, transformations, output schemas. Writes README for data repos.
Data Scientist Documents ML API: describes prediction endpoints, model inputs/outputs, example requests.
Desktop Developer (.NET WPF/WinUI/MAUI) Studies API documentation principles for .NET server components of desktop ecosystem. Understands Swagger/OpenAPI and XML documentation in .NET, can read and use existing documentation in desktop development.
Desktop Developer (Electron/Tauri) Understands the importance of API documentation for Electron projects and can read API specifications. Writes basic descriptions of IPC channels and server endpoints for desktop applications.
Desktop Developer (Qt/C++) Studies API documentation principles for server components of the Qt ecosystem. Understands OpenAPI/Swagger formats and can read and use existing API documentation when developing desktop applications.
DevOps Engineer Documents DevOps APIs and tools: pipeline usage, deployment procedures, CLI guides. Writes README for infrastructure repos.
DevSecOps Engineer Reads and understands API documentation for security tools: Vault, SAST/DAST scanners, SIEM systems. Documents DevSecOps utility APIs with parameter descriptions and usage examples.
Embedded Developer Reads and understands API documentation for SDKs and libraries used in embedded development. Can document HAL layer public functions with parameter and return value descriptions.
Engineering Manager Understands the importance of API documentation and can assess documentation quality in team projects. Knows main tools — Swagger, OpenAPI.
Flutter Developer Understands basics of API documentation for backend services consumed by Flutter applications. Reads and follows existing API docs when implementing data fetching in mobile and web clients. Documents simple API integration patterns for Flutter state management and data binding.
Frontend Developer (Angular) Documents API contracts for Angular components — inputs and outputs. Maintains service and model documentation using TSDoc and Compodoc.
Frontend Developer (React) Understands the importance of API documentation for frontend development and can work with Swagger/OpenAPI. Reads server API documentation for correct integration in React components.
Frontend Developer (Svelte) Understands the importance of API documentation and can read Swagger/OpenAPI specifications for integration into Svelte components. Knows how to use API documentation for development.
Frontend Developer (Vue) Reads and uses API documentation for integration with Vue components. Understands OpenAPI/Swagger specifications and can find needed endpoints, parameters and response format.
Fullstack Developer Documents fullstack API: describes endpoints, request/response, authentication. Writes component documentation.
Game QA Engineer Documents QA processes: test plans, bug report templates, test case documentation. Writes testing guides.
Game Server Developer Documents basic server APIs — authorization endpoints, player profile retrieval, basic game actions. Uses OpenAPI format and describes request/response parameters.
Infrastructure Engineer Reads and understands API documentation of cloud providers and infrastructure tools. Documents simple automation scripts with parameter descriptions and launch examples.
iOS Developer Reads and uses API documentation (Swagger/OpenAPI) for iOS application integration. Finds needed endpoints, understands parameter descriptions and response formats. Tests API calls via Postman or built-in Swagger UI, documents used endpoints in project documentation for the team.
IoT Engineer Understands the importance of API documentation. Can read and use existing IoT platform API documentation for device integration and writing client applications.
Language Tooling Engineer Understands basics of API documentation for language server protocols and compiler tool interfaces. Reads and follows existing API docs for LSP implementations and debug adapter protocols. Documents simple tool API endpoints for IDE integration and code analysis services.
LLM Engineer Documents LLM API: prompt templates, input/output formats, usage examples.
ML Engineer Reads and understands ML framework documentation: PyTorch, TensorFlow, scikit-learn and inference servers. Documents ML model APIs with input/output format descriptions and constraints.
MLOps Engineer Understands the importance of API documentation. Can read ML framework documentation (TensorFlow Serving, MLflow) and use model serving endpoint APIs for integration.
NLP Engineer Understands the importance of API documentation and can describe NLP service endpoints. Documents request/response formats, model parameters, and inference API usage examples.
Penetration Testing Engineer Understands the importance of API documentation for reconnaissance and can analyze Swagger/OpenAPI specifications to identify attack surface. Knows basic tools.
Performance Testing Engineer Understands the importance of documenting APIs and test scenarios. Can read API documentation to create correct test requests and validate responses in load tests.
Platform Engineer Documents platform API: describes CRD specs, CLI commands, self-service endpoints. Writes getting started guides for platform users.
Product Manager Pflicht Understands the purpose of API documentation. Can read API docs (Swagger/OpenAPI). Can use Postman for API testing.
QA Automation Engineer Understands basics of API documentation for writing automated API tests. Reads and follows existing API docs to validate endpoint behavior and response contracts. Documents simple test API specifications for verifying request/response schemas and error handling.
QA Engineer (Manual) Understands basics of API documentation for manual API testing activities. Reads and follows existing API docs to construct test requests in Postman or similar tools. Documents simple test scenarios based on API specifications for functional validation.
QA Security Engineer Understands the role of API documentation in planning security testing. Analyzes OpenAPI specifications to determine attack surface and prepare security test scenarios.
React Native Developer Reads API documentation for React Native integration — Swagger/OpenAPI, Postman collections. Understands endpoint descriptions, parameters, responses. Uses API documentation for properly forming requests from the mobile app. Tests requests via Postman/Insomnia.
Release Engineer Documents release tool APIs — endpoints, parameters, and call examples. Maintains documentation currency when updating internal deployment platform services.
Security Analyst Documents security tool APIs — scanner endpoints and alert interfaces. Maintains up-to-date documentation for internal security services and their parameters.
Site Reliability Engineer (SRE) Documents SRE API and tools: describes internal API endpoints, runbook procedures, monitoring setup. Writes README for infrastructure repos.
Smart Contract Developer Documents blockchain API: describes RPC endpoints, contract ABIs, integration guides.
Solutions Architect Understands API documentation in architecture: documentation requirements, API design guidelines. Evaluates documentation needs.
Systems Programmer (C/C++) Documents system API: syscall documentation, header file comments, ABI documentation.
Technical Lead Documents APIs: writes endpoint descriptions, request/response examples, authentication guides. Uses OpenAPI/Swagger for basic documentation.
Technical Product Manager Pflicht Understands the importance of API documentation for internal and external consumers. Knows OpenAPI/Swagger formats and can read specifications. Can identify documentation gaps during review.
Technical Writer Understands API documentation structure: endpoint descriptions, request parameters, response formats, error codes. Knows main tools: Swagger UI, Redoc, Postman. Can read and supplement existing API documentation.
Telecom Developer Reads and understands telecom API documentation: SIP RFCs, provisioning REST APIs, and CDR export APIs. Documents own APIs with parameter descriptions, error codes, and call examples.
Unity Developer Documents Unity API: XML comments, README, code examples. Writes developer guides.
Unreal Engine Developer Documents Unreal API: code comments, README, Blueprint documentation.
XR Unity Developer Understands the importance of API documentation for XR projects and can read existing documentation. Writes basic endpoint descriptions used by Unity client for server communication.
Rolle Pflicht Beschreibung
1C Developer Independently creates API documentation for 1C web service endpoints using OpenAPI/Swagger. Writes integration guides for 1C data exchange protocols with code examples. Documents authentication flows and error handling patterns for 1C platform integrations.
AI Product Engineer Independently creates API documentation for ML model serving endpoints and experiment APIs. Writes integration guides for inference services with request/response examples and SDK usage patterns. Documents model versioning, feature flag configurations, and A/B test API contracts.
Analytics Engineer Creates detailed API integration documentation: mapping API fields to staging model columns, describing transformations, rate limits, and retry strategies. Maintains a changelog of API changes and their impact on dbt models.
Android Developer Documents Android module API contracts: KDoc comments for public Repository and UseCase interfaces, data class and sealed error class descriptions. Creates READMEs for internal modules with usage examples, maintains CHANGELOG, documents Retrofit interfaces with parameter descriptions and expected responses for the backend team.
Application Security Engineer Documents API security aspects: authentication schemes, permission models, security response formats. Creates guidelines for developers on secure usage of internal and external APIs.
Backend Developer (C#/.NET) Pflicht Designs API documentation: OpenAPI spec generation via Swashbuckle, XML docs, Swagger examples. Automates freshness checks. Documents auth flows and error codes.
Backend Developer (Elixir) Pflicht Develops structured API documentation for Phoenix with OpenAPI through open_api_spex. Configures Swagger UI for interactive endpoint testing. Generates automatic documentation from Ecto schemas and controllers, maintains changelog and guides through ExDoc.
Backend Developer (Go) Pflicht Maintains complete OpenAPI documentation for Go services via swaggo: model descriptions, request/response examples, authentication. Configures automatic documentation generation in CI and publishing through Swagger UI or Redoc.
Backend Developer (Java/Kotlin) Pflicht Designs API documentation in Java projects: spec-first via OpenAPI YAML, code generation via openapi-generator. Documents error codes, authentication flows, rate limits. Automates freshness checks via Spring REST Docs.
Backend Developer (Node.js) Pflicht Generates API documentation: OpenAPI spec from NestJS decorators or Fastify schemas, Redoc for publishing. Documents: error codes, rate limits, pagination. Writes getting started guides.
Backend Developer (PHP) Pflicht Generates OpenAPI specification from code automatically. Creates examples for each scenario: success, validation errors, 404, 500. Versions documentation. Adds authentication section with examples.
Backend Developer (Python) Pflicht Generates complete OpenAPI documentation from code. Configures Redoc or Swagger UI. Documents error codes and examples. Creates Postman collections. Writes guides for API consumers.
Backend Developer (Rust) Pflicht Develops comprehensive API documentation for Rust services: OpenAPI 3.0 through utoipa with examples, authentication description (SecurityScheme), grouping by tags. Configures automated documentation generation in CI and publishing through Swagger UI/Redoc.
Backend Developer (Scala) Pflicht Creates complete API documentation for Scala services through Tapir with OpenAPI specification auto-generation: describes all endpoints, error schemas, examples. Documents Protobuf contracts, writes ADR (Architecture Decision Records) for key architectural decisions.
BI Analyst Independently creates API documentation for data warehouse query endpoints and reporting service integrations. Writes integration guides for BI tool data connector configurations with authentication examples. Documents data refresh API contracts and parametric report generation endpoints.
Blockchain Developer Creates documentation: contract docs, SDK guides, deployment procedures.
Cloud Engineer Creates technical documentation for cloud infrastructure: architecture decision records, runbooks, API docs for internal services. Automates docs generation.
Computer Vision Engineer Creates documentation for CV API — inference endpoints, model versioning, input/output formats. Describes model limitations, supported image formats.
Data Analyst Independently creates API documentation for data access services and analytical pipeline endpoints. Writes integration guides for data extraction APIs with query parameter examples and pagination patterns. Documents data catalog APIs and automated analysis workflow endpoints.
Data Engineer Creates data documentation: pipeline architecture docs, data dictionaries, lineage diagrams. Automates schema documentation.
Data Scientist Creates ML documentation: model cards, API reference, integration guides, evaluation reports.
Desktop Developer (.NET WPF/WinUI/MAUI) Creates API documentation for .NET server components using Swashbuckle and XML comments. Maintains up-to-date OpenAPI specifications when changing desktop client-server interaction interfaces.
Desktop Developer (Electron/Tauri) Creates API documentation for Electron applications: IPC protocols, backend REST endpoints, plugin API. Uses OpenAPI/Swagger and TypeScript typing for self-documenting interfaces.
Desktop Developer (Qt/C++) Creates API documentation for Qt ecosystem server components with endpoint descriptions, parameters and usage examples. Maintains documentation currency when desktop client-server interaction interfaces change.
DevOps Engineer Creates DevOps documentation: runbooks, architecture diagrams, pipeline templates. Automates documentation generation.
DevSecOps Engineer Creates OpenAPI specifications for security APIs with authentication flow and error handling descriptions. Documents security platform APIs with integration examples for developers and DevOps engineers.
Embedded Developer Creates technical documentation for embedded APIs: driver interfaces, HAL layer specifications, communication protocol descriptions. Uses Doxygen for automated documentation generation.
Engineering Manager Establishes API documentation standards for the team, implements automatic generation and validation tools. Ensures API specification accuracy.
Flutter Developer Independently creates API documentation for Flutter BFF services and mobile-optimized endpoints. Writes integration guides for REST/GraphQL consumption from Flutter apps with Dart code examples. Documents API caching strategies, offline-first patterns, and platform-specific endpoint configurations.
Frontend Developer (Angular) Develops Angular application API documentation with usage examples. Creates Storybook for visual UI component documentation and their interactions.
Frontend Developer (React) Creates documentation for React components and custom hooks using Storybook and JSDoc. Documents frontend-API interaction contracts, including types, errors and edge cases.
Frontend Developer (Svelte) Creates documentation for SvelteKit API endpoints, generates types from OpenAPI specifications. Ensures synchronization between API contracts and frontend code.
Frontend Developer (Vue) Creates documentation for frontend API layer — API client descriptions, request and response types, error handling. Generates TypeScript types from OpenAPI specifications for Vue projects.
Fullstack Developer Creates fullstack documentation: OpenAPI specs, component Storybook, API guides. Automates docs generation.
Game QA Engineer Creates QA documentation: test strategy documents, automation framework guides, reporting templates.
Game Server Developer Creates complete server API documentation — game API, admin API, SDK for client developers. Describes error protocols, rate limits, and usage examples for each endpoint.
Infrastructure Engineer Creates documentation for infrastructure modules: describing Terraform inputs/outputs, Ansible variables. Documents internal platform service APIs with usage examples for DevOps teams.
iOS Developer Documents iOS application network layer: describes API contracts through Codable models with comments, maintains endpoint catalog. Creates request and response examples for new developer onboarding, configures automatic Swift model generation from OpenAPI specification via swagger-codegen or CreateAPI.
IoT Engineer Documents IoT platform API: describing endpoints for device registration, telemetry protocols, command formats. Uses OpenAPI/Swagger for REST and AsyncAPI for MQTT.
Language Tooling Engineer Independently creates API documentation for language server capabilities and compiler tool interfaces. Writes integration guides for LSP extensions with protocol message examples. Documents code analysis API endpoints, AST query interfaces, and debug adapter protocol extensions.
LLM Engineer Creates LLM documentation: API reference, prompt engineering guides, evaluation reports.
ML Engineer Creates documentation for ML services: model API description, feature format, prediction response schema. Documents model cards with metrics, limitations and intended use for each model.
MLOps Engineer Documents ML platform APIs: inference endpoint descriptions, input/output data formats, call examples. Uses OpenAPI for REST and Protobuf descriptions for gRPC model serving.
NLP Engineer Creates comprehensive NLP service API documentation with OpenAPI specification. Describes model parameter semantics, data formats, error codes, and input text constraints.
Penetration Testing Engineer Uses API documentation for pentest planning — analyzes endpoints, parameters, authentication flows. Identifies undocumented APIs, BOLA, and BFLA vulnerabilities.
Performance Testing Engineer Documents performance testing APIs and processes: test scenario descriptions, load parameters, metrics and thresholds. Creates runbooks for conducting standard performance tests.
Platform Engineer Creates platform documentation: API reference, user guides, architecture docs. Automates CRD documentation generation from OpenAPI specs.
Product Manager Pflicht Defines API requirements from the product perspective. Reviews API design. Ensures API documentation quality for developer experience.
QA Automation Engineer Independently creates API test documentation with comprehensive endpoint coverage matrices. Writes integration test guides with request/response examples and validation rules. Documents API contract testing specifications and automated schema validation configurations.
QA Engineer (Manual) Independently creates API test documentation with detailed test scenario descriptions and expected responses. Writes manual API testing guides with Postman collection examples and environment configurations. Documents API regression test matrices and exploratory testing checklists for new endpoints.
QA Security Engineer Uses API documentation for systematic security testing: verifying all endpoints, testing auth schemes, parameter fuzzing. Documents discovered vulnerabilities with clear reproduction steps.
React Native Developer Documents API contracts for React Native — describes requests, responses, errors. Configures auto-generation of TypeScript types from OpenAPI/GraphQL schemas with codegen. Creates mock servers for parallel frontend/backend development. Maintains API changelog for the mobile team.
Release Engineer Develops comprehensive release platform API documentation with OpenAPI specifications. Creates interactive examples and integration guides for internal CI/CD services.
Security Analyst Develops security platform API documentation with OpenAPI specifications. Creates integration guides for SIEM, ticketing systems, and automation tools.
Site Reliability Engineer (SRE) Creates SRE documentation: runbooks, architecture diagrams, on-call guides, monitoring setup docs. Automates documentation generation.
Smart Contract Developer Creates blockchain documentation: contract API docs, SDK guides, deployment procedures.
Solutions Architect Designs documentation architecture: docs-as-code, API portal, versioned documentation. Defines documentation standards.
Systems Programmer (C/C++) Creates system documentation: API reference, architecture docs, performance guides.
Technical Lead Designs API documentation: auto-generation from code, versioned docs, developer guides. Creates getting started tutorials and migration guides.
Technical Product Manager Pflicht Independently defines API documentation requirements for developers. Reviews OpenAPI specifications for endpoint, error and example completeness. Defines developer experience standards for public APIs.
Technical Writer Independently creates comprehensive API documentation based on OpenAPI/Swagger specifications. Documents authentication, rate limiting, pagination, versioning. Writes getting started guides and tutorials for API consumers.
Telecom Developer Creates OpenAPI specifications for telecom services: subscriber provisioning, service management, billing API. Documents integration interfaces between BSS and OSS components with workflow examples.
Unity Developer Creates documentation including API reference for Unity game services, integration guides for multiplayer and analytics SDKs, and technical design documents for game system architectures and asset pipeline configurations.
Unreal Engine Developer Creates documentation including API reference for Unreal Engine game services and Blueprints interfaces, integration guides for online subsystems and platform SDKs, and technical design documents for gameplay framework architectures.
XR Unity Developer Creates comprehensive API documentation for XR backend using OpenAPI/Swagger, including request and response examples. Documents WebSocket protocols for multiplayer XR interactions.
Rolle Pflicht Beschreibung
1C Developer Pflicht Designs comprehensive API documentation architecture for 1C enterprise integration platforms. Defines documentation standards for versioning, error taxonomy, and migration guides across 1C service portfolios. Establishes automated documentation generation from 1C web service definitions and metadata.
AI Product Engineer Pflicht Designs comprehensive API documentation architecture for AI product platform services. Defines documentation standards for model serving APIs including versioning, deprecation policies, and performance SLA specifications. Establishes automated documentation generation integrated with ML experiment tracking and model registry systems.
Analytics Engineer Pflicht Architects the data API documentation system for the analytics platform: OpenAPI specifications for internal endpoints, auto-generation of documentation from dbt artifacts. Implements standards for describing data semantics in APIs.
Android Developer Pflicht Designs documentation for Android SDK and internal libraries: auto-generating Dokka documentation from KDoc, creating code samples and integration guides. Documents architectural decisions through ADRs (Architecture Decision Records), maintains migration guides for API updates, creates interactive examples through Android sample apps for SDK consumers.
Application Security Engineer Designs API security documentation standards for the organization: threat models, security considerations, abuse prevention. Automates security documentation generation from code and OpenAPI specifications.
Backend Developer (C#/.NET) Pflicht Builds documentation pipeline: auto-generation + manual guides, versioned docs. Uses NSwag for client SDK generation. Integrates with developer portal.
Backend Developer (Elixir) Pflicht Designs API documentation system for Elixir projects with auto-generation from typespecs and open_api_spex. Implements contract testing through specifications, configures CI validation of documentation freshness. Creates interactive examples with Livebook for complex integrations.
Backend Developer (Go) Pflicht Develops API documentation strategy for Go services: auto-generation from protobuf for gRPC, contract-first approach for REST. Implements API changelog, integration examples and SDK documentation, configures code-to-spec compliance validation.
Backend Developer (Java/Kotlin) Pflicht Builds documentation pipeline: auto-generation from code + manual guides, versioned docs, changelog between API versions. Integrates Spring REST Docs with Asciidoctor for production-ready documentation.
Backend Developer (Node.js) Pflicht Designs documentation strategy: auto-generation from code, versioned docs, changelog. Creates developer portal with API explorer. Integrates doc generation in CI/CD.
Backend Developer (PHP) Pflicht Designs documentation as a product: developer portal, getting started guides, SDKs. Automates client generation from specification. Implements contract testing (specification = tests).
Backend Developer (Python) Pflicht Designs developer portal. Automates SDK generation from OpenAPI. Configures versioned documentation. Creates interactive examples. Implements docs-as-code approach.
Backend Developer (Rust) Pflicht Designs API documentation strategy for Rust services: automated specification compliance tests through spectral, changelog generation on proto/OpenAPI changes. Implements documentation-as-code approach with rustdoc for internal APIs and utoipa for public ones.
Backend Developer (Scala) Pflicht Designs API documentation system for Scala microservices: auto-generation through Tapir/Smithy, CI integration for freshness validation. Creates developer portal with interactive examples, documents inter-service interaction patterns and error handling strategies.
BI Analyst Pflicht Designs comprehensive API documentation architecture for enterprise data and reporting platforms. Defines documentation standards for data access APIs including query optimization guides, rate limiting policies, and data lineage references. Establishes automated documentation generation for BI tool connector APIs and reporting services.
Blockchain Developer Designs documentation: auto-generated ABI docs, interactive examples.
Cloud Engineer Designs documentation strategy for cloud platform: automated architecture diagrams, living documentation, API portal for internal consumers.
Computer Vision Engineer Designs comprehensive CV platform documentation — API reference, model cards, data sheets. Automates documentation generation from code and model metadata.
Data Analyst Pflicht Designs comprehensive API documentation architecture for data analytics platforms and self-service data access. Defines documentation standards for data query APIs including performance guidelines, data governance annotations, and usage analytics. Establishes automated documentation generation for data catalog and analytical pipeline APIs.
Data Engineer Designs data documentation strategy: data catalog, automated lineage, self-service discovery. Implements docs-as-code.
Data Scientist Designs ML documentation: model registry docs, automated model cards, experiment reports.
Desktop Developer (.NET WPF/WinUI/MAUI) Designs API documentation system for .NET desktop ecosystem with code auto-generation, versioning and sandbox environment. Introduces contract-first approach and typed client generation for desktop applications through NSwag.
Desktop Developer (Electron/Tauri) Designs documentation system for the Electron platform: public API for plugins, internal IPC contracts, server API. Automates documentation generation from source code with CI/CD integration.
Desktop Developer (Qt/C++) Designs API documentation system for the Qt ecosystem with auto-generation from code, versioning and interactive examples. Introduces contract-first approach to API design between desktop client and server services.
DevOps Engineer Designs documentation strategy: living documentation, automated diagrams, self-service guides. Implements docs-as-code.
DevSecOps Engineer Develops security API documentation standards with threat model and security consideration descriptions. Creates developer portal for security tools with interactive documentation and SDK.
Embedded Developer Develops embedded API documentation standards, including real-time characteristics and thread-safety descriptions. Creates interactive documentation for cloud API managing device fleet.
Engineering Manager Shapes API documentation strategy for multiple teams, creates developer portals and description standards. Automates documentation-implementation compliance verification.
Flutter Developer Pflicht Designs comprehensive API documentation architecture for mobile-optimized backend services. Defines documentation standards for Flutter-consumed APIs including versioning, offline-first patterns, and platform-specific behaviors. Establishes automated documentation generation integrated with CI/CD and client SDK generation workflows.
Frontend Developer (Angular) Designs documentation standards for Angular projects — APIs, components, and architecture. Automates documentation generation from code and integrates its validation into CI.
Frontend Developer (React) Designs documentation system for the React platform: component library in Storybook, auto-generated types from API. Introduces contract-first approach to frontend-server integration.
Frontend Developer (Svelte) Designs automatic type and client generation system from API documentation for Svelte projects. Implements contract-first development and schema validation.
Frontend Developer (Vue) Designs documentation system for the frontend platform — Storybook for components, automatic API documentation generation, interactive usage examples. Ensures documentation currency.
Fullstack Developer Designs documentation strategy: auto-generated API docs, interactive examples, versioned documentation.
Game QA Engineer Designs QA documentation strategy: living test docs, automated reports, knowledge base.
Game Server Developer Designs documentation system for the game platform — auto-generation from code, API versioning, changelog. Creates integration guides for external developers and partners.
Infrastructure Engineer Develops documentation standards for infrastructure platform: runbooks, architecture decision records, API guides. Creates self-service catalog of infrastructure modules with interactive documentation.
iOS Developer Pflicht Architects API integration documentation system for iOS applications: automatic generation from OpenAPI spec, version tracking, and changelog. Creates architecture decision records for API pattern choices, documents caching strategies and retry logic. Maintains documentation currency through CI/CD integration and contract tests.
IoT Engineer Designs comprehensive IoT platform documentation: SDK guides for various platforms, interactive integration examples, auto-generated versioned documentation from code.
Language Tooling Engineer Pflicht Designs comprehensive API documentation architecture for language toolchain products. Defines documentation standards for LSP extensions, compiler APIs, and debug adapter interfaces with protocol compliance matrices. Establishes automated documentation generation from language specifications and protocol schema definitions.
LLM Engineer Designs documentation: prompt library, model cards, best practice guides.
ML Engineer Develops ML platform documentation standards: API reference, model catalog, experiment tracking guides. Creates developer portal for ML platform with interactive documentation and SDK examples.
MLOps Engineer Architects ML platform documentation: SDK guides for data scientists, API reference for model deployment, runbooks for operations. Automates documentation generation from model metadata.
NLP Engineer Designs NLP platform documentation strategy with interactive examples. Creates developer portal with model integration guides, SDK documentation, and benchmark results.
Penetration Testing Engineer Conducts deep API analysis based on documentation and fuzzing — rate limit bypass, business logic flaws, mass assignment. Creates security supplements to API documentation.
Performance Testing Engineer Designs performance platform documentation: test scenario description standards, report templates, APIs for launching tests and retrieving results. Automates generation from code.
Platform Engineer Designs developer experience documentation: interactive platform portal, API explorer, migration guides. Implements docs-as-code for the platform.
Product Manager Pflicht Shapes API strategy for the product. Defines public vs private API. Ensures developer portal and API documentation.
QA Automation Engineer Pflicht Designs comprehensive API test documentation architecture for microservice ecosystems. Defines documentation standards for contract testing specifications, API compatibility matrices, and regression test coverage reports. Establishes automated test documentation generation integrated with CI/CD pipeline results and schema validation outcomes.
QA Engineer (Manual) Pflicht Designs comprehensive API test documentation architecture for cross-team testing coordination. Defines documentation standards for API test strategies, boundary testing matrices, and integration validation reports. Establishes quality gates for API documentation completeness as part of release readiness assessment.
QA Security Engineer Automates security test generation from API documentation: parsing OpenAPI to create test cases, automatic verification of new endpoints. Develops security documentation standards.
React Native Developer Pflicht Architects API documentation strategy for mobile projects — contract-first approach, auto-generated docs, interactive playground. Implements API versioning documentation for tracking breaking changes. Configures contract testing between React Native client and backend services.
Release Engineer Designs API documentation standards for all release infrastructure components. Automates documentation generation from code and integrates its validation into the release pipeline.
Security Analyst Designs API documentation standards for the organization's security platform. Automates documentation generation from code and creates runbooks for standard security operations.
Site Reliability Engineer (SRE) Designs documentation strategy for SRE: living runbooks, automated architecture diagrams, incident response playbooks. Introduces docs-as-code.
Smart Contract Developer Designs documentation strategy: auto-generated ABI docs, interactive examples, versioning.
Solutions Architect Defines documentation strategy: developer portal, SDK generation, automated documentation. Designs developer experience.
Systems Programmer (C/C++) Designs documentation: living docs, automated API reference, kernel module docs.
Technical Lead Defines documentation strategy: docs-as-code, automated freshness checks, developer portal. Implements documentation review process.
Technical Product Manager Pflicht Shapes API documentation strategy at the product level, including versioning policy and deprecation notices. Designs developer portal considering DX metrics — time-to-first-call, completion rate. Implements docs-as-code approach.
Technical Writer Designs API documentation information architecture for complex products: multi-API portal, versioned docs, SDK references. Implements auto-generation from code with manual enrichment of descriptions and examples. Ensures consistency through style guide and linting.
Telecom Developer Develops telecom API documentation standards considering TM Forum Open API and 3GPP Service-Based Architecture. Creates a developer portal for partner integrations with interactive documentation and sandbox.
Unity Developer Designs documentation strategy: living docs, automated API reference, onboarding guides.
Unreal Engine Developer Designs documentation strategy: automated docs, developer guides, onboarding.
XR Unity Developer Designs auto-generated API documentation system for XR platform with CI/CD integration. Creates SDK documentation for external developers working with XR API, including tutorials and best practices.
Rolle Pflicht Beschreibung
1C Developer Pflicht Defines API documentation strategy for enterprise 1C platform integrations across business units. Establishes design standards for 1C service documentation lifecycle including versioning, deprecation, and migration guides. Conducts cross-team API documentation reviews and coordinates documentation practices across 1C development teams.
AI Product Engineer Pflicht Defines API documentation strategy for AI product platform services across ML engineering teams. Establishes design standards for model serving API documentation including experiment metadata and inference contract specifications. Coordinates cross-team API documentation reviews ensuring consistency across AI product integrations.
Analytics Engineer Pflicht Defines integration documentation standards: templates for API source descriptions, mandatory fields in data contracts, automated validation of documentation matching actual schemas.
Android Developer Pflicht Defines documentation standards for the Android team: ADR templates for architectural decisions, mandatory KDoc coverage for public APIs, documentation review processes during PRs. Implements Dokka generation in CI with publishing to an internal portal, coordinates API contract documentation with the backend team, trains the team on writing clear technical documentation.
Application Security Engineer Defines organizational-level API security documentation requirements. Implements mandatory security characteristic documentation in the API governance and new interface review process.
Backend Developer (C#/.NET) Pflicht Defines documentation standards: mandatory sections, examples, changelog format. Implements docs-as-code. Ensures developer experience.
Backend Developer (Elixir) Pflicht Defines API documentation standards for all organizational Elixir services. Implements developer portal with ExDoc, OpenAPI specifications and Livebook examples. Designs automatic SDK generation from specifications and documentation versioning system.
Backend Developer (Go) Pflicht Defines API documentation standards for the Go team: required fields in OpenAPI specs, endpoint description templates, automated CI checks. Implements developer portal with interactive documentation and versioning for all Go services.
Backend Developer (Java/Kotlin) Pflicht Defines API documentation standards for the team: mandatory sections, examples, changelog format. Implements docs-as-code approach. Ensures developer experience through developer portal.
Backend Developer (Node.js) Pflicht Defines documentation standards: mandatory sections, review process, freshness requirements. Implements documentation-as-code and automated staleness detection.
Backend Developer (PHP) Pflicht Defines API documentation standards: mandatory sections, review process, automated freshness checks. Builds developer experience: onboarding, sandbox, changelog.
Backend Developer (Python) Pflicht Defines API documentation standards for the organization. Implements unified API catalog. Automates documentation completeness checks.
Backend Developer (Rust) Pflicht Defines API documentation standards for Rust platform: mandatory utoipa annotations in code review, automated publishing to developer portal. Develops CI checks for documentation completeness and examples for each endpoint with cargo test integration.
Backend Developer (Scala) Pflicht Defines API documentation standards for Scala team: mandatory sections, specification format, documentation review process. Implements contract-first approach through Tapir or Smithy, ensures documentation-code synchronization through automated checks in CI/CD pipeline.
BI Analyst Pflicht Defines API documentation strategy for enterprise BI and data platform integrations. Establishes design standards for data access API documentation including data governance annotations and usage guidelines. Coordinates cross-team documentation reviews ensuring data API consistency across analytics platforms.
Blockchain Developer Defines documentation standards for blockchain protocol APIs including mandatory smart contract interface documentation, on-chain event schemas, and integration testing guides. Establishes review processes for DApp API documentation ensuring security considerations and protocol compatibility are clearly specified.
Cloud Engineer Defines documentation standards for the cloud team: mandatory ADRs, runbook templates, review process. Introduces docs-as-code and freshness monitoring.
Computer Vision Engineer Defines CV API documentation standards for the team, implements model cards and dataset documentation. Organizes developer portal for CV service consumers.
Data Analyst Pflicht Defines API documentation strategy for data analytics platform services and self-service data access. Establishes design standards for data query API documentation including performance guidelines and governance policies. Coordinates cross-team documentation reviews ensuring data API usability for analyst personas.
Data Engineer Defines documentation standards: mandatory data docs, catalog requirements, review process.
Data Scientist Defines documentation standards: mandatory model cards, API docs, review process.
Desktop Developer (.NET WPF/WinUI/MAUI) Defines API documentation standards for .NET desktop platform, including internal and public interfaces. Establishes developer portal and ensures documentation consistency across desktop development teams.
Desktop Developer (Electron/Tauri) Defines API documentation standards for all organization's Electron products. Introduces docs-as-code approach with automatic freshness verification on code changes.
Desktop Developer (Qt/C++) Defines API documentation standards for the Qt platform, including internal and public interfaces. Ensures documentation consistency across teams and builds a developer portal for the desktop application ecosystem.
DevOps Engineer Defines documentation standards: mandatory runbooks, pipeline docs, review process. Implements documentation culture.
DevSecOps Engineer Defines DevSecOps platform documentation strategy for different audiences: developers, auditors, compliance. Organizes documentation review process for keeping content current with security policy updates.
Embedded Developer Defines API documentation strategy for the entire embedded ecosystem, ensuring consistency between hardware and software interfaces. Organizes documentation review process as part of definition of done.
Engineering Manager Defines API documentation policy for the department, manages developer experience and onboarding. Coordinates creation of a unified organizational API catalog.
Flutter Developer Pflicht Defines API documentation strategy for mobile backend services consumed by Flutter applications across platforms. Establishes design standards for client-facing API documentation including SDK guides, offline behavior specifications, and platform-specific notes. Coordinates cross-team API documentation reviews from a mobile consumer perspective.
Frontend Developer (Angular) Defines organizational API documentation standards for Angular development. Implements Storybook-driven development and trains the team on documenting architectural decisions.
Frontend Developer (React) Defines documentation standards for the organization's frontend ecosystem: components, hooks, API integrations. Introduces docs-as-code with automatic freshness verification on changes.
Frontend Developer (Svelte) Defines API documentation standards for the frontend team, automates client generation. Coordinates API contracts between frontend and backend teams.
Frontend Developer (Vue) Standardizes documentation approaches for frontend team. Introduces docs-as-code, automated API contract freshness checks and creates templates for component documentation.
Fullstack Developer Defines documentation standards: mandatory docs, review process, freshness requirements.
Game QA Engineer Defines documentation standards: mandatory test docs, review process, knowledge management.
Game Server Developer Standardizes server API documentation approaches within the team. Ensures documentation accuracy through automated CI checks and integration with test contracts.
Infrastructure Engineer Defines infrastructure documentation strategy for different audiences: developers, ops, security. Organizes documentation-as-code process with auto-generation from Terraform and Ansible.
iOS Developer Pflicht Defines API documentation standards for the iOS team: integration description templates, automatic code-to-documentation compliance validation. Coordinates with backend team on specification format, manages API contract negotiation process. Implements API design review as part of the new feature development process.
IoT Engineer Defines documentation standards for the IoT team: templates for device API, onboarding protocols, update policies. Implements docs-as-code approach and automated checks.
Language Tooling Engineer Pflicht Defines API documentation strategy for language toolchain products across compiler, IDE, and developer platform integrations. Establishes design standards for protocol documentation including LSP capability matrices and extension API guides. Coordinates cross-team documentation reviews ensuring toolchain API consistency and developer experience quality.
LLM Engineer Defines documentation standards: mandatory prompt docs, model cards, review process.
ML Engineer Defines ML ecosystem documentation strategy for different audiences: data scientists, engineers, product managers. Organizes documentation-as-code process with auto-generated model cards and API docs.
MLOps Engineer Defines documentation standards for the MLOps team: templates for model cards, API changelog, update policies. Implements docs-as-code and automated completeness checks.
NLP Engineer Defines API documentation standards for all organizational ML services. Designs unified approach to ML API description including model versioning and backward compatibility policies.
Penetration Testing Engineer Defines API security testing methodology for the team, creates checklists based on OWASP API Top 10. Coordinates with developers on improving API security posture.
Performance Testing Engineer Defines documentation standards for the performance team: test plan templates, report formats, update policies. Implements docs-as-code for test documentation.
Platform Engineer Defines documentation standards: mandatory sections for platform APIs, review process, freshness requirements. Implements documentation culture.
Product Manager Pflicht Defines API-first strategy for the division. Establishes API governance. Ensures API design consistency across products.
QA Automation Engineer Pflicht Defines API strategy at the product level. Establishes design standards. Conducts API design reviews. Coordinates cross-team API interaction.
QA Engineer (Manual) Pflicht Defines API documentation testing strategy at the product level. Establishes standards for API contract validation. Conducts documentation-implementation compliance reviews.
QA Security Engineer Defines API documentation requirements from a security testing perspective for the organization. Implements mandatory documentation of API security characteristics in the development process.
React Native Developer Pflicht Defines API documentation standards for mobile development. Establishes processes — API design review, documentation as code, automated contract validation. Coordinates documentation between mobile and backend teams. Implements API governance for quality control.
Release Engineer Defines organizational standards for release system API documentation. Introduces culture of documentation and trains teams on creating quality technical documentation.
Security Analyst Defines organizational standards for security API and procedure documentation. Implements documentation culture and trains analysts in creating operational guides.
Site Reliability Engineer (SRE) Defines SRE documentation standards: mandatory runbooks, postmortem templates, review process. Implements documentation culture and quality metrics.
Smart Contract Developer Defines documentation standards: mandatory contract docs, review process.
Solutions Architect Defines documentation standards: mandatory documentation, review process, quality metrics. Coordinates developer experience.
Systems Programmer (C/C++) Defines documentation standards: mandatory docs, ABI documentation requirements.
Technical Lead Defines documentation standards: mandatory sections, review process, freshness requirements. Implements documentation culture and quality metrics.
Technical Product Manager Pflicht Defines API documentation standards for the entire product division. Introduces auto-generation of documentation from code with CI/CD pipeline integration. Trains teams on developer-facing documentation best practices.
Technical Writer Defines API documentation standards for the organization: templates, review processes, quality gates. Coordinates work of multiple technical writers on a large API portfolio. Implements documentation quality metrics (completeness, accuracy, freshness).
Telecom Developer Defines API documentation strategy for the telecom platform for internal teams, partners, and MVNOs. Organizes the process of synchronizing documentation with TMF and 3GPP standards evolution.
Unity Developer Defines documentation standards: mandatory docs, review process, knowledge base.
Unreal Engine Developer Defines documentation standards for Unreal Engine game service APIs including mandatory gameplay API references, online subsystem integration guides, and platform SDK documentation requirements. Establishes review processes ensuring game API documentation meets quality standards across development teams.
XR Unity Developer Defines API documentation standards for all organizational XR products. Introduces docs-as-code approach and ensures documentation currency through automated pipeline checks.
Rolle Pflicht Beschreibung
1C Developer Pflicht Defines organizational API documentation strategy for enterprise 1C ecosystems spanning hundreds of integration points. Designs platform-level documentation architecture supporting multi-language API references and automated compliance documentation. Establishes enterprise API governance and documentation standards across all 1C development divisions.
AI Product Engineer Pflicht Defines organizational API documentation strategy for AI product platforms spanning model serving, MLOps, and data science tooling. Designs platform-level documentation architecture for unified ML API references and experiment reproducibility specifications. Establishes enterprise API governance standards for AI services across all product teams.
Analytics Engineer Pflicht Architects the unified data documentation platform: integrating dbt docs, API catalog, and BI glossary into a single data portal. Defines the data literacy and self-service documentation access strategy for business users.
Android Developer Pflicht Shapes the Android platform's documentation culture: API documentation standards for all internal SDKs, developer portal architecture with auto-updates from code. Defines documentation-as-code processes, designs version-aware documentation systems for multi-version SDKs, mentors leads on building developer experience programs for mobile API consumers.
Application Security Engineer Shapes the strategy for documenting API ecosystem security across the organization. Defines approaches for transparent security model descriptions for internal and external API consumers at scale.
Backend Developer (C#/.NET) Pflicht Shapes documentation platform: unified portal for all APIs, automated SDK generation, interactive sandbox. Defines documentation governance.
Backend Developer (Elixir) Pflicht Develops platform documentation strategy for the Elixir ecosystem. Designs unified API catalog with automatic service discovery, versioning and interactive testing. Implements documentation culture through ExDoc, Livebook and mandatory @doc/@spec.
Backend Developer (Go) Pflicht Shapes organizational API documentation culture: unified developer portal for all Go services, contract-first development standards, automatic client SDK generation from specifications. Defines API governance and review processes.
Backend Developer (Java/Kotlin) Pflicht Shapes documentation platform: unified developer portal for all organizational APIs, automated SDK generation, interactive sandbox. Defines documentation governance.
Backend Developer (Node.js) Pflicht Designs developer experience: API portal, SDK generation, interactive examples, developer onboarding. Defines documentation strategy for internal and external APIs.
Backend Developer (PHP) Pflicht Shapes platform documentation strategy: unified developer portal, auto-generation, versioning. Defines standards for public API: SLA documentation, migration guides, deprecation policy.
Backend Developer (Python) Pflicht Shapes documentation strategy at company level. Creates developer experience program. Evaluates documentation as product.
Backend Developer (Rust) Pflicht Shapes organizational API documentation strategy: developer experience portal with automated aggregation from all Rust services, SDK generation for clients. Defines API governance processes, mandatory specification review and documentation quality metrics.
Backend Developer (Scala) Pflicht Shapes API documentation strategy at organizational level: unified developer portal for all Scala services, API changelog standards, API Governance integration. Defines cross-team API contract review processes, introduces API catalogue for service discoverability.
BI Analyst Pflicht Defines organizational API documentation strategy for enterprise data and analytics platforms. Designs platform-level documentation architecture for data access APIs with integrated governance metadata and usage analytics. Establishes enterprise API documentation standards balancing self-service accessibility with data governance compliance.
Blockchain Developer Shapes documentation strategy: blockchain developer portal, governance.
Cloud Engineer Shapes developer experience for cloud platform: self-service portal, API documentation, onboarding guides. Defines documentation governance and automation.
Computer Vision Engineer Shapes API documentation strategy for the organization's CV platform, including model transparency standards. Defines responsible AI documentation requirements.
Data Analyst Pflicht Defines organizational API documentation strategy for data analytics infrastructure spanning data catalogs, query services, and analytical pipelines. Designs platform-level documentation enabling self-service data access at organizational scale. Establishes enterprise API governance standards for data services ensuring discoverability and usability for analyst personas.
Data Engineer Shapes data knowledge management: data marketplace, self-service documentation, governance. Defines documentation strategy.
Data Scientist Shapes ML knowledge management: model catalog, documentation governance.
Desktop Developer (.NET WPF/WinUI/MAUI) Shapes corporate API documentation strategy for .NET desktop development ecosystem with unified portal and SDK generation. Defines documentation platform architecture for scaling integrations.
Desktop Developer (Electron/Tauri) Shapes API documentation strategy for the Electron platform ecosystem for internal and external developers. Defines developer experience and SDK documentation approaches for plugin developers.
Desktop Developer (Qt/C++) Shapes corporate API documentation strategy for the desktop development ecosystem with a unified portal and SDK generation. Defines documentation platform architecture for scaling integrations with Qt applications.
DevOps Engineer Shapes developer experience: self-service portal, deployment documentation, onboarding guides. Defines documentation governance.
DevSecOps Engineer Shapes documentation-driven development culture for security tools in the organization. Defines API documentation governance standards with automated validation and versioning.
Embedded Developer Shapes API-first development culture in the embedded organization with documentation-driven design. Defines standards for external and internal APIs with automated validation and publishing on developer portal.
Engineering Manager Shapes API documentation management strategy at the organizational level. Defines Developer Experience standards and coordinates internal developer platform creation.
Flutter Developer Pflicht Defines organizational API documentation strategy for mobile-first platforms spanning Flutter, backend services, and platform SDKs. Designs platform-level documentation architecture for client-facing APIs with automated SDK documentation generation. Establishes enterprise API governance standards ensuring exceptional developer experience across all mobile consumer teams.
Frontend Developer (Angular) Shapes frontend platform documentation strategy for the entire organization. Creates a Design System Portal with unified standards for components, APIs, and architectural patterns.
Frontend Developer (React) Shapes frontend ecosystem documentation strategy for internal and external developers. Defines developer experience approaches: design system docs, SDK, integration guides.
Frontend Developer (Svelte) Shapes API-first development strategy for the organization's frontend platform. Defines integration standards, type generation, and API contract consistency assurance.
Frontend Developer (Vue) Shapes documentation strategy for organizational frontend ecosystem. Creates unified developer portal with component, API, pattern and architectural decision documentation.
Fullstack Developer Shapes developer experience: unified documentation portal, SDK generation, onboarding guides.
Game QA Engineer Shapes QA knowledge strategy: platform-wide test documentation, knowledge sharing, documentation governance.
Game Server Developer Defines API documentation strategy for the studio platform. Shapes developer experience for internal and external API consumers, creates a developer portal for the game ecosystem.
Infrastructure Engineer Shapes infrastructure documentation culture as a product with developer portal and self-service catalog. Defines API governance standards for platform services with automatic validation.
iOS Developer Pflicht Develops platform API contract management strategy: single source of truth for mobile and server teams, automatic client and test generation. Defines versioning and deprecation processes for mobile APIs considering the long tail of old app versions. Implements API governance and standards for the entire iOS platform.
IoT Engineer Shapes developer experience strategy for IoT ecosystem: developer portal for device makers, compatibility certification program, SDK and integration library ecosystem.
Language Tooling Engineer Pflicht Defines organizational API documentation strategy for language toolchain ecosystems spanning compilers, IDEs, and developer platforms. Designs platform-level documentation architecture for language service APIs with protocol compliance certification. Establishes enterprise API governance standards for developer tooling ensuring cross-editor compatibility and community adoption.
LLM Engineer Shapes LLM knowledge management: prompt library platform, documentation governance.
ML Engineer Shapes ML system documentation culture with model governance and transparency reporting. Defines AI documentation standards: model factsheets, data sheets, impact assessments at organizational level.
MLOps Engineer Shapes the developer experience strategy for the ML platform: portal for data scientists and ML engineers, model documentation standards, SDK ecosystem for various languages.
NLP Engineer Shapes organizational ML API documentation culture. Defines standards ensuring high documentation quality and easy NLP service integration for consumers.
Penetration Testing Engineer Shapes API security strategy for the organization. Defines API threat modeling standards and integrates security review into the API design process.
Performance Testing Engineer Shapes knowledge management strategy for performance engineering: methodology portal, standards for performance test reports, tools ecosystem and scenario library.
Platform Engineer Shapes platform developer experience: self-service portal, interactive documentation, developer onboarding. Defines documentation governance.
Product Manager Pflicht Defines platform API strategy. Shapes the API ecosystem for partners and developers.
QA Automation Engineer Pflicht Defines organizational API test documentation strategy spanning automated contract verification and quality compliance reporting. Designs platform-level documentation architecture for API testing standards, schema validation reports, and compatibility certification. Establishes enterprise governance ensuring API documentation and test coverage meet quality gates across all service teams.
QA Engineer (Manual) Pflicht Defines organizational API documentation quality strategy spanning documentation completeness validation and developer experience assessment. Designs platform-level quality frameworks for API documentation review processes and automated compliance checking. Establishes enterprise API documentation governance ensuring testability, accuracy, and cross-team consistency.
QA Security Engineer Shapes strategy for using API documentation as the foundation of security testing for the organization. Defines approaches to contract-based security testing and automated verification.
React Native Developer Pflicht Shapes the enterprise API documentation strategy for mobile applications. Defines API governance standards — style guides, design reviews, versioning policy. Designs developer portal for mobile teams. Coordinates API documentation unification at the organizational level.
Release Engineer Shapes API documentation strategy for the entire organizational release tool ecosystem. Creates a Developer Portal with unified standards for describing infrastructure service interfaces.
Security Analyst Shapes the documentation strategy for the organization's entire security ecosystem. Creates a Developer Portal with unified standards for all security APIs, runbooks, and playbooks.
Site Reliability Engineer (SRE) Shapes SRE knowledge management: platform documentation, self-service guides, onboarding materials. Defines documentation governance.
Smart Contract Developer Shapes documentation strategy: blockchain developer portal, SDK docs, governance.
Solutions Architect Shapes developer experience strategy: API marketplace, documentation governance, onboarding architecture.
Systems Programmer (C/C++) Shapes documentation strategy: system API documentation, governance.
Technical Lead Shapes the developer experience strategy: API portal, SDK generation, interactive documentation. Defines documentation governance for the organization.
Technical Product Manager Pflicht Shapes enterprise developer relations strategy through API documentation. Defines documentation quality metrics at the organizational level, integrates API catalog and developer portal into the overall product ecosystem.
Technical Writer Shapes developer experience strategy through API documentation at the company level. Determines investments in developer portal, interactive docs, sandbox environments. Builds processes where API documentation is part of the Definition of Done.
Telecom Developer Shapes API-first development culture in the telecom organization with documentation-driven design approach. Defines API governance standards for the telecom services ecosystem with automatic validation.
Unity Developer Shapes documentation strategy: developer portal, SDK documentation, governance.
Unreal Engine Developer Shapes documentation strategy: developer portal, SDK docs, governance.
XR Unity Developer Shapes API documentation strategy for XR platform ecosystem for internal and external developers. Defines approaches to developer experience and self-service documentation for large-scale XR platform.

Community

👁 Beobachten ✏️ Aenderung vorschlagen Anmelden, um Aenderungen vorzuschlagen
📋 Vorschlaege
Noch keine Vorschlaege fuer API Documentation
Kommentare werden geladen...