Recent Posts

Interview

less than 1 minute read

Introduce yourself

Loading Local Images in Minimal Mistakes

4 minute read

I want to be able to load local images when the site is served locally. However, the URL format file:///Users/<username>/archive/image/20260218184820.p...

Differences between the commands gem and bundle

1 minute read

In the Ruby ecosystem, gem and bundle serve distinct but complementary roles in managing code libraries (known as gems). While gem is the primary interface f...