Posts | ShiftDev
All the articles I've posted.
Difference between phpunit and pest
Posted on:September 1, 2023 at 03:57 PM
PHPUnit and Pest are both testing frameworks for PHP, used primarily for writing and running tests in PHP applications...
Add text in SVG with color
Posted on:August 1, 2023 at 03:57 PM
To add color to the text in SVG, you can use the `fill` attribute on the `<text>` element...
Difference between Agile and Scrum
Posted on:August 1, 2023 at 03:57 PM
Agile and Scrum are related concepts often used in software development projects, but they are not...