QuACS.tech
Tags — 26 articles
Testing
Qa
Python
Data Migration
Case Study
Api
Ai in Practice
Mvp
Lovable
Claude
Shift Left
Quality
Processes
Culture
Scrum
Retrospective
Agile
Management
Postman
Newman
Bash
Api Testing
Thoughts
Learning
Industry
Ai
document.getElementById("search-input").addEventListener("input", function () { const query = this.value.trim(); const box = document.getElementById("search-results"); if (!query || !fuse) { box.innerHTML = ""; return; } const results = fuse.search(query).slice(0, 8); box.innerHTML = results.map(r => `
${r.item.title}
${r.item.section}
`).join(""); });