Explore >> Select a destination


You are here

blog.keikooda.net
| | postgrespro.com
11.8 parsecs away

Travel
| | [AI summary] This blog series chronicles the development of PostgreSQL versions 14, 15, and 16, reviewing new features, optimizations, and patches from each code commit fest while announcing book translations and releases.
| | postgresql.verite.pro
9.8 parsecs away

Travel
| | To avoid having concurrent transactions interfere with each other,SQL engines implement isolation as a feature.This property corresponds to the I letter in t...
| | pgdba.org
7.7 parsecs away

Travel
| | [AI summary] This technical article explains the Multi-Version Concurrency Control (MVCC) and transaction isolation levels in PostgreSQL, including how XIDs work and common concurrency issues.
| | pentesterlab.com
59.9 parsecs away

Travel
| This blog post explores the evolution of SQL Injection attacks and why traditional methods, like injecting ' OR 1=1;--, are less effective in modern web applications. It highlights the importance of using secure coding practices, such as parameterized queries and modern password hashing algorithms, to safeguard against these attacks.