Articles

Everything About Bitflags
Comprehensive walkthrough bitflags - how to store up to 32 booleans in one value? Including visualizations, database considerations, code examples and benchmarks.
01/09/2025•23 min read

The ultimate TypeScript toolbox for modern web
Learn about the tools and building blocks used in order to compose the ultimate TypeScript toolbox for robust codebases and productive development.
04/05/2024•7 min read

Understanding zealous diff3 style in Git conflicts
Master conflicts resolving by switching from 'merge' to zealous diff3 also known as 'zdiff3' for conflicts markers in Git version control system.
31/05/2025•7 min read

Hacky way to inject .so into remote processes
Unusual way to inject shared objects into remote processes on GNU/Linux.
11/09/2021•4 min read