free-tech

Web

Action Domain Responder (ADR) design pattern

Backend, Web

ADR can be seen as an evolution of the MVC pattern, providing a higher level of separation and encapsulation. ADR's explicit separation of concerns makes it easier to understand, test, and maintain code by enforcing clear boundaries and responsibilities for each component. However, the choice between ADR and MVC depends on the specific requirements and complexity of the application being developed.

What is ChatGPT ?

Backend, Web

ChatGPT is a prototype artificial intelligence chatbot developed by OpenAI that focuses on usability and dialogue. chatGPT is free at the moment.

The SOLID Principles

Web

SOLID is an acronym of 5 sets of principles that was proposed by Robert C Martin/Uncle Bob to write high cohesive, maintainable and extensible software systems