oop



Interfaces binding with implementations in Laravel

  • avatar
  • 13.9K Views
  • 16 Likes
  • 9 mins read
Preview post image

An interface is a programming structure that allows the computer to enforce certain properties on an object. In object oriented programming, an interface generally defines the set of methods that an instance of a class that has that interface could respond to. It is actually a concept of abstraction and encapsulation.

Domain Driven Design: Components

  • avatar
  • 4.4K Views
  • 7 Likes
  • 9 mins read
Preview post image

Previously, we explored the fundamental concepts and terminology utilized in Domain Driven Design (DDD), as well as the layers that make up its architecture. In this section, we will examine the artifacts employed to integrate these concepts and construct our application, using PHP as an example.

Introduction to SOLID principles

  • avatar
  • 201 Views
  • 1 Like
  • 4 mins read
Preview post image

In software development, crafting code that is easy to understand, maintain, and extend is a high priority. One of the most effective ways to achieve this is by following the SOLID principles, a set of five design principles intended to improve the robustness and quality of object-oriented code. These principles, introduced by Robert C. Martin, are essential for developers aiming to produce clean and efficient code.

 Join Our Monthly Newsletter

Get the latest news and popular articles to your inbox every month

We never send SPAM nor unsolicited emails