Blog

Thoughts on web development, simplicity, and building things that work

From Frameworks to Functions

Challenge the norm of using big frameworks and discover the benefits of simple, functional programming approaches.

Read More →
Functional ProgrammingFrameworksExpress

Stop Mocking Internal Logic

Why you should stop mocking internal application logic and start mocking external dependencies with test servers instead.

Read More →
TestingMockingJavaScript

You Don't Need Redux

Explore why Redux might be overkill for your React application and discover simpler alternatives for state management.

Read More →
ReactReduxState Management