Writing · Tag

Articles tagged "javascript".

3 articles on this topic.

Articles tagged "javascript"

·7 min read · chrome-extension , manifest-v3 , supabase

How to build a Chrome extension popup with Supabase Auth (step by step)

Wire Supabase Auth into an MV3 popup: bundle the UMD, persist sessions in chrome.storage, recover state on reopen. Working code included.

How to build a Chrome extension popup with Supabase Auth (step by step): cover image

·7 min read · javascript , typescript , timezone-handling

Silent timezone bugs in JavaScript date arithmetic

`new Date().toISOString().split('T')[0]` returns the UTC date, not the user's local date. The bug, the fix, and why it only shows up in production.

Silent timezone bugs in JavaScript date arithmetic: cover image

·7 min read · css , javascript , ux

5 Simple Scripts to Enhance UI/UX for Your Bubble.io App

Customize your Bubble.io app with custom scrollbars, uploaders, centered popups, and responsive layouts—no paid plugins required!

5 Simple Scripts to Enhance UI/UX for Your Bubble.io App: cover image
← All articles