Skip to content

Commit fbe5669

Browse files
committed
Updated posts to include blog-level link to view slides
1 parent 5661987 commit fbe5669

File tree

2 files changed

+11
-0
lines changed
  • src/ProgrammerAl.Site.Content/Posts
    • 20240919-Presentation-DevOpsDaysTampaBay2024
    • 20240921-Presentation-AtlDevConf2024

2 files changed

+11
-0
lines changed

src/ProgrammerAl.Site.Content/Posts/20240919-Presentation-DevOpsDaysTampaBay2024/post.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ Tags:
55
- Conference
66
- DevOps
77

8+
Slides:
9+
- https://raw.githubusercontent.com/ProgrammerAL/Presentations-2024/main/devops-days-tampa-bay-2024/presentation.html
10+
811
---
912

1013
## DevOps like a Dev
@@ -13,6 +16,8 @@ This was an overview of why and how we should do more automation in DevOps roles
1316

1417
You can download the slides from GitHub <a target="_blank" href="https://github.com/ProgrammerAL/Presentations-2024/tree/main/devops-days-tampa-bay-2024">here</a>.
1518

19+
You can also view the slides in your browser by clicking <a target="_blank" href="/posts/20240919-Presentation-DevOpsDaysTampaBay2024/slides/0">here</a>.
20+
1621

1722
## Abstract
1823

src/ProgrammerAl.Site.Content/Posts/20240921-Presentation-AtlDevConf2024/post.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ Tags:
66
- C#
77
- .NET
88

9+
Slides:
10+
- https://raw.githubusercontent.com/ProgrammerAL/Presentations-2024/main/atlanta-developers-conference-2024/presentation.html
11+
912
---
1013

1114
## Setting Up Your C# Pit of Success
@@ -14,6 +17,9 @@ This was an overview of different features built into .NET and C# to help us dev
1417

1518
You can download the slides from GitHub <a target="_blank" href="https://github.com/ProgrammerAL/Presentations-2024/tree/main/atlanta-developers-conference-2024">here</a>.
1619

20+
You can also view the slides in your browser by clicking <a target="_blank" href="/posts/20240919-Presentation-20240921-Presentation-AtlDevConf2024/slides/0">here</a>.
21+
22+
1723
## Abstract
1824

1925
Writing code is only 40% of the work. Maintaining high-quality code is maybe another 20%. Reviewing PRs and updating dependencies are just some of the manual processes we have to deal with that regularly take us away from the fun part of development: writing code. But we're developers, and we can automate these processes. Nay, we MUST automate or risk becoming less efficient the longer we work on a codebase. Thankfully, the 20+ year lifespan of C# and .NET means it has some features built-in to help us enforce certain levels of code quality.

0 commit comments

Comments
 (0)