Skip to content

Commit 9b0279d

Browse files
committed
Added post for Orlando Code Camp 2025
1 parent 8ef97d0 commit 9b0279d

File tree

1 file changed

+33
-0
lines changed
  • src/ProgrammerAl.Site.Content/Posts/20250405_OrlandoCodeCamp2025

1 file changed

+33
-0
lines changed
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
Title: Orlando Code Camp 2025
2+
Published: 2025/04/05
3+
Tags:
4+
5+
- Conference
6+
- C#
7+
- .NET
8+
9+
Presentations:
10+
- Id: 1
11+
SlidesRootUrl: https://raw.githubusercontent.com/ProgrammerAL/Presentations-2025/main/orlando-code-camp-2025
12+
13+
---
14+
15+
## Orlando Code Camp 2025
16+
17+
Orlando Code Camp 2025 is a yearly Code Camp style conference in Orlando. The 2025 conference was held on April 5th. https://confoo.ca/en/2025/schedule
18+
19+
20+
## Setting Up Your C# Pit of Success
21+
22+
<div class="post-multiple-links-div">
23+
<a class="post-session-content-link" target="_blank" href="https://github.com/ProgrammerAL/Presentations-2025/tree/main/orlando-code-camp-2025">View Session Content on GitHub</a>
24+
<a class="post-view-session-content-link" href="/posts/20250405_OrlandoCodeCamp2025/slides/1">View Slides in Browser</a>
25+
</div>
26+
27+
__Session Abstract__:
28+
Writing code is only ~40% of software development 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 software development: writing code.
29+
30+
Did you know a C# project can tell you when there's a known security vulnerability for a NuGet package it's using? How about using a file to manage warnings/errors/suggestions for the entire project? You can even commit the file to source control, so no one needs a 3rd party extension to manage those settings. (That's the .editorconfig file by the way. It's really cool.)
31+
32+
In this session, we'll look at features like those above (and more!) that we can enable within our codebases to set us up for future success. And best of all, you can enable all of these features for free. So you can enable them whenever you're ready.
33+

0 commit comments

Comments
 (0)