Posts
All the articles I've posted.
Difference between phpunit and pest
Posted on:September 1, 2023 at 03:57 PMPHPUnit 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 PMTo 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 PMAgile and Scrum are related concepts often used in software development projects, but they are not...