Request objects in Tempest
Explains how Tempest PHP framework uses typed data objects for automatic request validation, simplifying web development.
Explains how Tempest PHP framework uses typed data objects for automatic request validation, simplifying web development.
Explains strategies to handle nullable reference type warnings when deserializing JSON into C# object models, comparing different approaches and their trade-offs.
Explains the new readonly class feature in PHP 8.2, detailing its syntax, rules, and practical use cases for data objects.
A visual history of PHP Data Transfer Objects (DTOs) evolving from PHP 5.6 through modern versions, showcasing syntax improvements.
Explains PHP 8.1's new readonly properties for creating immutable data transfer and value objects, comparing code examples from older PHP versions.
A proposal for using typed request classes in Laravel to combine validation and data representation, eliminating the need for separate DTOs.
Explains PHP 8's constructor property promotion feature, a syntax shortcut for defining and initializing class properties in the constructor.
A guide to creating portable C# Data Transfer Objects (DTOs) for Azure Mobile Services when developing cross-platform mobile apps with Xamarin.
Discusses validation strategies for domain objects and DTOs in software design, using user registration as an example.