Skip to content

Commit 589bdf5

Browse files
committed
Messed with session post to try and make it look nicer
1 parent cd0b079 commit 589bdf5

File tree

1 file changed

+5
-3
lines changed
  • src/ProgrammerAl.Site.Content/Posts/20240921-Presentation-AtlDevConf2024

1 file changed

+5
-3
lines changed

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,18 @@ Presentations:
1313

1414
---
1515

16-
## Setting Up Your C# Pit of Success
16+
## Atlanta Developers' Conference 2024
1717

18-
This was an overview of different features built into .NET and C# to help us developers write better code.
18+
Atlanta Developers' Conference 2024 was hosted on September 21, 2024. https://www.atldevcon.com/index.html
19+
20+
I performed one session titled, "Setting Up Your C# Pit of Success" which is an overview of different features built into .NET and C# to help us developers write better code.
1921

2022
<div class="post-multiple-links-div">
2123
<a class="post-session-content-link" target="_blank" href="https://github.com/ProgrammerAL/Presentations-2024/tree/main/atlanta-developers-conference-2024">View Session Content on GitHub</a>
2224
<a class="post-view-session-content-link" href="/posts/20240921-Presentation-AtlDevConf2024/slides/1">View Slides in Browser</a>
2325
</div>
2426

25-
## Abstract
27+
## Abstract for Setting Up Your C# Pit of Success
2628

2729
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.
2830

0 commit comments

Comments
 (0)