• Blog
  • About
  • Services

Blog

  • 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

    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

    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?

    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

    Patterns for the Rest of Us

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

  • How to use symfony/mailer without the Symfony Framework

    Symfony

    Now that Swiftmailer is (almost) dead, let's meet its replacement.

← Previous
1 2 3 4
Next →
© 2025 doeken.org
  • Blog
  • About
  • Services
  • Contact
Search articles