Skip to content

Commit 66a88d8

Browse files
author
Steve Krouse
committed
added episode 24, nick santos, windmill
1 parent 98b4c22 commit 66a88d8

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

episodes/24.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
title: Stop Being A Sysadmin For Your Own Machine: Nick Santos
3+
---
4+
5+
# Stop Being A Sysadmin For Your Own Machine: Nick Santos
6+
7+
_05/22/18_
8+
9+
Do you hate Makefiles and YAML config files? Do you feel your soul slowly dying as you wait for your tests to run? Do you yearn for even-more-continuous integration?
10+
11+
Nick Santos, the CTO and founder of Windmill Engineering, is here to help. Windmill's a cloud-based build-system that intelligently runs your relevant tests in the cloud, in parallel on every file save. How's that for a tight feedback loop?
12+
13+
<iframe src="https://omny.fm/shows/future-of-coding/24-stop-being-a-sysadmin-for-your-own-machine-nick/embed?style=artwork" width="100%" height="180" frameborder="0"></iframe>
14+
15+
## Links
16+
17+
* [Windmill Engineering](https://windmill.engineering/)
18+
19+
<script repoPath="stevekrouse/futureofcoding.org" type="text/javascript" src="/unbreakable-links/index.js"></script>
20+
<script>
21+
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
22+
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
23+
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
24+
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
25+
ga('create', 'UA-103157758-1', 'auto');
26+
ga('send', 'pageview');
27+
</script>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ <h3>Future of Coding</h3>
120120
<div id="episodes">
121121
<h4>Episodes</h4>
122122
<ul class="list-unstyled">
123+
<li><span class="date">2018 May 22 - </span><a target="_blank" href="./episodes/24">#24 - Stop Being A Sysadmin For Your Own Machine: Nick Santos</a></li>
123124
<li><span class="date">2018 May 17 - </span><a target="_blank" href="./episodes/23">#23 - Teaching Abstraction: Brent Yorgey</a></li>
124125
<li><span class="date">2018 May 02 - </span><a target="_blank" href="./episodes/22">#22 - Learning Programming At Scale: Philip Guo</a></li>
125126
<li><span class="date">2018 Feb 01 - </span><a target="_blank" href="./episodes/21">#21 - Building for Developers: Aidan Cunniffe</a></li>

0 commit comments

Comments
 (0)