Diverse Text-Updates

This commit is contained in:
Dieter Schlüter 2026-04-25 04:06:10 +02:00
commit 2c3bcb5531
3 changed files with 98 additions and 20 deletions

View file

@ -106,7 +106,7 @@ export function FocusSection() {
className="mt-20 pt-12 border-t border-border"
>
<div className="flex flex-wrap gap-3">
{['vim', 'git', 'tmux', 'ssh', 'systemd', 'nginx', 'PostgreSQL', 'Redis', 'FastAPI', 'PyTorch', 'Transformers', 'tiktoken'].map((tool) => (
{['git', 'tmux', 'ssh', 'systemd', 'nginx', 'PostgreSQL', 'ansible', 'FastAPI', 'PyTorch', 'Transformers', 'tiktoken', 'TensorFlow', 'vLLM', 'JupyterLab'].map((tool) => (
<span
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"