Hi, my name is Roger Stringer.

I am a developer, DevOps engineer, writer, foodie, speaker. Coded Geekery is my spot on the interwebs where I can talk, think and share.

I'm also a big camping and hiking enthusiast. When I'm not hanging out with my family or at the computer you can find me camping somewhere in the mountains around the Okanagan valley where I live.

Recent Posts

Kent C. Dodds on Full Stack Components

There’s this pattern I’ve been using in my apps that has been really helpful to me and I’d like to share it with you all. I’m calling it “full stack components” and it allows me to colocate the code for my UI components with the backend code they need to function. In the same file.

Using Preact Signals with Fresh

“Fresh is the Deno full-stack framework created by Luca Casonato of the Deno core team and now hosted in the Deno github repository.”

Overcoming Popular Issues With React Projects

I know that people will always find ways to shoot themselves in the foot. At the same time I understand that batteries-not-included approach will lead to that sad result. When it comes to React projects I feel that I know a few tricks to sidestep problems that people discuss online.

The Remix Blog Stack

The Remix Blog Stack is a Remix stack I wrote for quickly building an MDX blog in Remix, it's had a few revisions recently.

Josh W Comeau : "Why React Re-Renders"

In React, we don't update the DOM directly, we tell React what we want the DOM to look like, and React tackles the rest. But how exactly does it do this? In this tutorial, we'll unpack exactly when and why React re-renders, and how we can use this information to optimize the performance of our React apps.

Featured Posts