Tech News
All News AI & ML Architecture DevOps Open Source Programming Team Management Testing & QA Web

Testing & QA

⚑ Report a Problem

Latest Testing & QA news from Tech News

All topics agents ai api architecture automation aws backend beginners career claude cybersecurity database devchallenge devops javascript llm machinelearning mcp opensource performance productivity programming python security showdev softwareengineering testing tutorial typescript webdev
All EN RU
EN

TimescaleDB 2.27 Added Bloom Filters to UPDATE and DELETE. Your EXPLAIN Won't Tell You If They Work Unless You Know These Counters.

TimescaleDB 2.27, released May 12 2026, extends bloom-filter batch pruning from reads to writes. UPDATE, DELETE, and UPSERT against compressed columns…

postgresdatabaseperformance
Dev.to Jul 31, 2026, 15:31 UTC
RU

Postgresso #6 (91)

pgrust это СУБД или злая шутка? Майкл Мэйлис (Michael Malis), житель Сан Франциско, основатель freshpaint‑io , работал в компании Heap &nbsp…

postgresqlpostgrespostgissqldbmsrdbmsdata basesсубдрсубдбазы данных
Habr Jul 29, 2026, 20:59 UTC
EN

Two exploits, one public API key: the day I attacked my own Supabase app

This is a submission for DEV's Summer Bug Smash: Smash Stories powered by Sentry . Every app has its rockstar bug. Mine didn't crash, didn't throw, di…

devchallengebugsmashsupabasepostgres
Dev.to Jul 28, 2026, 22:42 UTC
EN

A database failover can preserve uptime and break the answer

A PostgreSQL MCP server can remain available during failover and still return the wrong answer. The connection retries against a replica. The replica …

postgresmcpdatabasetesting
Dev.to Jul 28, 2026, 01:21 UTC
EN

Designing an Idempotent Transaction API: Preventing Duplicate Financial Operations

In financial backend systems, network retries represent a classic race-condition vector. If a client attempts to post a transaction, suffers a TCP tim…

pythonbackendapipostgres
Dev.to Jul 26, 2026, 10:54 UTC
EN

Postgres RLS multi-tenancy: two traps that silently disable your policies

Most multi-tenant applications keep tenants apart with one line of code, repeated forever: SELECT * FROM documents WHERE organization_id = $ 1 That li…

postgresdatabasesecuritywebdev
Dev.to Jul 25, 2026, 21:02 UTC
EN

Defeating the Multi-Tenant SaaS Concurrency Trap in PostgreSQL

Most backend engineers implement multi-tenant quota checks using a standard "read-then-write" pattern. In production, this pattern is highly unsafe: S…

postgressaasdatabasebackenddevelopment
Dev.to Jul 25, 2026, 06:34 UTC
EN

A Practical Guide to Azure PostgreSQL: Migration, Replicas, and Tuning ☁️🐘

In this post, I summarize my hands-on experience completing the Microsoft Applied Skills: Configure and migrate to Azure Database for PostgreSQL asses…

azurepostgresdatabasecloud
Dev.to Jul 25, 2026, 02:12 UTC
EN

Disaster Recovery and Backups

In the last article , I walked through what changes when a SaaS grows past a single server: load balancers, stateless app instances, a database that s…

postgresawsbackenddevops
Dev.to Jul 24, 2026, 07:06 UTC
EN

Multi-Tenancy Architecture for SaaS

In Organizations, Teams, and Invitations we got people into the right organization: memberships, roles, invite flows, all the plumbing that decides wh…

postgressaasbackendsecurity
Dev.to Jul 24, 2026, 07:05 UTC
EN

Performance Tuning Before Launch

In A Production Security Checklist , I walked through what to lock down before opening the doors to real users. Security is a pass/fail gate: you eith…

postgresperformancenextjsbackend
Dev.to Jul 24, 2026, 01:59 UTC
EN

Introducing tinbase — local Supabase without Docker (one process, real Postgres)

Supabase local dev = a 12-container, 2.3 GB Docker stack. tinbase serves the same APIs from one 58 MB process . No Docker. It's real Postgres 17 — RLS…

supabasepostgresopensourcewebdev
Dev.to Jul 23, 2026, 10:04 UTC
EN

Build a Feedback Channel That Does Not Become Another Abandoned Inbox

A feedback button is easy to ship. A feedback system is harder. The difference is not the input form. It is what happens after someone presses Send : …

webdevtypescriptpostgresfeedback
Dev.to Jul 23, 2026, 01:50 UTC
EN

NocoBase and the mystery of the shifted timestamps: MySQL vs PostgreSQL, measured

There's a class of bug reports that keeps coming back in the NocoBase community, especially in the Chinese-language forum: "all my times are off by 8 …

nocobasemysqlpostgreslowcode
Dev.to Jul 23, 2026, 00:50 UTC
EN

How to Check Supabase Row Level Security Holes (Free SQL Audit)

Row level security in Supabase fails quietly. There is no crash, no red error banner, nothing in your logs that says "this table is wide open." The ap…

supabasepostgressecuritywebdev
Dev.to Jul 20, 2026, 19:45 UTC
EN

Feature Flags Without LaunchDarkly: A 100-Line Solution

You want to merge a half-finished checkout redesign into main without breaking checkout for everyone. You want to ship a risky billing change but keep…

typescriptnodepostgressaas
Dev.to Jul 20, 2026, 10:00 UTC
EN

I built a Postgres migration linter that simulates your migration instead of pattern-matching SQL

I got tired of migration linters that just grep for scary keywords. CREATE INDEX without CONCURRENTLY ? Flag it. Done. That's most of what's out there…

rustpostgresdatabaseopensource
Dev.to Jul 19, 2026, 13:52 UTC
EN

Retrieval-Augmented Self-Recall — Part 2: Hybrid RAG on Nothing but Postgres

Part 2 of Retrieval-Augmented Self-Recall. Code: RE-call . Part 1: the self-recall problem . Say "vector search" and the reflex is a dedicated vector …

airagpostgresdatabase
Dev.to Jul 18, 2026, 12:05 UTC
EN

RAG in Laravel: Embeddings and pgvector for a Knowledge-Base Bot

In the last post we streamed AI responses over SSE. Now let's fix the problem every chatbot hits in week one: the model doesn't know your data. Ask it…

laravelaiphppostgres
Dev.to Jul 16, 2026, 21:09 UTC
EN

PostgreSQL Query Optimization: Reducing API Response Time from 2.8 Seconds to 74 Milliseconds

Introduction Performance issues rarely announce themselves with obvious errors. More often, they appear as subtle increases in latency that gradually …

devchallengebugsmashbackendpostgres
Dev.to Jul 15, 2026, 21:41 UTC
EN

The blueprint: an HTML-to-PDF API on Postgres, Chromium, and not much else

PDF generation in 2026 is glued together from Puppeteer, LiquidJS, and S3. What's not solved by the glue is the production shape around it: Documents …

architecturepostgresnodewebdev
Dev.to Jul 13, 2026, 09:55 UTC
EN

# Why We Built DRM: Stopping Production Incidents Caused by Manual Database Deployments *By Alexey Levin & Eli Shohat, co-founders of D-Band* ---

Why We Built DRM: Stopping Production Incidents Caused by Manual Database Deployments By Alexey Levin & Eli Shohat, co-founders of D-Band Between …

devopsdatabasepostgresmssql
Dev.to Jul 12, 2026, 22:35 UTC
EN

Why I Chose Neon (dev.to Database Partner) for My AI Routing Platform

When Neon became the official database partner of DEV Community, I was already a user. But the partnership made me look closer at why I chose Neon — a…

neonpostgresserverlessdatabase
Dev.to Jul 9, 2026, 18:26 UTC
EN

Postgres in Rust: Is This The Future For Your Next.js SaaS?

Okay, so you know how we're all constantly chasing that elusive perfect stack? My usual go-to involves Next.js, TypeScript, Supabase for the backend h…

databasenextjspostgresrust
Dev.to Jul 9, 2026, 08:11 UTC
EN

What happens when a PostgreSQL backend crashes?

Your connection to PostgreSQL is handled by a dedicated backend process. If that process crashes, you might think only your session is affected. Howev…

postgresdatabasearchitecturetutorial
Dev.to Jul 7, 2026, 14:40 UTC
EN

Your Postgres already knows why it's slow — you just have to ask it

Keeping our database fast at Atlas was part of my job — alongside writing code and shipping features. And a big chunk of that job was unglamorous: cha…

postgresdatabaseperformancesql
Dev.to Jul 6, 2026, 19:26 UTC
EN

Building Vidiflow: A Production-Grade Video Downloader Backend in TypeScript

I Built a Production-Ready Video Downloader Backend in TypeScript — Here's What I Learned I just completed V2 of Vidiflow , a production-ready backend…

nodetypescriptopensourcepostgres
Dev.to Jul 5, 2026, 13:18 UTC
EN

I just published Postgres MCP Server in Go!

I open sourced a project I have been building on the side: a Go MCP server that connects Claude Code (or Cursor) directly to a live PostgreSQL databas…

postgresmcpgo
Dev.to Jul 4, 2026, 06:22 UTC
EN

Community Docker Images: keeping the operator open without a vendor registry lock-in

PostgreSQL community images address a real gap in how a Kubernetes database operator earns your trust. Running a database operator on Kubernetes means…

postgreskubernetesopensourcedevops
Dev.to Jul 2, 2026, 13:34 UTC
EN

PostgreSQL vs MongoDB vs Cassandra: Multi-Node and How to Choose

Everything in Posts 2 through 5 - the B+Tree structure, the LSM write path, the compaction effect, the secondary index cost, happens on a single machi…

databasebackendpostgrescassandra
Dev.to Jul 2, 2026, 02:01 UTC

© Tech News — Headline Aggregator

Sitemap Legal Notice Privacy Terms Copyright / Removal DSA Contact

Leaving the site

You are about to open an external website:

Continue →