Vibe Coding for Product Thinking

🚀 Vibe Coding — Issue #6 From Idea → UX → Code → Feedback: Vibe Coding for Product Thinking User Intent • UX Reasoning • Experimentation • Telemetry • Continuous Learning Up to now, Vibe Coding has focused on: Issue #6 shifts the question entirely: Are we building the right thing? Because the fastest code … Read more

Building Custom Menus and Sidebars in Google Docs with Google Apps Script

Create Real Tools Inside Docs (Not Just Scripts) Most Google Apps Script tutorials stop at automation.But the real power starts when you turn scripts into tools users can interact with—directly inside Google Docs. In this article, you’ll learn how to create custom menus and sidebars that transform a Google Doc into a mini application. Why … Read more

How to Use Libraries in Google Apps Script Bound to Google Docs

Goal: Reuse code across multiple Docs projects by adding a library to a bound script (a script attached to a Google Doc), then calling library functions from the Doc. What is a Google Apps Script Library? A library is a reusable Apps Script project you publish so other scripts can include it. Instead of copy/pasting … Read more

Apps Script and Gemini Powered Google Sheets Tools

📘 Lesson 6 — Gemini-Powered Google Sheets Tools (Menus, Selections & AI Output) Blog Post #6 in the Apps Script + APIs + Gemini Series Calling Gemini is powerful.But calling Gemini inside Google Sheets is transformative. In this lesson, you’ll learn how to turn Gemini into a native Sheets assistant—able to explain data, summarize selections, … Read more

JavaScript Architecture Patterns for Large Applications

🟦 JavaScript Deep Dive — Issue #8 JavaScript Architecture Patterns for Large Applications How to structure code that scales without collapsing under its own weight Small JavaScript projects forgive bad structure.Large ones punish it relentlessly. As applications grow, the biggest challenges are no longer syntax or APIs — they’re: This issue focuses on architecture patterns … Read more

Learning Multiple Skills in Parallel Vibe Learning

🌟 VIBE LEARNING — ISSUE #13 (ADVANCED) Learning Multiple Skills in Parallel (Without Confusion or Burnout) How advanced learners stack skills instead of scattering attention. 👋 Welcome to Issue #13 (Advanced) Most ambitious learners don’t want to learn one thing. They want to: But here’s the problem: Learning multiple skills the wrong way leads to … Read more

Beyond the Browser Vibing APIs Tooling and FullStack Collaboration

🚀 Vibe Coding — Issue #5 Beyond the Browser: Vibing APIs, Tooling & Full-Stack Collaboration Frontend ↔ Backend • API Contracts • Tooling • System Alignment • AI as a Translator Up to now, Vibe Coding has focused on how frontend developers work with AI. In Issue #5, we widen the lens. Because real products … Read more

Calling Gemini from Google Apps Script

📘 Lesson 5 — Calling Gemini from Google Apps Script (Text Prompts → AI Responses) Blog Post #5 in the Apps Script + APIs + Gemini Series Up to this point, you’ve learned how to: Now it’s time to bring AI into your Apps Script projects. In this lesson, you’ll learn how to call Google’s … Read more

Closures Scope and Memory What Really Happens Under the Hood

🟦 JavaScript Deep Dive — Issue #7 Closures, Scope & Memory: What Really Happens Under the Hood Why closures are powerful, dangerous, and often misunderstood Closures are one of JavaScript’s greatest superpowers — and one of its most common sources of bugs, memory leaks, and confusion. Most developers use closures.Far fewer truly understand what they … Read more

How AI Really Works

Why English Is Not the Language AI Uses (and What Vectors & Embeddings Actually Are) One of the biggest misconceptions about AI is this: “AI understands English.” It doesn’t. AI processes English, but it does not think in English, store knowledge in English, or reason in English. To understand how AI actually works—and why it … Read more