Focus: ansible → Ansible, Kubernetes, Jenkins

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Dieter Schlüter 2026-04-26 01:44:18 +02:00
commit 85f7ba34a6

View file

@ -106,7 +106,7 @@ export function FocusSection() {
className="mt-20 pt-12 border-t border-border" className="mt-20 pt-12 border-t border-border"
> >
<div className="flex flex-wrap gap-3"> <div className="flex flex-wrap gap-3">
{['git', 'tmux', 'ssh', 'systemd', 'nginx', 'PostgreSQL', 'ansible', 'FastAPI', 'PyTorch', 'Transformers', 'tiktoken', 'TensorFlow', 'vLLM', 'JupyterLab'].map((tool) => ( {['git', 'tmux', 'ssh', 'systemd', 'nginx', 'PostgreSQL', 'Ansible', 'Kubernetes', 'Jenkins', 'FastAPI', 'PyTorch', 'Transformers', 'tiktoken', 'TensorFlow', 'vLLM', 'JupyterLab'].map((tool) => (
<span <span
key={tool} key={tool}
className="font-mono text-xs px-3 py-1.5 border border-border rounded text-muted-foreground hover:text-foreground hover:border-accent/50 transition-colors cursor-default" className="font-mono text-xs px-3 py-1.5 border border-border rounded text-muted-foreground hover:text-foreground hover:border-accent/50 transition-colors cursor-default"