Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions _harp/public/_shared/workshops.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
</ul>
<li>Materials: You may want to bring a laptop, though this is not required.</li>
</ul>

<h4>Syllabus</h4>
<a href="https://gist.github.com/elena-popovici/a459f95bd50707874925">Here.</a>
</div>
Expand Down Expand Up @@ -156,10 +156,13 @@
<h4>Prerequisites</h4>
<ul>
<li>Materials: Students should bring a laptop, with Chrome, a text editor
and a working node.js environment, including NPM
and a working node.js environment, including NPM and Git
</li>
<li>Knowledge: A basic knowledge of Javascript and experience with jQuery</li>
</ul>

<h4>Syllabus</h4>
<a href="https://gist.github.com/kbingman/c9579ed68bb996b24e68">https://gist.github.com/kbingman/c9579ed68bb996b24e68</a>
</div>
<div class="col-sm-6 workshop-instructor-bio">
<h4>About Keith (<a href="https://twitter.com/kbingman">@kbingman</a>)</h4>
Expand Down Expand Up @@ -277,7 +280,7 @@
</li>
<li>Knowledge: Basic programming experience in a C-like language</li>
</ul>

<h4>Syllabus</h4>
<a href="https://gist.github.com/aleph7/71c6ae6717a4087eeff1#file-syllabus-md">https://gist.github.com/aleph7/71c6ae6717a4087eeff1</a>

Expand Down Expand Up @@ -447,7 +450,7 @@
<p>Web apps and APIs are hugely important parts of modern life, but not every technique for building them is equally effective. With the right toolchain, correctness needn't require exhaustive test cases, scaling-out doesn't have to imply redesign, and failures can be handled gracefully with hardly any error-handling code.</p>
<p>Let's take a deep dive into a technology stack that is designed from the ground up for productivity, scalability, correctness and fault tolerance, and see how much can be achieved with surprisingly little code.</p>


<h4>Prerequisites</h4>
<ul>
<li>Materials: Laptop (4GB of RAM minimum, more is better), 1.7+ JDK already installed and working (i.e. type "javac"
Expand Down