Posts
All the articles I've posted.
In php why `declare(strict_types=1)` use?
Posted on:August 1, 2023 at 03:57 PMIn PHP, the declaration `declare(strict_types=1);` is used to enforce strict typing in a file or...
Soft skills for software developers
Posted on:July 1, 2023 at 03:57 PMSoftware development soft skills are non-technical abilities that complement the technical skills required in the field of software development.
In php8.1 which one is efficient between switch and match and why?
Posted on:February 1, 2023 at 03:57 PMIn PHP 8.1, both the `switch` and `match` statements are available for conditional branching...