| BASE | Basically Available, Soft state, Eventual consistency | An alternative to ACID for NoSQL. | Data | `Everything will be fine, but not right away.` Like a promise of a bonus. | ACID, NoSQL |
| BDD | Behavior-Driven Development | Development driven by behavior. | Testing & Quality | Tests are written in human language so even the client can understand the error. Before they start asking questions. | |
| BGP | Border Gateway Protocol | A protocol that manages routing on the internet. | Network & Infrastructure | If it breaks, the internet will go down worldwide. And then we'll all go have some tea (and maybe something stronger). | |
| BNF | Backus-Naur Form | Syntax for describing syntax. | Development | How to explain to a program what a correct program looks like. Complex, but beautiful. | |
| BSON | Binary JSON | JSON, but in binary form. | Data | Same as JSON, but faster and more compact. Like a compressed archive for your database. | JSON |