Blog posts

Thoughts on software and engineering.

Frankie Linehan Frankie Linehan

Thoughts on testing

Definitions of common testing strategies and thoughts on code coverage.

Read More
Frankie Linehan Frankie Linehan

GitFlow overview and workflow

A structured git branching model that empowers team members to have more control over their releases and feature work and creates a more stable code base.

Read More
Luma training thoughts
Frankie Linehan Frankie Linehan

Luma training thoughts

Definitely recommend this training if anyone ever has an opportunity to take it. It is an “agile-ish” way of innovating and breaking down ideas. Taking our questions and ideas, and then narrowing them down into something that is actionable.

Read More
Frankie Linehan Frankie Linehan

React and State management

Out of the box React prompts state close to your functionality. React already comes with state management, you don’t need Mobx or Redux (well...not yet).

Read More
Empathetic component design
Frankie Linehan Frankie Linehan

Empathetic component design

When building reusable React components keep empathy in mind. Especially when building things for your internal development teams!

Read More