Skip to content

Articles by Leonardo Losoviz

Leo writes about innovative web development trends, mostly concerning PHP, WordPress and GraphQL. You can find him at leoloso.com and twitter.com/losoviz.

10 PHP Testing Tools for WordPress Plugins

We've rounded up 10 of the most popular open-source PHP testing tools that can help make up your testing stack for WordPress plugins.
Reading time
11 min read
Publish date
August 5, 2022
Topic
DevKinsta
Topic
PHP Frameworks
Topic
Web Development Tools

The Ultimate Guide for Transpiling PHP Code

Tired of working with multiple PHP versions? Learn how to write source code with PHP 8.0, and transpile it to previous PHP versions.
Reading time
24 min read
Publish date
September 21, 2021
Topic
Learn PHP
Topic
PHP Function

WordPress Abstraction: Best Practices and WordPress Abstraction Plugins

Learn how to use code snippets or an abstract WordPress plugin to remove fixed dependencies from the code and produce interacting packages.
Reading time
17 min read
Publish date
September 3, 2021
Topic
WordPress Development
Topic
WordPress Plugins

Monorepo vs Multi-Repo: Pros and Cons of Code Repository Strategies

Monorepo vs multi-repo — which one is best? There are pros and cons to each. Learn about the benefits and drawbacks of each approach here.
Reading time
14 min read
Publish date
August 24, 2021
Topic
Tech Tips