---
title: "Engineering articles"
description: "Engineering articles, insights, thoughts. Everything documented including drawings, visualizations and more."
canonical_url: "https://neg4n.dev/"
md_url: "https://neg4n.dev/index.md"
---

# Engineering articles

- [Everything About Bitflags](https://neg4n.dev/blog/everything-about-bitflags.md): Comprehensive walkthrough bitflags - how to store up to 32 booleans in one value? Including visualizations, database considerations, code examples and benchmarks.
- [Understanding zealous diff3 style in Git conflicts](https://neg4n.dev/blog/understanding-zealous-diff3-style-git-conflict-markers.md): Master conflicts resolving by switching from 'merge' to zealous diff3 also known as 'zdiff3' for conflicts markers in Git version control system.
