Skip to content

Gary Woodfine

Gary is Technical Director at threenine.co.uk, an independent software vendor specialising in IoT, Field Service and associated managed services, enabling customers to be efficient, productive, secure and scale-able.

Escaping the build trap

Book Review: Escaping the Build Trap

Escaping the Build Trap: How Effective Product Management Creates Real Value Melissa Perri 4.33 3,019 ratings307 reviews To stay competitive in today’s market, organizations need to adopt a culture of customer-centric practices that focus on outcomes rather than outputs.

Nuxt3

How to use Layouts in Nuxt 3

In Nuxt 3, layouts are a way to define a common structure for the pages of your application, In this detailed walk-through guide we explore how to create, define and use layouts in Nuxt 3

Nuxt3

How to use modules in nuxt 3

adding modules and gradually introduce more of the key features of Nuxt 3 that will help you to build more complex apps and features.

Book Review: User Story Mapping

User story mapping is a valuable tool for software development, once you understand why and how to use it. This insightful book examines how this often misunderstood technique can help your team stay focused on users and their needs without getting lost in the enthusiasm for individual product features.

dotnet

How to do Entity Validation with EF Core

Data validation in API’s is crucial task yet is often overlooked, with Entity Framework Core entity data validation is made easier and it can also be expanded upon to provide robust solutions