Skip to content

jpke/talks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Talks

A collection of presentations. Source lives here; rendered decks deploy automatically to jpke.github.io/talks via GitHub Actions on every push to main.

Index

  • Becoming an Agentic Engineer — 15-20 min lightning talk on AI-assisted development. Lessons from a year of working through agents: orchestrator + sub-agents, compound engineering via skills, spec-driven development, and the RAG-vs-grep debate. (source)

How this repo works

Each talk lives in its own subfolder and is built with Slidev. The GitHub Actions workflow at .github/workflows/deploy.yml builds every talk on push and deploys the combined site to GitHub Pages.

To work on a talk locally:

cd <talk-folder>
npm install
npm run dev

That opens the deck in your browser with hot reload.

One-time setup (already done)

GitHub Pages is configured to deploy from GitHub Actions. If this ever needs to be reset: repo Settings → Pages → Source → "GitHub Actions".

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors