Beware the Global Const

It is common wisdom in the programming world to discourage the use of global variables.1 It is bug-prone due to shared mutability across modules. It introduces implicit dependencies within interfaces ...
0 Read More

Hexagonal Architecture

Exploring hexagonal architecture and why context matters more than syntax and structureThis was originally posted in my blog - https://akdev.blog/hexagonal-architecture-1You're reading part one of a s...
0 Read More