Skip to content

Commit 84d2874

Browse files
committed
groundwork for new blog posts
1 parent 16fdc0e commit 84d2874

File tree

5 files changed

+13
-3
lines changed

5 files changed

+13
-3
lines changed

content/pages/06-devops/00-devops.markdown

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@ meta: DevOps combines software development and application operations. Python is
88

99

1010
# DevOps
11-
DevOps is the combination of application development and operations, which
12-
minimizes or eliminates the disconnect between software developers who build
13-
applications and systems administrators who keep infrastructure running.
11+
DevOps is the combination of [application development](/web-development.html)
12+
and operations, which minimizes or eliminates the disconnect between
13+
software developers who build applications and systems administrators
14+
who keep infrastructure running.
1415

1516

1617
## Why is DevOps important?

content/pages/meta/00-change-log.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@ on GitHub.
6161
* New [WebSockets](/websockets.html) resources.
6262
* New starter page on [CSS frameworks](/css-frameworks.html) and
6363
[Foundation CSS](/foundation-css.html).
64+
* New
65+
[blog post on adding Rollbar monitoring to Django applications](/blog/monitor-django-projects-web-apps-rollbar.html).
6466
* Added new [enterprise Python](/enterprise-python.html) resources.
6567

6668
### January
12.9 KB
Loading
37.2 KB
Loading
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
<a href="/learning-programming.html" class="lgi">Learning Programming</a>
2+
<a href="/serverless.html" class="lgi">Serverless Architectures</a>
3+
<a href="/aws-lambda.html" class="lgi">AWS Lambda</a>
4+
<a href="/monitoring.html" class="lgi">Monitoring</a>
5+
<a href="/deployment.html" class="lgi">Deployment</a>
6+
<a href="/rollbar.html" class="lgi">Rollbar</a>
7+
<a href="https://rollbar.com" class="lgi">Rollbar {% include "blog/external-link.html" %}</a>

0 commit comments

Comments
 (0)