RSSAmplifier

Blog

kibuika.com

just a chill guy who kinda likes to code

stt.kibuika.comRSS feed ↗18 posts

Latest posts

back at it

i'm back at it

How to Build a Trade Platform on Shopify Grow (Without Shopify B2B)

A guide to implementing a trade program for interior designers, architects, and other trade professionals using Shopify Grow and theme-native Liquid — no Shopify Plus B2B required.

Shopify Sections Rendering API: Dynamic Updates Without Page Reloads

Shopify’s Sections Rendering API allows you to dynamically update parts of a page (like a cart drawer, product grid, or promotional banner) without a full page reload. This improves performance and creates a smoother user experience.

Shopify render priority and load order

When building a Shopify store, understanding how sections are rendered can help optimize your store’s performance and improve load times.

git init

Shopify Tips & Tricks is my way of locking in those "aha!" moments—the concepts I should remember but keep forgetting—by documenting them as I go. Think of it as a developer’s notebook, but one we can all share and learn from.

How to host a Monorepo on Coolify

Deploy a monorepo built with turborepo and pnpm workspaces on Coolify.

Custom Domains in Coolify self-hosted

A guide on how to set up custom domains in Coolify self-hosted

using node-html-to-image in NextJS serverless functions

i spent an entire day debugging so you don't have to

the last minute bug

the stupid bug i missed because i couldn't test

Fatal, repository not found

I lost four hours of my life to this, I won't let you lose that much time

Ruby; If love was a programming language

Ruby is just one of those languages that is just so easy to love.

Wtf, Javascript!!

Weird Javascript.

Under the hood:: Array.map()

I have a soft spot for Array prototypes in Javascript, I use them alot, but how do they really work under the hood? Lets explore the Array.map().

Closures...I am not done yet

My quest for closures keeps intensifying. Maybe it has nothing to do with Javascript closures but some other kind of closure.

Closures

If our function was tea and the surrounding environment was a cup - then the entire "cup of tea" is a Closure. The difference is that Closures are not every developer's "cup of tea".

Where are my Arrays and Strings ".at"?

The EcmaScript release on June 2022 (ES2022) introduced a new method (.at), it is okay-ish.

MutationObserver saved my weekend build

What it is, how it saved me from losing my mind, why you should care.

Primitives vs Objects (Value vs Reference)

A light look into values and references.