shlogg · Early preview
Yiran Jing @op3ratordec

Write-Ahead Logging (WAL) Techniques For Databases Explained

Write-Ahead Logging (WAL) ensures data integrity & durability by logging changes before applying them. Each DBMS has its own nuances, but all use redo & undo behaviors for recovery.

DevSecOps Tools For Secure Software Development

DevSecOps integrates security into every phase of software dev lifecycle. Popular tools include GitLab for CI/CD security, Snyk for vulnerability scanning, HashiCorp Terraform + Vault for infrastructure security & more.

Using SQL Review In Bytebase To Improve Database Schema Change Process

When modifying data in a database, ensure changes are safe & accurate with Bytebase's SQL Review feature. Trigger review via GUI, GitOps workflow, or API to evaluate SQL changes before applying them.