Back
Zell Liew
Zell Liew
@zellwk
Web developer. Building courses, component libraries, and transitioning into building SaaS applications.
Wrote a function to scramble text to prevent unauthorized users from seeing content on a static website. (Auth is done after page gets loaded).
Possible to filter out certain selectors so I can still create a content list to entice viewers! :)
Inspired by @levelsio's Make Book.
Wrote a function to check stripe webhooks without cluttering code up.
Wrote simple get,create,update, and delete DB helpers for Astro DB so I don't have to do db.select() everytime.
Figured out which Stripe events to use for Webhooks.
Now just got to impelement.
Figured out how to use Subgrid easily to create responsive cards, so things can be neatly arranged regardless of content.
🧨I just packaged this gorgeous text-wall into a component for easy usage.
Releasing the code soon 🤓.
(Of course, you have to supply your own text... 🙃)
Allowed Tabs to be placed within Tabs. Seeing it for the first time after I created it.
Still blows my mind. 🤯.
Releasing code soon.
Cracked the code to align cells to the left/center/right with tailwindcss easily.