Skip to content

Commit 51f0fd8

Browse files
committed
add latest blog post
1 parent 9bc9be0 commit 51f0fd8

File tree

2 files changed

+55
-0
lines changed

2 files changed

+55
-0
lines changed
Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
title: DevOps with Python, Maintaining and Contributing to Open Source
2+
slug: devops-python-maintaining-contributing-open-source
3+
meta: Read about using Python for DevOps, maintaining open source projects and contributing to open source.
4+
category: post
5+
date: 2017-11-13
6+
modified: 2017-11-13
7+
headerimage: /img/visuals/email-post-header.jpg
8+
headeralt: Python programming language and Full Stack Python logos.
9+
10+
11+
[**DevOps, Continuous Delivery... and You**](https://www.fullstackpython.com/blog/devops-continuous-delivery-you.html)
12+
is a blog post with the slides and notes based on a class I taught at
13+
the [University of Virginia](http://www.virginia.edu/) this past week. Most
14+
of the content is relevant as a brief introduction to
15+
[DevOps](https://www.fullstackpython.com/devops.html) and Continuous Delivery,
16+
especially for junior developers and less-technical managers of software
17+
teams. Let me know via an email or tweet if you enjoy the format and I will
18+
do the same style blog post with future technical talks.
19+
20+
Speaking of feedback on open source projects,
21+
[this GitHub issue thread named "**thank you**"](https://github.com/jhund/filterrific/issues/147#issuecomment-341867147)
22+
is incredible to read. The issue ticket blew up on the front page of Hacker
23+
News as an example of how powerful genuine positive comments can be for
24+
project maintainers. Every time I get a thank you tweet
25+
([like this one](https://twitter.com/foozmeat/status/928834578864750592)),
26+
email or GitHub issue it certainly helps to motivate me to continue working
27+
hard on Full Stack Python.
28+
29+
[**Contributing to open source**](https://talkpython.fm/episodes/show/132/contributing-to-open-source)
30+
is a recent [Talk Python to Me](https://talkpython.fm/) podcast episode in
31+
the same vein as thanking your maintainer. Working on open source projects
32+
with your own contributions to documentation or simple bug fixes can be a
33+
great way to become a better programmer. I particularly enjoyed the
34+
recommendations of the panel to cut your teeth on smaller open source projects
35+
rather than trying to jump into a massive codebase like
36+
[Django](https://github.com/django/django) or the
37+
[CPython](https://github.com/python/cpython) implementation. Take a listen
38+
to that podcast episode if you are new to open source or have been wondering
39+
how to get involved.
40+
41+
As always, send me an email or [submit an issue ticket on GitHub](https://github.com/mattmakai/fullstackpython.com/issues)
42+
to let me know how to improve
43+
[Full Stack Python](https://www.fullstackpython.com/)
44+
as I continue to
45+
[fill in the table of contents](https://www.fullstackpython.com/table-of-contents.html)
46+
with [new pages](https://www.fullstackpython.com/change-log.html)
47+
and
48+
[new tutorials](https://www.fullstackpython.com/blog.html).
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<a href="/blog/devops-continuous-delivery-you.html" class="list-group-item smaller-item">DevOps, Continuous Delivery... and You</a>
2+
<a href="/devops.html" class="list-group-item smaller-item">DevOps</a>
3+
<a href="https://github.com/jhund/filterrific/issues/147#issuecomment-341867147" class="list-group-item smaller-item">Thank you {% include "blog/external-link.html" %}</a>
4+
<a href="/python-community.html" class="list-group-item smaller-item">Python Community</a>
5+
<a href="https://talkpython.fm/episodes/show/132/contributing-to-open-source" class="list-group-item smaller-item">Talk Python to Me Episode #132: Contributing to Open Source {% include "blog/external-link.html" %}</a>
6+
<a href="/web-frameworks.html" class="list-group-item smaller-item">Web frameworks</a>
7+
<a href="/django.html" class="list-group-item smaller-item">Django</a>

0 commit comments

Comments
 (0)