19 lines
469 B
Plaintext
19 lines
469 B
Plaintext
---
|
|
layout: ~/layouts/PageLayout.astro
|
|
title: "An Introduction to Mob Programming"
|
|
---
|
|
|
|
import YouTubeVideo from "~/components/YouTubeVideo.astro";
|
|
|
|
* https://leanpub.com/mobprogramming
|
|
* https://tuple.app
|
|
* https://mob.sh
|
|
* https://www.jetbrains.com/code-with-me
|
|
* https://code.visualstudio.com/learn/collaboration/live-share
|
|
|
|
<div class="space-y-8">
|
|
<YouTubeVideo id="28S4CVkYhWA" />
|
|
<YouTubeVideo id="ri-35oHWIU8" />
|
|
<YouTubeVideo id="jPLEbZLE3g8" />
|
|
</div>
|