- Migrate to Tailwind CSS v4 with @theme, @layer, @plugin syntax - Upgrade to Next.js 16.1, React 19.2, TypeScript 5.9.3 - Add 8 technology landing pages (Next.js, React, TypeScript, Tailwind CSS, Claude AI, Python, n8n, KI-Agenten) - Expand SEO keywords across all locales (de/en/sr) for home, layout, cities, services - Add tech-specific keywords to all 22 city pages - Add FAQ schema + seoKeywords to service detail pages - Add CollectionPage JSON-LD to blog listing - Fix city page: dynamic region, BASE_URL canonicals, x-default hreflang - Rewrite terms page with full German AGB, English and Serbian translations - Remove dead crypto import and unused CSRF middleware (Edge Runtime fix) - Remove crawlDelay from robots.ts - Update sitemap with technology pages (~198 indexed URLs) - Remove deprecated tailwind.config.js Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
282 lines
22 KiB
TypeScript
282 lines
22 KiB
TypeScript
export interface TechnologyData {
|
||
slug: string;
|
||
name: string;
|
||
title: {
|
||
de: string;
|
||
en: string;
|
||
sr: string;
|
||
};
|
||
description: {
|
||
de: string;
|
||
en: string;
|
||
sr: string;
|
||
};
|
||
keywords: {
|
||
de: string[];
|
||
en: string[];
|
||
sr: string[];
|
||
};
|
||
features: {
|
||
de: string[];
|
||
en: string[];
|
||
sr: string[];
|
||
};
|
||
useCases: {
|
||
de: string[];
|
||
en: string[];
|
||
sr: string[];
|
||
};
|
||
relatedServices: string[]; // slugs from services.ts
|
||
}
|
||
|
||
export const technologies: TechnologyData[] = [
|
||
{
|
||
slug: 'nextjs',
|
||
name: 'Next.js',
|
||
title: {
|
||
de: 'Next.js Entwickler Köln | Next.js Agentur',
|
||
en: 'Next.js Developer | Next.js Agency',
|
||
sr: 'Next.js Programer | Next.js Agencija',
|
||
},
|
||
description: {
|
||
de: 'Professionelle Next.js Entwicklung für performante, SEO-optimierte Web-Anwendungen und SaaS-Produkte. Als erfahrener Next.js Entwickler aus Köln setze ich auf Server-Side Rendering, App Router und moderne React-Patterns für Ihr Projekt.',
|
||
en: 'Professional Next.js development for performant, SEO-optimized web applications and SaaS products. As an experienced Next.js developer, I leverage Server-Side Rendering, App Router and modern React patterns for your project.',
|
||
sr: 'Profesionalni Next.js razvoj za performantne, SEO-optimizovane web aplikacije i SaaS proizvode. Kao iskusni Next.js programer, koristim Server-Side Rendering, App Router i moderne React paterne za vaš projekat.',
|
||
},
|
||
keywords: {
|
||
de: ['Next.js Entwickler', 'Next.js Agentur', 'Next.js Freelancer', 'Next.js Köln', 'Next.js Deutschland', 'Next.js App Router', 'Next.js SSR', 'Server-Side Rendering Entwickler'],
|
||
en: ['Next.js Developer', 'Next.js Agency', 'Next.js Freelancer', 'Next.js Expert', 'Hire Next.js Developer', 'Next.js App Router', 'Next.js SSR', 'Server-Side Rendering Developer'],
|
||
sr: ['Next.js Programer', 'Next.js Agencija', 'Next.js Freelancer', 'Next.js Srbija', 'Next.js App Router', 'Next.js SSR'],
|
||
},
|
||
features: {
|
||
de: ['Server-Side Rendering (SSR) & Static Generation', 'App Router mit React Server Components', 'API Routes & Serverless Functions', 'Internationalisierung (i18n) mit next-intl', 'SEO-Optimierung & Core Web Vitals', 'Deployment auf Vercel & Self-Hosting'],
|
||
en: ['Server-Side Rendering (SSR) & Static Generation', 'App Router with React Server Components', 'API Routes & Serverless Functions', 'Internationalization (i18n) with next-intl', 'SEO optimization & Core Web Vitals', 'Deployment on Vercel & self-hosting'],
|
||
sr: ['Server-Side Rendering (SSR) & Static Generation', 'App Router sa React Server Components', 'API Routes & Serverless Functions', 'Internacionalizacija (i18n) sa next-intl', 'SEO optimizacija & Core Web Vitals', 'Deployment na Vercel & self-hosting'],
|
||
},
|
||
useCases: {
|
||
de: ['Corporate Websites & Landing Pages', 'SaaS-Plattformen & Dashboards', 'E-Commerce Shops', 'Multi-Language Portale', 'Blog & Content-Plattformen'],
|
||
en: ['Corporate Websites & Landing Pages', 'SaaS Platforms & Dashboards', 'E-Commerce Shops', 'Multi-Language Portals', 'Blog & Content Platforms'],
|
||
sr: ['Corporate Web Sajtovi & Landing Pages', 'SaaS Platforme & Dashboards', 'E-Commerce Prodavnice', 'Višejezični Portali', 'Blog & Content Platforme'],
|
||
},
|
||
relatedServices: ['saas-entwicklung', 'fullstack-entwicklung'],
|
||
},
|
||
{
|
||
slug: 'react',
|
||
name: 'React',
|
||
title: {
|
||
de: 'React Entwickler Köln | React Agentur',
|
||
en: 'React Developer | React Agency',
|
||
sr: 'React Programer | React Agencija',
|
||
},
|
||
description: {
|
||
de: 'Erfahrener React Entwickler für moderne, interaktive Web-Anwendungen. Ich entwickle skalierbare React-Frontends mit TypeScript, Tailwind CSS und modernem State Management für Unternehmen in Köln und deutschlandweit.',
|
||
en: 'Experienced React developer for modern, interactive web applications. I build scalable React frontends with TypeScript, Tailwind CSS and modern state management for businesses worldwide.',
|
||
sr: 'Iskusni React programer za moderne, interaktivne web aplikacije. Pravim skalabilne React frontend-ove sa TypeScript, Tailwind CSS i modernim state management-om za kompanije širom sveta.',
|
||
},
|
||
keywords: {
|
||
de: ['React Entwickler', 'React Agentur', 'React Freelancer', 'React Köln', 'React Deutschland', 'React TypeScript', 'React Hooks', 'React Komponenten'],
|
||
en: ['React Developer', 'React Agency', 'React Freelancer', 'React Expert', 'Hire React Developer', 'React TypeScript', 'React Hooks', 'React Components'],
|
||
sr: ['React Programer', 'React Agencija', 'React Freelancer', 'React Srbija', 'React TypeScript', 'React Hooks'],
|
||
},
|
||
features: {
|
||
de: ['React 19 mit Server Components', 'TypeScript-first Entwicklung', 'Custom Hooks & Composable Architecture', 'State Management (Zustand, Redux)', 'Component Libraries & Design Systems', 'Performance-Optimierung & Lazy Loading'],
|
||
en: ['React 19 with Server Components', 'TypeScript-first development', 'Custom Hooks & Composable Architecture', 'State Management (Zustand, Redux)', 'Component Libraries & Design Systems', 'Performance optimization & Lazy Loading'],
|
||
sr: ['React 19 sa Server Components', 'TypeScript-first razvoj', 'Custom Hooks & Composable Architecture', 'State Management (Zustand, Redux)', 'Component Libraries & Design Systems', 'Performance optimizacija & Lazy Loading'],
|
||
},
|
||
useCases: {
|
||
de: ['Single-Page Applications (SPA)', 'Admin Dashboards & Portale', 'Interaktive Datenvisualisierungen', 'Mobile-First Web-Apps', 'Design System Implementierung'],
|
||
en: ['Single-Page Applications (SPA)', 'Admin Dashboards & Portals', 'Interactive Data Visualizations', 'Mobile-First Web Apps', 'Design System Implementation'],
|
||
sr: ['Single-Page Applications (SPA)', 'Admin Dashboards & Portali', 'Interaktivne Vizualizacije Podataka', 'Mobile-First Web Aplikacije', 'Design System Implementacija'],
|
||
},
|
||
relatedServices: ['fullstack-entwicklung', 'saas-entwicklung'],
|
||
},
|
||
{
|
||
slug: 'typescript',
|
||
name: 'TypeScript',
|
||
title: {
|
||
de: 'TypeScript Entwickler Köln | TypeScript Experte',
|
||
en: 'TypeScript Developer | TypeScript Expert',
|
||
sr: 'TypeScript Programer | TypeScript Ekspert',
|
||
},
|
||
description: {
|
||
de: 'TypeScript-Experte für typsichere, wartbare und skalierbare Anwendungen. Ich entwickle mit TypeScript sowohl Frontend (React, Next.js) als auch Backend (Node.js, FastAPI) und sorge für höchste Code-Qualität.',
|
||
en: 'TypeScript expert for type-safe, maintainable and scalable applications. I develop with TypeScript both frontend (React, Next.js) and backend (Node.js, FastAPI), ensuring the highest code quality.',
|
||
sr: 'TypeScript ekspert za type-safe, održive i skalabilne aplikacije. Razvijam sa TypeScript-om i frontend (React, Next.js) i backend (Node.js, FastAPI), obezbeđujući najviši kvalitet koda.',
|
||
},
|
||
keywords: {
|
||
de: ['TypeScript Entwickler', 'TypeScript Experte', 'TypeScript Freelancer', 'TypeScript Köln', 'TypeScript Deutschland', 'Typsichere Entwicklung'],
|
||
en: ['TypeScript Developer', 'TypeScript Expert', 'TypeScript Freelancer', 'Hire TypeScript Developer', 'Type-safe Development', 'TypeScript Consultant'],
|
||
sr: ['TypeScript Programer', 'TypeScript Ekspert', 'TypeScript Freelancer', 'TypeScript Srbija', 'Type-safe Razvoj'],
|
||
},
|
||
features: {
|
||
de: ['Strenge Typisierung für fehlerfreien Code', 'Generics & Advanced Type Patterns', 'Zod Schema-Validierung', 'Fullstack TypeScript (Frontend + Backend)', 'Migration von JavaScript zu TypeScript', 'CI/CD mit TypeScript Checks'],
|
||
en: ['Strict typing for error-free code', 'Generics & Advanced Type Patterns', 'Zod Schema Validation', 'Fullstack TypeScript (Frontend + Backend)', 'JavaScript to TypeScript migration', 'CI/CD with TypeScript checks'],
|
||
sr: ['Stroga tipizacija za kod bez grešaka', 'Generics & Advanced Type Patterns', 'Zod Schema Validacija', 'Fullstack TypeScript (Frontend + Backend)', 'Migracija sa JavaScript na TypeScript', 'CI/CD sa TypeScript provere'],
|
||
},
|
||
useCases: {
|
||
de: ['Enterprise Web-Anwendungen', 'API-Entwicklung mit typsicheren Schemas', 'Monorepo-Projekte', 'Library & SDK Entwicklung', 'Legacy-Code Migration'],
|
||
en: ['Enterprise Web Applications', 'API development with type-safe schemas', 'Monorepo Projects', 'Library & SDK Development', 'Legacy Code Migration'],
|
||
sr: ['Enterprise Web Aplikacije', 'API razvoj sa type-safe šemama', 'Monorepo Projekti', 'Library & SDK Razvoj', 'Migracija Legacy Koda'],
|
||
},
|
||
relatedServices: ['fullstack-entwicklung', 'saas-entwicklung'],
|
||
},
|
||
{
|
||
slug: 'tailwind-css',
|
||
name: 'Tailwind CSS',
|
||
title: {
|
||
de: 'Tailwind CSS Entwickler Köln | Tailwind Experte',
|
||
en: 'Tailwind CSS Developer | Tailwind Expert',
|
||
sr: 'Tailwind CSS Programer | Tailwind Ekspert',
|
||
},
|
||
description: {
|
||
de: 'Tailwind CSS Experte für modernes, responsives und performantes UI-Design. Ich entwickle maßgeschneiderte Benutzeroberflächen mit Tailwind CSS v4, Custom Design Systems und Animationen.',
|
||
en: 'Tailwind CSS expert for modern, responsive and performant UI design. I build custom user interfaces with Tailwind CSS v4, custom design systems and animations.',
|
||
sr: 'Tailwind CSS ekspert za moderan, responsivan i performantan UI dizajn. Pravim prilagođene korisničke interfejse sa Tailwind CSS v4, custom design sistemima i animacijama.',
|
||
},
|
||
keywords: {
|
||
de: ['Tailwind CSS Entwickler', 'Tailwind CSS Experte', 'Tailwind CSS Freelancer', 'Tailwind CSS v4', 'CSS Framework Entwickler', 'UI Entwicklung'],
|
||
en: ['Tailwind CSS Developer', 'Tailwind CSS Expert', 'Tailwind CSS Freelancer', 'Tailwind CSS v4', 'CSS Framework Developer', 'UI Development'],
|
||
sr: ['Tailwind CSS Programer', 'Tailwind CSS Ekspert', 'Tailwind CSS Freelancer', 'Tailwind CSS v4', 'UI Razvoj'],
|
||
},
|
||
features: {
|
||
de: ['Tailwind CSS v4 mit CSS Layers', 'Custom Design Tokens & Themes', 'Responsive & Mobile-First Design', 'Dark Mode Implementierung', 'Framer Motion Animationen', 'Component Library Entwicklung'],
|
||
en: ['Tailwind CSS v4 with CSS Layers', 'Custom Design Tokens & Themes', 'Responsive & Mobile-First Design', 'Dark Mode Implementation', 'Framer Motion Animations', 'Component Library Development'],
|
||
sr: ['Tailwind CSS v4 sa CSS Layers', 'Custom Design Tokens & Themes', 'Responsive & Mobile-First Design', 'Dark Mode Implementacija', 'Framer Motion Animacije', 'Component Library Razvoj'],
|
||
},
|
||
useCases: {
|
||
de: ['Landing Pages & Marketing-Seiten', 'SaaS Dashboard Interfaces', 'E-Commerce Produktseiten', 'Mobile-First Responsive Design', 'Design System Aufbau'],
|
||
en: ['Landing Pages & Marketing Sites', 'SaaS Dashboard Interfaces', 'E-Commerce Product Pages', 'Mobile-First Responsive Design', 'Design System Development'],
|
||
sr: ['Landing Pages & Marketing Sajtovi', 'SaaS Dashboard Interfejsi', 'E-Commerce Stranice Proizvoda', 'Mobile-First Responsive Design', 'Design System Razvoj'],
|
||
},
|
||
relatedServices: ['fullstack-entwicklung', 'saas-entwicklung'],
|
||
},
|
||
{
|
||
slug: 'claude-ai',
|
||
name: 'Claude AI',
|
||
title: {
|
||
de: 'Claude AI Entwickler | Anthropic Claude Integration',
|
||
en: 'Claude AI Developer | Anthropic Claude Integration',
|
||
sr: 'Claude AI Developer | Anthropic Claude Integracija',
|
||
},
|
||
description: {
|
||
de: 'Spezialisiert auf Claude AI von Anthropic – ich integriere Claude in Ihre Geschäftsprozesse für intelligente Automatisierung, Chatbots und KI-Agenten. DSGVO-konform und maßgeschneidert für Ihre Anforderungen.',
|
||
en: 'Specialized in Claude AI by Anthropic – I integrate Claude into your business processes for intelligent automation, chatbots and AI agents. GDPR-compliant and tailored to your requirements.',
|
||
sr: 'Specijalizovan za Claude AI od Anthropic-a – integrisem Claude u vaše poslovne procese za inteligentnu automatizaciju, chatbotove i AI agente. GDPR-usklađeno i prilagođeno vašim zahtevima.',
|
||
},
|
||
keywords: {
|
||
de: ['Claude AI Entwickler', 'Claude AI Integration', 'Anthropic Claude Experte', 'Claude API Entwickler', 'Claude AI Agentur', 'Claude AI DSGVO', 'Künstliche Intelligenz Claude'],
|
||
en: ['Claude AI Developer', 'Claude AI Integration', 'Anthropic Claude Expert', 'Claude API Developer', 'Claude AI Agency', 'Claude AI GDPR', 'Artificial Intelligence Claude'],
|
||
sr: ['Claude AI Developer', 'Claude AI Integracija', 'Anthropic Claude Ekspert', 'Claude API Programer', 'Veštačka Inteligencija Claude'],
|
||
},
|
||
features: {
|
||
de: ['Claude API Integration & Orchestrierung', 'Claude-basierte KI-Agenten', 'RAG-Systeme mit Claude', 'Claude für Dokumentenanalyse', 'Claude Computer Use & Tool Use', 'Multi-Model Orchestrierung (Claude + GPT)'],
|
||
en: ['Claude API Integration & Orchestration', 'Claude-based AI Agents', 'RAG Systems with Claude', 'Claude for Document Analysis', 'Claude Computer Use & Tool Use', 'Multi-Model Orchestration (Claude + GPT)'],
|
||
sr: ['Claude API Integracija & Orkestracija', 'Claude-bazirani AI Agenti', 'RAG Sistemi sa Claude', 'Claude za Analizu Dokumenata', 'Claude Computer Use & Tool Use', 'Multi-Model Orkestracija (Claude + GPT)'],
|
||
},
|
||
useCases: {
|
||
de: ['Intelligente Kundenservice-Chatbots', 'Automatische Dokumentenverarbeitung', 'Code-Review & Code-Generierung', 'Wissensmanagement mit RAG', 'Autonome KI-Agenten für Workflows'],
|
||
en: ['Intelligent Customer Service Chatbots', 'Automatic Document Processing', 'Code Review & Code Generation', 'Knowledge Management with RAG', 'Autonomous AI Agents for Workflows'],
|
||
sr: ['Inteligentni Chatbotovi za Korisničku Službu', 'Automatska Obrada Dokumenata', 'Code Review & Generisanje Koda', 'Upravljanje Znanjem sa RAG', 'Autonomni AI Agenti za Radne Tokove'],
|
||
},
|
||
relatedServices: ['ki-entwicklung', 'ki-agenten', 'gpt-integration'],
|
||
},
|
||
{
|
||
slug: 'python',
|
||
name: 'Python',
|
||
title: {
|
||
de: 'Python Entwickler Köln | Python Freelancer',
|
||
en: 'Python Developer | Python Freelancer',
|
||
sr: 'Python Programer | Python Freelancer',
|
||
},
|
||
description: {
|
||
de: 'Erfahrener Python Entwickler für Backend-Systeme, KI-Anwendungen und Automatisierung. Ich setze Python für FastAPI, Datenverarbeitung, Machine Learning und Prozessautomatisierung ein.',
|
||
en: 'Experienced Python developer for backend systems, AI applications and automation. I use Python for FastAPI, data processing, machine learning and process automation.',
|
||
sr: 'Iskusni Python programer za backend sisteme, AI aplikacije i automatizaciju. Koristim Python za FastAPI, obradu podataka, machine learning i automatizaciju procesa.',
|
||
},
|
||
keywords: {
|
||
de: ['Python Entwickler', 'Python Freelancer', 'Python Köln', 'Python Backend', 'FastAPI Entwickler', 'Python Automatisierung', 'Python KI'],
|
||
en: ['Python Developer', 'Python Freelancer', 'Python Backend', 'FastAPI Developer', 'Python Automation', 'Python AI', 'Hire Python Developer'],
|
||
sr: ['Python Programer', 'Python Freelancer', 'Python Backend', 'FastAPI Programer', 'Python Automatizacija', 'Python AI'],
|
||
},
|
||
features: {
|
||
de: ['FastAPI & Django Backend-Entwicklung', 'Python für KI & Machine Learning', 'Data Processing & Web Scraping', 'REST & GraphQL APIs', 'Automatisierung mit Python Scripts', 'Integration mit n8n & Zapier'],
|
||
en: ['FastAPI & Django Backend Development', 'Python for AI & Machine Learning', 'Data Processing & Web Scraping', 'REST & GraphQL APIs', 'Automation with Python Scripts', 'Integration with n8n & Zapier'],
|
||
sr: ['FastAPI & Django Backend Razvoj', 'Python za AI & Machine Learning', 'Obrada Podataka & Web Scraping', 'REST & GraphQL API-ji', 'Automatizacija sa Python Skriptama', 'Integracija sa n8n & Zapier'],
|
||
},
|
||
useCases: {
|
||
de: ['KI-Backend & API-Entwicklung', 'Datenverarbeitung & ETL Pipelines', 'Web Scraping & Data Mining', 'Chatbot & LLM Backends', 'Automatisierte Reporting-Systeme'],
|
||
en: ['AI Backend & API Development', 'Data Processing & ETL Pipelines', 'Web Scraping & Data Mining', 'Chatbot & LLM Backends', 'Automated Reporting Systems'],
|
||
sr: ['AI Backend & API Razvoj', 'Obrada Podataka & ETL Pipeline-ovi', 'Web Scraping & Data Mining', 'Chatbot & LLM Backend-ovi', 'Automatizovani Reporting Sistemi'],
|
||
},
|
||
relatedServices: ['ki-entwicklung', 'prozessautomatisierung', 'fullstack-entwicklung'],
|
||
},
|
||
{
|
||
slug: 'n8n',
|
||
name: 'n8n',
|
||
title: {
|
||
de: 'n8n Entwickler | n8n Automatisierung Experte',
|
||
en: 'n8n Developer | n8n Automation Expert',
|
||
sr: 'n8n Developer | n8n Automatizacija Ekspert',
|
||
},
|
||
description: {
|
||
de: 'Zertifizierter n8n Experte für professionelle Workflow-Automatisierung. Ich entwickle komplexe n8n Workflows, integriere KI (Claude, GPT) und migriere bestehende Automatisierungen von Zapier oder Make.',
|
||
en: 'Certified n8n expert for professional workflow automation. I develop complex n8n workflows, integrate AI (Claude, GPT) and migrate existing automations from Zapier or Make.',
|
||
sr: 'Sertifikovani n8n ekspert za profesionalnu automatizaciju radnih tokova. Razvijam kompleksne n8n radne tokove, integrisem AI (Claude, GPT) i migriam postojeće automatizacije sa Zapier ili Make.',
|
||
},
|
||
keywords: {
|
||
de: ['n8n Entwickler', 'n8n Experte', 'n8n Automatisierung', 'n8n Freelancer', 'n8n Workflow', 'n8n Self-Hosted', 'Zapier Alternative'],
|
||
en: ['n8n Developer', 'n8n Expert', 'n8n Automation', 'n8n Freelancer', 'n8n Workflow', 'n8n Self-Hosted', 'Zapier Alternative'],
|
||
sr: ['n8n Developer', 'n8n Ekspert', 'n8n Automatizacija', 'n8n Freelancer', 'n8n Radni Tok', 'n8n Self-Hosted'],
|
||
},
|
||
features: {
|
||
de: ['Custom n8n Workflow-Entwicklung', 'KI-Integration in n8n (Claude, GPT)', 'Migration von Zapier/Make zu n8n', 'Self-Hosted n8n Setup & Wartung', 'API-Integrationen & Webhooks', 'n8n Schulung & Support'],
|
||
en: ['Custom n8n Workflow Development', 'AI Integration in n8n (Claude, GPT)', 'Migration from Zapier/Make to n8n', 'Self-Hosted n8n Setup & Maintenance', 'API Integrations & Webhooks', 'n8n Training & Support'],
|
||
sr: ['Custom n8n Razvoj Radnih Tokova', 'AI Integracija u n8n (Claude, GPT)', 'Migracija sa Zapier/Make na n8n', 'Self-Hosted n8n Setup & Održavanje', 'API Integracije & Webhooks', 'n8n Obuka & Podrška'],
|
||
},
|
||
useCases: {
|
||
de: ['CRM-Automatisierung', 'E-Commerce Workflow-Automatisierung', 'Lead-Generierung & Scoring', 'Daten-Synchronisation', 'Social Media Automatisierung'],
|
||
en: ['CRM Automation', 'E-Commerce Workflow Automation', 'Lead Generation & Scoring', 'Data Synchronization', 'Social Media Automation'],
|
||
sr: ['CRM Automatizacija', 'E-Commerce Automatizacija Radnih Tokova', 'Generisanje Lead-ova & Scoring', 'Sinhronizacija Podataka', 'Automatizacija Društvenih Mreža'],
|
||
},
|
||
relatedServices: ['prozessautomatisierung', 'n8n-entwicklung'],
|
||
},
|
||
{
|
||
slug: 'ki-agenten',
|
||
name: 'KI-Agenten',
|
||
title: {
|
||
de: 'KI-Agenten Entwickler | AI Agent Development',
|
||
en: 'AI Agent Developer | AI Agent Development',
|
||
sr: 'AI Agent Developer | Razvoj AI Agenata',
|
||
},
|
||
description: {
|
||
de: 'Spezialisiert auf die Entwicklung autonomer KI-Agenten mit Claude AI, GPT-4 und Open-Source-Modellen. Ich baue intelligente Agenten, die eigenständig Entscheidungen treffen, Tools nutzen und komplexe Aufgaben erledigen.',
|
||
en: 'Specialized in developing autonomous AI agents with Claude AI, GPT-4 and open-source models. I build intelligent agents that independently make decisions, use tools and complete complex tasks.',
|
||
sr: 'Specijalizovan za razvoj autonomnih AI agenata sa Claude AI, GPT-4 i open-source modelima. Pravim inteligentne agente koji samostalno donose odluke, koriste alate i obavljaju kompleksne zadatke.',
|
||
},
|
||
keywords: {
|
||
de: ['KI-Agenten Entwicklung', 'AI Agent Developer', 'KI-Agenten Köln', 'Autonome KI', 'Multi-Agent System', 'Künstliche Intelligenz Agenten'],
|
||
en: ['AI Agent Development', 'AI Agent Developer', 'Autonomous AI', 'Multi-Agent System', 'Artificial Intelligence Agents', 'Hire AI Agent Developer'],
|
||
sr: ['Razvoj AI Agenata', 'AI Agent Developer', 'Autonomni AI', 'Multi-Agent Sistem', 'Veštačka Inteligencija Agenti'],
|
||
},
|
||
features: {
|
||
de: ['Autonome KI-Agenten mit Tool-Use', 'Multi-Agent-Systeme & Orchestrierung', 'Claude AI & GPT-4 basierte Agenten', 'RAG-integrierte Agenten', 'Menschliche Aufsicht & Kontrolle', 'Integration in bestehende Workflows'],
|
||
en: ['Autonomous AI Agents with Tool Use', 'Multi-Agent Systems & Orchestration', 'Claude AI & GPT-4 based Agents', 'RAG-integrated Agents', 'Human Oversight & Control', 'Integration into Existing Workflows'],
|
||
sr: ['Autonomni AI Agenti sa Tool Use', 'Multi-Agent Sistemi & Orkestracija', 'Claude AI & GPT-4 bazirani Agenti', 'RAG-integrisani Agenti', 'Ljudski Nadzor & Kontrola', 'Integracija u Postojeće Radne Tokove'],
|
||
},
|
||
useCases: {
|
||
de: ['Research-Agenten für Marktanalyse', 'Sales-Agenten für Lead-Qualifizierung', 'Support-Agenten für Ticketing', 'Content-Agenten für Marketing', 'DevOps-Agenten für Monitoring'],
|
||
en: ['Research Agents for Market Analysis', 'Sales Agents for Lead Qualification', 'Support Agents for Ticketing', 'Content Agents for Marketing', 'DevOps Agents for Monitoring'],
|
||
sr: ['Research Agenti za Analizu Tržišta', 'Sales Agenti za Kvalifikaciju Lead-ova', 'Support Agenti za Ticketing', 'Content Agenti za Marketing', 'DevOps Agenti za Monitoring'],
|
||
},
|
||
relatedServices: ['ki-agenten', 'ki-entwicklung', 'gpt-integration'],
|
||
},
|
||
];
|
||
|
||
export function getTechnologyBySlug(slug: string): TechnologyData | undefined {
|
||
return technologies.find((tech) => tech.slug === slug);
|
||
}
|
||
|
||
export function getAllTechnologySlugs(): string[] {
|
||
return technologies.map((tech) => tech.slug);
|
||
}
|