Skip to content

Commit 0124495

Browse files
committed
finish adding all slides for talk
1 parent ac69e4a commit 0124495

File tree

2 files changed

+108
-13
lines changed

2 files changed

+108
-13
lines changed

content/posts/171101-continuous-delivery-devops-you.markdown

Lines changed: 93 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,8 @@ This blog post contains the slides along with a loose transcript and
1212
additional resources from my technical talk on DevOps and Continuous
1313
Delivery concepts given at my alma mater, the University of Virginia,
1414
to the [M.S. in Management of Information Technology program](https://www.commerce.virginia.edu/ms-mit) on November 2nd and 4th of 2017.
15-
16-
Additional resources to learn more about the following topics can be found
17-
on their respective pages:
18-
19-
* [DevOps](/devops.html)
20-
* [deployments](/deployments.html)
21-
* [configuration management](/configuration-management.html)
22-
15+
Links to learn more about the concepts presented in this talk can
16+
be found at the bottom of the page.
2317

2418
----
2519

@@ -239,3 +233,94 @@ where over 125,000 developers read each month to learn how to
239233
...
240234

241235

236+
<img src="/img/171101-devops-cd-you/devops-cd-you.045.jpg" width="100%" class="technical-diagram img-rounded" style="border: 1px solid #aaa" alt="The situation did not have reasonable deployments to dev or to production.">
237+
238+
...
239+
240+
241+
<img src="/img/171101-devops-cd-you/devops-cd-you.046.jpg" width="100%" class="technical-diagram img-rounded" style="border: 1px solid #aaa" alt="Start somewhere, automate your deployments to dev environment.">
242+
243+
...
244+
245+
246+
<img src="/img/171101-devops-cd-you/devops-cd-you.047.jpg" width="100%" class="technical-diagram img-rounded" style="border: 1px solid #aaa" alt="Some environments have tricky issues with automated prod deployments like disconnected networks.">
247+
248+
...
249+
250+
251+
<img src="/img/171101-devops-cd-you/devops-cd-you.048.jpg" width="100%" class="technical-diagram img-rounded" style="border: 1px solid #aaa" alt="Text that reads 'Tools and concepts'.">
252+
253+
...
254+
255+
256+
<img src="/img/171101-devops-cd-you/devops-cd-you.049.jpg" width="100%" class="technical-diagram img-rounded" style="border: 1px solid #aaa" alt="Several development teams commit to a Git repository.">
257+
258+
...
259+
260+
261+
<img src="/img/171101-devops-cd-you/devops-cd-you.050.jpg" width="100%" class="technical-diagram img-rounded" style="border: 1px solid #aaa" alt="Text that reads 'continuous integration' with a screenshot of Jenkins dashboard in the background.">
262+
263+
...
264+
265+
266+
<img src="/img/171101-devops-cd-you/devops-cd-you.051.jpg" width="100%" class="technical-diagram img-rounded" style="border: 1px solid #aaa" alt="Add a continuous integration server to build the code that is committed to your source control repository.">
267+
268+
...
269+
270+
271+
<img src="/img/171101-devops-cd-you/devops-cd-you.052.jpg" width="100%" class="technical-diagram img-rounded" style="border: 1px solid #aaa" alt="How do we automate the building of these environments and the deployments themselves?">
272+
273+
...
274+
275+
276+
<img src="/img/171101-devops-cd-you/devops-cd-you.053.jpg" width="100%" class="technical-diagram img-rounded" style="border: 1px solid #aaa" alt="Text that reads 'configuration management' with a screenshot of Ansible AWX in the background.">
277+
278+
...
279+
280+
281+
<img src="/img/171101-devops-cd-you/devops-cd-you.054.jpg" width="100%" class="technical-diagram img-rounded" style="border: 1px solid #aaa" alt="Agile sprints deliver code to a development environment and then automate the deployment into production.">
282+
283+
...
284+
285+
286+
<img src="/img/171101-devops-cd-you/devops-cd-you.055.jpg" width="100%" class="technical-diagram img-rounded" style="border: 1px solid #aaa" alt="Review list of continuous delivery tools.">
287+
288+
...
289+
290+
291+
<img src="/img/171101-devops-cd-you/devops-cd-you.056.jpg" width="100%" class="technical-diagram img-rounded" style="border: 1px solid #aaa" alt="A list of more concepts and tools for continuous delivery.">
292+
293+
...
294+
295+
296+
<img src="/img/171101-devops-cd-you/devops-cd-you.057.jpg" width="100%" class="technical-diagram img-rounded" style="border: 1px solid #aaa" alt="Thank you slide.">
297+
298+
That's all for today. My name is [Matt Makai](/about-author.html)
299+
and I'm a software developer at [Twilio](/twilio.html) and the
300+
author of [Full Stack Python](https://www.fullstackpython.com/),
301+
thank you very much.
302+
303+
304+
----
305+
306+
Additional resources to learn more about the following topics can be found
307+
on their respective pages:
308+
309+
* [Deployments](/deployments.html)
310+
* [Continuous integration](/continuous-integration.html)
311+
* [Serverless computing](/serverless.html)
312+
* [AWS Lambda](/aws-lambda.html)
313+
* [Static site generators](/static-site-generator.html)
314+
* [Monitoring](/monitoring.html)
315+
* [DevOps](/devops.html)
316+
* [Configuration management](/configuration-management.html)
317+
* [Platform-as-a-Service (PaaS)](/platform-as-a-service.html)
318+
* [Docker](/docker.html)
319+
* [Web application security](/web-application-security.html)
320+
* [Testing](/testing.html)
321+
* [Source control](/source-control.html)
322+
* [Git](/git.html)
323+
* [Hosted source control services](/hosted-source-control-services.html)
324+
* [GitHub](/github.html)
325+
* [Code metrics](/code-metrics.html)
326+
* [NoSQL](/no-sql-datastore.html)
Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
1+
<a href="/deployments.html" class="list-group-item smaller-item">Deployments</a>
2+
<a href="/serverless.html" class="list-group-item smaller-item">Serverless computing</a>
3+
<a href="/static-site-generator.html" class="list-group-item smaller-item">Static site generators</a>
4+
<a href="/monitoring.html" class="list-group-item smaller-item">Monitoring</a>
15
<a href="/devops.html" class="list-group-item smaller-item">DevOps</a>
2-
<a href="/source-control.html" class="list-group-item smaller-item">Source Control</a>
6+
<a href="/configuration-management.html" class="list-group-item smaller-item">Configuration management</a>
7+
<a href="/docker.html" class="list-group-item smaller-item">Docker</a>
8+
<a href="/aws-lambda.html" class="list-group-item smaller-item">AWS Lambda</a>
9+
<a href="/web-application-security.html" class="list-group-item smaller-item">Web application security</a>
10+
<a href="/testing.html" class="list-group-item smaller-item">Testing</a>
11+
<a href="/platform-as-a-service.html" class="list-group-item smaller-item">Platform-as-a-Service (PaaS)</a>
12+
<a href="/no-sql-datastore.html" class="list-group-item smaller-item">NoSQL</a>
13+
<a href="/source-control.html" class="list-group-item smaller-item">Source control</a>
314
<a href="/git.html" class="list-group-item smaller-item">Git</a>
4-
<a href="/development-environments.html" class="list-group-item smaller-item">Development Environments</a>
5-
<a href="/configuration-management.html" class="list-group-item smaller-item">Configuration Management</a>
6-
<a href="/continuous-integration.html" class="list-group-item smaller-item">Continuous Integration</a>
7-
15+
<a href="/hosted-source-control-services.html" class="list-group-item smaller-item">Hosted source control services</a>
16+
<a href="/github.html" class="list-group-item smaller-item">GitHub</a>
17+
<a href="/code-metrics.html" class="list-group-item smaller-item">Code metrics</a>

0 commit comments

Comments
 (0)