Vibe Learning vs Vibe Coding

Why Learning with AI Is Not the Same as Coding with AI AI is changing how we learn and how we build software—but these are not the same thing. One of the biggest mistakes I see right now is treating learning with AI and coding with AI as interchangeable. They’re not. In fact, confusing them … Read more

Mental Models and First Principles Thinking With AI

🌟 VIBE LEARNING — ISSUE #12 (ADVANCED) Mental Models & First-Principles Thinking With AI How advanced learners simplify complexity and make better decisions. 👋 Welcome to Issue #12 (Advanced) In the last issue, we made a critical shift: 👉 from learning information👉 to learning how to think Now we go deeper. This issue introduces the … Read more

Apps Script Examples Gemini Embedding

Below are ready-to-paste Google Apps Script examples you can add to your blog post, covering the two most useful embedding workflows: Replace YOUR_API_KEY_HERE with your key.These examples use the Generative Language API style endpoint. A) Minimal: Create an embedding for a text string B) Store document chunks + embeddings in Google Sheets This creates a … Read more

Gemini Embeddings Explained: How AI Turns Text into Meaning

Artificial intelligence doesn’t actually read text the way humans do. It doesn’t understand grammar, tone, or meaning directly.Instead, modern AI systems rely on embeddings — a powerful technique that transforms text into numbers that represent meaning. Google’s Gemini embeddings make this process fast, scalable, and incredibly useful for real-world applications like semantic search, AI tutors, … Read more

API Keys Secrets and Secure Configuration in Google Apps Script

📘 Lesson 4 — API Keys, Secrets & Secure Configuration in Google Apps Script Blog Post #4 in the Apps Script + APIs + Gemini Series If you’ve ever seen code like this: …you’ve already seen a problem. In this lesson, you’ll learn how to properly store and manage secrets (API keys, tokens, configuration values) … Read more

Vibe Coding at Scale AI for Teams Code Reviews and Long Lived Frontend Systems

🚀 Vibe Coding — Issue #4 Vibe Coding at Scale: AI for Teams, Code Reviews & Long-Lived Frontend Systems JavaScript • HTML • CSS • Code Reviews • Team Workflows • System Consistency If Issue #3 was about shipping safely,Issue #4 is about not losing control as your codebase grows. At scale, the danger of … Read more

Google Docs Cleanup Toolkit

https://github.com/lsvekis/Doc-Cleanup-Toolkit User & Developer Guide This guide explains what the Google Docs Cleanup Toolkit does, how to use it safely, and how each part of the system fits together. 1. What This Toolkit Is The Google Docs Cleanup Toolkit is a Google Apps Script project that helps you: It is designed to be: 2. Who … Read more

How JavaScript Engines Optimize Your Code

🟦 JavaScript Deep Dive — Issue #6 How JavaScript Engines Optimize Your Code A practical V8 (and JS engine) deep dive every serious JS dev should understand Most JavaScript developers write code assuming the engine will “just handle it.” And often, it does. But once performance matters — large apps, data-heavy UIs, animations, AI workloads, … Read more

Clean Up a Google Doc with Apps Script

Clean Up a Google Doc with Apps Script: Bullets → Dashes, Headings Down a Level, and No More Blank-Line Spam If you’ve ever copied content into Google Docs from a website, PDF, or another editor, you’ve probably seen the usual mess: This post walks through three simple Google Apps Script functions that clean up an … Read more

Learning at a Higher Level From Information to Thinking

🌟 VIBE LEARNING — ISSUE #11 (ADVANCED) Learning at a Higher Level: From Information to Thinking Why advanced learners focus on judgment, not just knowledge. 👋 Welcome to Advanced Vibe Learning Up to now, Vibe Learning has helped you: Now we move into advanced territory. This phase is not about learning more content.It’s about learning … Read more