What is Domain-Driven Design: The absolute beginners guide

What Is Domain-Driven Design The Absolute Beginners Guide With Examples.

This article will introduce you to a Domain Driven Design (DDD). Firstly, we talk about domain driven design and the common design concepts, something like DDD for dummies approach. Secondly, this article will introduce you to the relationship types in the domain driven design. If you are a busy reader you can skip to the … Read more

What is new in PHP 8.2: What are new features, what is deprecated?

What’s New In PHP 8.2

This article provides an overview of new features and deprecations in PHP 8.2. PHP 8.0 already set a strong base for these and upcoming improvements. Original plan to release PHP 8.2 was on November 24th 2022, but it was posponed for December 8th 2022. In this article, we cover what is new in PHP 8.2. … Read more

WordPress archive post limit: with example

If you are having a personal or company blog, most likely you keep some kind of archive, with the possibility to configure the WordPress archive post limit. Why is WordPress archive post limit important? Let us talk about the chronological nature of blogging. This means that great articles can get lost in your archives. Therefore, … Read more

Remove Posts and Pages from WordPress Search

This article shows you how to remove posts and pages from WordPress search and improve the search experience of your site. If you are interested only in code snippets you can use Table of Content to navigate to that part right away. Otherwise, enjoy reading the whole article. Introduction WordPress search is one interesting and … Read more