After REST: Trying Out GraphQL
While solving a real over-fetching problem with GraphQL, I weigh where REST is still sufficient and where GraphQL actually makes sense.
Blog
My writing, videos and posts across platforms on software architecture, PHP, DevOps and product development. (Page 17/32)
While solving a real over-fetching problem with GraphQL, I weigh where REST is still sufficient and where GraphQL actually makes sense.
A practical look at PHP type conversion and coercion: gettype, settype, var_dump, and why strict_types belongs in every file.
I explain the syntax and structural differences that turned test writing from a chore into a habit when moving from PHPUnit to Pest.
A practical comparison of MySQL storage engines: the differences between InnoDB and MyISAM, their trade-offs, and which one to choose.
I compare the visibility problem that client-side rendering creates for search engines and evaluate server-side rendering alternatives.
Building reusable, type-safe abstractions with generics in TypeScript and making the most of type inference.