Insights
Short, practical pieces from real client work: experiments that worked, things that didn’t, and the dashboards, interfaces, and flows that actually changed behaviour.
WET (Write Everything Twice) Programming
The most talked about design principle is the DRY principle, But when should we break this rule?
The Benefits of Redux?
Redux continues to be a popular choice for large-scale applications, offering predictable state updates, powerful debugging tools, and scalability that supports collaboration in larger teams.
Optimising UI for the new INP Web Vital
The INP Web Vital is a new metric that measures the performance of a website. It is a crucial metric for web developers, as it helps them understand how well their website is performing and how to improve it.
Introduction To Tidy Data Principles
An overview of tidy data principles, emphasizing the importance of structuring datasets for clarity, compatibility, and ease of analysis, with practical guidance on applying these principles using various programming tools.
Front-End Parallelizable Tasks Using The GPU
Exploring the benefits and practical applications of parallel computational tasks on client machines, focusing on The Principle of Known Reliability and The GPU Crossover Threshold for optimal task distribution.