Leonardo Losoviz Freelance developer and writer, with an ongoing quest to integrate innovative paradigms into existing PHP frameworks, and unify all of them into a single mental model.

Stories by Leonardo Losoviz

What You Need To Know About The Block Protocol

What you need to know about the Block Protocol

Dev

Understand the Block Protocol in Javascript to customize blocks in your apps and reuse blocks across different applications.

Leonardo Losoviz
Jun 1, 2022 ⋅ 8 min read
Exploring the future potential of generic GraphQL error codes

Exploring the future potential of generic GraphQL error codes

Dev

What if GraphQL supported a set of generic error codes? Read about one engineer’s journey to implement them on his own GraphQL server.

Leonardo Losoviz
Apr 6, 2022 ⋅ 14 min read
Fetching dynamically structured data in a CMS with GraphQL

Fetching dynamically structured data in a CMS with GraphQL

Dev

In this post, learn how to plan your GraphQL structure for plenty of flexibility, independent CMS managers, an accurate dataset as you scale.

Leonardo Losoviz
Jan 12, 2022 ⋅ 7 min read
Rector vs. Phabel: Which is better for transpiling PHP code?

Phabel vs. Rector: Which is better for transpiling PHP code?

Dev

Phabel is a newer transpilation tool in the PHP ecosystem. In this comparison post, learn how it stacks up against Rector.

Leonardo Losoviz
Jan 5, 2022 ⋅ 9 min read
What's new in the GraphQL spec

What’s new in the latest GraphQL spec

Dev

Take a peek into the GraphQL RFC process and find out about what actually made it into the first new spec in three years.

Leonardo Losoviz
Dec 16, 2021 ⋅ 4 min read
When to use multiple endpoints in GraphQL

When to use multiple endpoints in GraphQL

Dev

Learn about the different use cases you might encounter in which it’s actually better to use multiple GraphQL endpoints instead of just one.

Leonardo Losoviz
Nov 29, 2021 ⋅ 7 min read
What we can learn from GraphQLConf 2021

What we can learn from GraphQLConf 2021

Dev

We caught up on GraphQLConf 2021 so you don’t have to. Find out what everyone’s talking about in the GraphQL universe in this review.

Leonardo Losoviz
Oct 28, 2021 ⋅ 8 min read
Field arguments vs. directives in GraphQL

Field arguments vs. directives in GraphQL

Dev

What’s the difference between GraphQL field arguments and directives? Brush up on their unique capabilities and uses in this tutorial.

Leonardo Losoviz
Oct 21, 2021 ⋅ 9 min read
Swapping GraphQL servers with the least effort

Swapping GraphQL servers with the least effort

Dev

Learn how to use GraphQL queries as intermediaries between an application and its server, making it easy to swap servers when necessary.

Leonardo Losoviz
Sep 15, 2021 ⋅ 5 min read
Authorization through access control in GraphQL

Authorization through access control in GraphQL

Dev

Learn how to make the access and authorization decisions that will work for you and implement them in GraphQL with this detailed article.

Leonardo Losoviz
Sep 8, 2021 ⋅ 6 min read
Including Both PHP 7.1 And 8.0 Code In The Same Plugin... Or Not?

Including both PHP 7.1 and 8.0 code in the same plugin … or not?

Dev

Having challenges transpiling code from PHP 8.0 to 7.1 in the same WordPress plugin? This solution may help with a few of the issues.

Leonardo Losoviz
Jul 1, 2021 ⋅ 9 min read
Designing a URL-based query syntax for GraphQL

Designing a URL-based query syntax for GraphQL

Dev

See how to design a single-line URL-based query syntax for GraphQL servers that is simple to read and write.

Leonardo Losoviz
Jun 14, 2021 ⋅ 13 min read