Skip to main content

Islands on the Rails

An evolution of implementing "islands of richness" in a Ruby on Rails application

My Self-Hosted Platform

Why I choose to use Dokku as a flexible platform to host my personal projects.

Components for Everyone

With the adoption of component-driven architecture in JS frameworks, how can server-side applications take advantage of a similar workflow in their native languages?

How to read TypeScript errors

My strategy for reading and understanding verbose compiler output

Typed mocks for Jest

Combining TypeScript with mocks can be made better using jest-when