Designing a data dashboard to predict Rugby League match outcomes
Although there are some existing applications which do this, there are specific meaningful data points that I like to use.
Finding Product Market Fit - The Lean Product Process
The Lean Product Process is a method of applying lean product principles to achieve a product market fit. This information
QFD - Quality Function Deployment
A bit like the Kano model [https://gabrielburrill.ghost.io/the-kano-model-2/],
we've nicked it from the 20th century
The Kano Model
The Kano Model is a product prioritisation framework. It gives us a way to
measure which features will increase customer
Inspired - Summary (In Progress)
I am currently reading through Marty Cagan's book Inspired to learn about how to
make great technology products.
The Lean Startup - Book Summary
Most new businesses/products fail. The Lean Startup is about how to increase the
chances of success by learning what
Victory Chart Guide: How to draw a trend line in Victory
Victory is a very helpful library to easily build charts and data visualisations
in React. You can read more about
Design Patterns
What are Design Patterns?
A software design pattern is a general, reusable solution to a commonly
occurring problem within a
Dependency Injection
Dependency injection refers to passing your dependencies through a constructor
as opposed to instantiating a new object and its dependencies.
Infrastructure as Code
Infrastructure as code is a way to provision and maintain your infrastructure
using configuration files as opposed to a GUI