Caleb O.

This is where I share everything I'm learning. All the articles here have been seen/read by people

times

4 min read

01 Mar, 2025

How to move FIL out of MetaMask: My Experience

In this article, I share how you can move FIL from your MetaMask wallet

#web3

#plgd

|

17 min read

25 Feb, 2025

Building a proximity feature into maps with React

In this guide, I walk you through how to build something a little bit similar to the "Gym near me" feature on Google Maps.

#react

#guide

|

21 min read

10 Feb, 2025

Adding image info/metadata to Zed

In this article, I share how I made my first contribution to the Zed editor and the stuff I learned from doing so.

#rust

#oss

|

2 min read

26 Dec, 2024

Blog posts don't show up immediately with GhostCMS

Blog posts with GhostCMS don't show up immediately with Next.js in production but works fine on localhost. Here's how to fix it

#headless-cms

#nextjs

|

6 min read

29 Jul, 2024

How I fixed a UX issue with a Polling mechanism

Because we can't exactly pinpoint when a request is complete or successful, the approach above will be inefficient

#react

#ux

|

5 min read

12 Jul, 2024

I opened three Next.js projects with Zed and my PC did not prepare for liftoff

Trying Zed for the first time

#devtools

#ide

|

5 min read

11 May, 2024

Monkey patching: refresh token mechanism in React

Intercept network requests by monkey patching the native fetch API

#auth

#react

#nextjs

|

5 min read

26 Feb, 2024

OAuth with Supabase in a Vite React app

For starters, if you want to enable OAuth in your app with Supabase, you would need to use a snippet similar...

#react

#auth

|

4 min read

11 Feb, 2024

How to use react-spring with Chakra UI

Here's how you can use react-spring in a ChakraUI project

#animation

#chakraui

|

7 min read

26 Jan, 2024

Moving husky pre-commit hook into Github Actions

And to even improve the experience of devs on the team, it is better to move this process into a CI environment.

#actions

#automation

|