Skip to content

Instantly share code, notes, and snippets.

View ek's full-sized avatar

Eric ek

View GitHub Profile
@lucasgrow
lucasgrow / backstage-lesson-creation.md
Last active January 27, 2026 22:03
From a Video: A structured article about McKay Wrigley's Claude Code Task System demo, with frames, transcript, and analysis.

Backstage: How This Lesson Was Created With an Agent

Someone asked: "Did you use an agent to automate that?"

Yes. Here's exactly how.


The Result

@ebidel
ebidel / app.html
Last active May 1, 2021 15:42
Fast Polymer app loading - optimized for first render, progressively enhanced lazy loading
<!DOCTYPE html>
<html>
<head>
<style>
body.loading #splash {
opacity: 1;
}
#splash {
position: absolute;
top: 0;