-
Intent Driven Testing
Intent driven development To summarize, IDD focuses on specifying the desired outcome rather than detailing how it should be accomplished. This approach emphasizes defining the goals, leaving the execution details to the underlying systems. Take logging into an application as an instance. Numerous widely-recognized authentication methods exist, such as those provided by Google, Apple, Facebook,…
-
Rethinking user interfaces
In the digital realm, dominated by traditional screen-based interactions, the journey through complex menus and screens has become a norm. This approach, especially in enterprise applications, often hinders rather than enhances user experience. It’s time for a paradigm shift, where technology adapts to our natural modes of interaction, paving the way for a more intuitive…
-
Intent driven data
Introduction This text serves as an additional resource to the book “Intent-Driven Development” with a specific focus on data aspects. We will not delve into data storage methods, as it’s presumed that an application server handles this aspect. Our primary focus is on interfacing with such a server and executing functions related to the data.…