Blog

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

DuckDB and OPFS for Browser Storage

How I built a todo list using DuckDB WebAssembly and Origin Private File System storage to create persistent browser-based database applications.

Read More →
DuckDBOPFSWebAssemblyFunctional ProgrammingWeb StorageTypeScript

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