web development

WEB DEVELOPMENT

INTRODUCTION: Web Development is the evolving field of online digital world, processing by technological advancements, emerging trends and changing behaviors of users. In this article, we will highlight some basic aspects of web development r ...

Drupal

DRUPAL

TITLE: Key features and essential modules of Drupal for creating high-performance websites: INTRODUCTION: Drupal is a powerful Content Management System (CMS) that can hold its power over millions of websi ...

sahi_logoArtboard 1@2x

CLI commands using PHP

It is helpful sometimes to write your own CLI commands to automate some tasks. You can write CLI commands using PHP and call them anywhere from the command line. To get started create a folder where you will place your executable PHP file and add the ...

Software testing. Programmer cartoon character with magnifier looking for defects in programme, application. Software bugs, errors, risks. Vector isolated concept metaphor illustration

PHP debugging with KINT

What is Kint. PHP Kint is a debugging and diagnostic tool for PHP developers. It provides a simple and easy-to-use way to display and analyze PHP variables and objects in a readable and hierarchical format. Kint can help you quickly identify bugs ...