Vue 3 Composition API: Basics and Patterns
A deep-dive tutorial covering the fundamentals and practical
patterns of the Vue 3 Composition API. Covers reactive state,
computed properties, watchers, lifecycle hooks, and reusable
composables with real-world examples.
Vue.js
Published on Medium • Ranks on first page of Google for various
keywords on Vue 3 composition api
How I Built a Chrome Extension Wallet for 13 Blockchains
Architecture decisions behind building a non-custodial sidebar
wallet: provider injection patterns, MetaMask compatibility,
Manifest V3 constraints, content script ↔ service worker
communication, and unified balance management across 13 chains.
Coming Soon
Chrome Extensions • Web3 • Vue
SEO for Vite SPAs Without Next.js
How I achieved full SEO capability for Nexus Fastbridge using
build-time HTML page generation in Vite, generating per-chain pages
with proper meta tags and Open Graph data, then hydrating the React
SPA on the client. The tradeoffs versus SSR/SSG frameworks.
Coming Soon
React • Vite • SEO
Shipping a Production Chrome Extension in Your First Month
The Skizzle story, how I shipped an end-to-end encrypted email
attachments extension within 30 days of joining a new company.
Covers rapid onboarding, scoping aggressively, InboxSDK and gmail.js
DOM observation, cross-browser compatibility, and knowing when to
cut features.
Coming Soon
Chrome Extensions • Career