Search Articles — Sudonull

Search Results

In this project

DB migrations in legacy without ORM: structure and practice

https://sudonull.com/db-migrations-in-legacy-without-orm-structure-and-practice

Setting up DDL/DML migrations for legacy systems: Git structure, version tables, deploy to dev/prod. Change control without Liquibase/Flyway. Instructions for middle/senior dev.

DBSC in Chrome 146: TPM session protection

https://sudonull.com/dbsc-in-chrome-146-tpm-session-protection

Learn how Device Bound Session Credentials binds cookies to TPM, making stolen tokens useless. Technical details, backend implementation, and comparison with App-Bound Encryption. For developers.

Designing OLTP DB on Rust: principles

https://sudonull.com/designing-oltp-db-on-rust-principles

Learn the principles of creating an OLTP database from scratch: restrictive by default, contract-first, Rust traits, hybrid async/sync. Real trade-offs for middle/senior dev. Study the architecture.

sa-tests-db: data flows in static analysis

https://sudonull.com/sa-tests-db-data-flows-in-static-analysis

Learn how data flow analysis and interprocedural approach allow the static analyzer to pass Russian National Standard R 71207-2024 on sa-tests-db. Details on data-flow, control-flow, and hybrid scheme for C, Java, Python.

From other projects

DBS reboots the brain in depression: remyelination mechanism

https://ymaho.com/dbs-reboots-the-brain-in-depression-remyelination-mechanism

Scientists have proven: deep brain stimulation (DBS) physically rebuilds white matter. The axon remyelination mechanism explains the lasting effect in depression. Read details.

AlphaFold DB: How AI Predicted 200 Million Proteins

https://ymaho.com/alphafold-db-how-ai-predicted-200-million-proteins

DeepMind's AlphaFold database contains over 200 million protein structures. Learn how this accelerates drug discovery and transforms science. Read more in the article.

Trending Now