© 2026 Hashnode
For months, our team has been struggling with a tricky DB2-related issue — and unfortunately, there wasn’t much useful information out there. In this article, I’d like to share our approach so that other developers facing the same challenge can avoid...

To understand why constructors pose a problem in implementation contracts, we need to first understand how contract deployment works and then see how this interacts with the proxy pattern. Let's build this understanding step by step. The Contract Cre...

Introduction The Proxy Design Pattern is a structural design pattern that offers a substitute or placeholder for another object to control access, improve security, or manage resource usage. It serves as a go-between for the client and the target obj...
