Skip to content
Imdhemy
  • Home
  • Blog
  • About

Start typing to search the site.

    Start typing to search the site.

      • Home
      • Blog
      • About

      Blog

      PHP Real-world use cases of singleton design pattern

      Dec 30, 2021 · 5 min read

      The singleton pattern ensures that a class has only one instance and provides global access to it. Okay, many developers...
      #php #design-patterns #singleton #laravel #software-architecture

      How to test Elasticsearch in PHP applications

      Sep 9, 2021 · 7 min read

      Starting from Elasticsearch 8.0, they introduced multiple breaking changes in the Elasticsearch client library. This article is intended to v...
      #php #testing #elasticsearch #integration-testing #unit-testing

      Why you need a builder to create your entities and models

      Jun 2, 2021 · 10 min read

      Static factories and constructors share a limitation; they do not scale well to large numbers of optional parameters. Consider the...
      #php #design-patterns #builder-pattern #domain-modeling #oop

      Three advantages of using static factory methods in PHP

      May 16, 2021 · 7 min read

      Constructor overloading is a concept of having more than one constructor with a different list of parameters. PHP doesn’t allow...
      #php #design-patterns #static-factory #object-creation #oop

      Hello World!

      May 15, 2021 · 1 min read

      Hello world!
      #announcement #personal #blogging #introduction
      Prev Next

      Dhemy

      I'm a software engineer and customer data expert focused on turning raw data into meaningful, actionable insights. I work across the full customer data lifecycle, from clean data capture to behavior-aware models and decisions.

      © 2021 - 2026 . imdhemy.com Published by Jekyll, hosted on GitHub Pages.