• Blog
  • About
  • Services

Blog

Articles on PHP design patterns, testing strategies, data structures, and clean architecture.

  • Heaps explained in PHP

    Heaps explained in PHP

    Data Structures

    Heaps are an effective data structure for quick access to the highest value of a dataset.

  • Using the Visitor Pattern in PHP

    Using the Visitor Pattern in PHP

    Patterns for the Rest of Us

    The Visitor Pattern opens up your entities to extension without changing them (much); and keeps the code separate.

  • Trees and Tree Traversal in PHP

    Trees and Tree Traversal in PHP

    Computer Science

    In this post I want to introduce you to Tree structures. What they are, how you can use them, and in which situation they can be helpful.

  • Adapter Pattern vs. Bridge Pattern

    Adapter Pattern vs. Bridge Pattern

    Patterns for the Rest of Us

    The Adapter pattern and the Bridge Pattern have brought along a lot of confusion. Time to connect the dots.

  • What happens when we clone?

    What happens when we clone?

    How does it work

    Cloning is a nice way of creating a quick copy of an object. But there are some things you need to be aware of!

  • Decorator Pattern vs. Proxy Pattern

    Decorator Pattern vs. Proxy Pattern

    Patterns for the Rest of Us

    Although similar, Decorators and Proxies are not the same. It all depends on their intent.

← Previous
1 2 3 4
Next →
© 2026 doeken.org
  • Contact
Search articles