// Popular Articles

#data-validation
#8382026-04-14

E2E test bằng tiếng Anh tự nhiên: cách bắt bug hiển thị 3.4 triệu thay vì 34 triệu dân

Hầu hết E2E test chỉ kiểm tra trang có render hay không, chứ không kiểm tra số liệu có đúng hay không. Lee Ren Jie (Tech With RJ) demo cách dùng Passmark + Claude + Gemini viết assertion bằng tiếng Anh để catch data bug mà selector test bỏ sót — qua case test 3 portal open-data của Malaysia.

e2e-testingplaywrightai-testing
7 phút đọc
#8142026-04-04

pg_jsonschema: enforce JSON Schema on jsonb columns at 15x the speed of PL/pgSQL

Postgres' jsonb is great until someone inserts garbage. pg_jsonschema bolts JSON Schema validation onto json/jsonb columns via CHECK constraints — written in Rust, ~10–15x faster than the PL/pgSQL alternative, and now ships a compiled-schema mode for another 1.8x on hot paths.

postgresqlpg-jsonschemasupabase
6 phút đọc