All posts

I like to write about stuff I'm into. You'll find a mix of web dev articles, tech news, and random thoughts from my life. Use the search below to filter by title.
/4 mins read/---

Mastering Section Rendering APIs in Shopify Online Store 2.0

Learn how to leverage Section Rendering APIs to improve your Shopify store's performance and create dynamic, context-specific sections. Discover tips for querying dynamic section markup, including product and collection context

/4 mins read/---

Drag and Drop API keynotes

Some keynotes to keep in mind when working with Drag and Drop APIs in Javascript

/4 mins read/---

Tricky use case of Array.prototype.map in JS

If you are familiar with functional programming, Array.prototype.map must be a function that you work with every day. We encountered a tricky use case of it at Cốc Cốc recently, it took me a while to figure out, and here's the answer...