-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
69 lines (62 loc) · 3.66 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
<html>
<head>
<title>Crafting Code Podcast</title>
<link rel="alternate" type="application/rss+xml" title="Crafting Code Podcast" href="https://d1ohtljhghz8nz.cloudfront.net/feed.xml" />
<link rel="stylesheet" href="./style.css" />
<link rel="icon" href="/logo-90.png">
<link rel="apple-touch-icon" sizes="180x180" href="/logo-180.png">
<link rel="apple-touch-icon" sizes="90x90" href="/logo-90.png">
<meta property="og:title" content="Crafting Code Podcast" />
<meta property="og:description" content="A podcast about professionalism in writing software." />
<meta property="og:image" content="https://crafting-code-podcast.github.io/logo-90.png" />
</head>
<body>
<div class="content">
<h1><a href="/index.html">Crafting Code Podcast</a></h1>
<div class="terminal">
<nav>
<span class="dir">~/podcast</span>
$ ls
<ul>
<li>about.txt</li>
<li>copyright.txt</li>
<li><a href="/episodes/index.html">episodes</a></li>
<li><a href="https://d1ohtljhghz8nz.cloudfront.net/feed.xml">rss‑feed</a></li>
</ul>
</nav>
<span class="dir">~/podcast</span>
$ cat about.txt
<p>
The concept and principles of crafting software have made a dramatic difference for the hosts of this podcast.
Applying these ideas has helped us to write better code, build maintainable systems, and be more professional.
We've also seen the improvement they have on development teams.
</p>
<p>
In this podcast, your hosts discuss the importance of doing the right thing, at the right time, with the right tools.
To us, this is one of the keys to <a href="http://manifesto.softwarecraftsmanship.org/">software craftsmanship</a>.
We talk about experiences we've had and share advice on improving software development outcomes.
</p>
<p>
We strongly advocate being part of a community of professionals. You can find us at our local group, the
<a href="http://utahsc.org/">Utah Software Craftsmanship</a> meetup. There are also other groups worldwide;
discover them (or add your own) at <a href="https://softwarecrafters.org/">softwarecrafters.org</a>.
</p>
<p>
You can subscribe to our podcast directly by putting our <a href="https://d1ohtljhghz8nz.cloudfront.net/feed.xml">RSS Feed</a>
link into your favorite podcast app, or through one of the following podcast aggregators:
</p>
<ul class="txt">
<li><a href="https://podcasts.apple.com/us/podcast/crafting-code-podcast/id1550464419">Apple</a></li>
<li><a href="https://podcasts.google.com/feed/aHR0cHM6Ly9kMW9odGxqaGdoejhuei5jbG91ZGZyb250Lm5ldC9mZWVkLnhtbA">Google</a></li>
<li><a href="https://open.spotify.com/show/0NxP9uiqIlGftrSeBBBC9f">Spotify</a></li>
</ul>
<p>
Special thanks to our friend, Todd Fisher, for contributing the music for this podcast.
</p>
<span class="dir">~/podcast</span>
$ cat copyright.txt
<p>Copyright © 2025 - Crafting Code Podcast</p>
</div>
</div>
</body>
</html>