WebStorm Plugin for React UI-kit Contracts https://sudonull.com/webstorm-plugin-for-react-ui-kit-contracts
Component Contract Guard analyzer tracks props drift in TypeScript, JSX, and Storybook. Inline signals in WebStorm, impact calculations. Install to control API in design systems — explore the architecture.
Zig vs C: CLI utility in 1000 lines without errors https://sudonull.com/zig-vs-c-cli-utility-in-1000-lines-without-errors
Switch from C to Zig: log analyzer logz from 3147→1089 lines, +33% speed, no segfaults. Code, benchmarks, pitfalls. For middle/senior dev.
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.