Install
QA Process & Release Gates
Exploratory testing, bug triage, traceability, and release readiness.
- Last 30 days Feed window
Related topics
Latest in QA Process & Release Gates
Build a Valorant Uninstaller: PowerShell Script [2026]
4+ hour, 47+ min ago (1762+ words) Either mode leaves traces after a normal uninstall: the driver file, the service registrations in the registry, and folders under Program Files and ProgramData. A script that checks each of those locations explicitly, rather than trusting the Riot uninstaller to…...
I’m a KPMG forward-deployed engineer. AI has moved my job beyond writing code.
14+ hour, 40+ min ago (523+ words) This is a conversation with Justin Johnsen, the lead technical architect at KPMG. This conversation has been edited and condensed for clarity. I joined KPMG six years ago, and I've been a forward-deployed engineer for about a year, working across…...
Anthropic weighs new model launch as OpenAI's Astra gains ground: report
13+ hour, 53+ min ago (376+ words) Anthropic is considering releasing a new AI model to counter momentum gained by OpenAI since the launch of GPT-6 Astra, according to three sources cited in a Reuters report. The deliberations come as the company prepares for an expected public…...
GLM-5.3-Flash Explained: The 320B Open-Weight Model With an 18B Brain and a 1M-Token Memory (2026)
49+ min ago (651+ words) At a glance — Last verified: 2026-09-03 In one sentence: it is a 320-billion-parameter open-weight Mixture-of-Experts model from Z.ai that uses only 18 billion active parameters per token, reads text, images, video, and files natively, and holds a one-million-token conversation in a…...
What people are building with Jev: a look through nine awesome lists
49+ min ago (1368+ words) A visual guide to Jev projects: nine directory READMEs, repository overlap, a 358-entry category breakdown, and practical examples. Tagged with ai, jev, opensource, showdev....
Suffix Matching Is Not Authorization: Lessons from CVE-2026-49869 in Kestra
1+ hour, 14+ min ago (420+ words) This is worth examining as an engineering lesson rather than as a single vendor incident. The same mistake appears in web applications far outside workflow tooling. Kestra exposes a REST API for creating and running flows. An AuthenticationFilter protected the…...
When AI Agents Hammer tools/list: Building a Caching-Aware MCP Server (SEP-2549)
1+ hour, 4+ min ago (555+ words) Part 2 of 2. Part 1 covered statelessness; here I tackle caching. This isn't hypothetical. When I pointed GitHub Copilot CLI at my server, it fired nine tools/list calls in ~40 seconds in one short session — plus repeated re-initializes. That's the storm SEP…...
File Share Access Reviews: Why Ownership Matters More Than Another ACL Export
1+ hour, 13+ min ago (665+ words) Traditional Windows file shares are easy to underestimate. The permissions are visible. Active Directory groups exist. NTFS ACLs can be exported. On paper, that can look like access governance. In practice, the difficult question is usually not: Who is accountable…...
GitOps avançado - automação de deploy, rollback e boas práticas para produção
1+ hour, 18+ min ago (212+ words) Um pipeline GitOps completo normalmente combina CI (que constrói e testa a aplicação) com CD via ArgoCD (que aplica o resultado ao cluster). O CI não aplica nada diretamente ao cluster — sua única responsabilidade é atualizar o repositório de manifests…...
Observabilidade - o que é, métricas vs logs vs traces e a stack Prometheus + Loki + Grafana
1+ hour, 18+ min ago (313+ words) Por muito tempo, "monitorar" um sistema significava basicamente uma coisa: configurar alguns alertas (CPU alta, disco cheio, processo caiu) e torcer para que eles cubram os problemas que realmente vão acontecer. Isso funciona enquanto o sistema é simples e as…...