Skip to content

Commit aa7fee3

Browse files
committed
Added post for Boston Code Camp 39
1 parent c2e7b2d commit aa7fee3

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

  • src/ProgrammerAl.Site.Content/Posts/20251122_BostonCodeCamp39
Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
Title: Boston Code Camp 39
2+
Published: 2025/11/22
3+
Tags:
4+
5+
- Conference
6+
- C#
7+
8+
Presentations:
9+
- Id: 1
10+
SlidesRootUrl: https://raw.githubusercontent.com/ProgrammerAL/Presentations-2025/main/onetug-meetup-september-2025
11+
12+
---
13+
14+
## Boston Code Camp 39
15+
16+
Boston Code Camp is a community conference help twice yearly in Burlington, MA. The full schedule to conference 39 is at: https://www.bostoncodecamp.com/CC39/Sessions
17+
18+
## Setting Up Your C# Pit of Success
19+
20+
<div class="post-multiple-links-div">
21+
<a class="post-session-content-link" target="_blank" href="https://github.com/ProgrammerAL/Presentations-2025/tree/main/boston-code-camp-38/csharp-pit-of-success">View Session Content on GitHub</a>
22+
<a class="post-view-session-content-link" href="/posts/20251122_BostonCodeCamp39/slides/1">View Slides in Browser</a>
23+
</div>
24+
25+
__Session Abstract__:
26+
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.
27+
28+
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.)
29+
30+
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.

0 commit comments

Comments
 (0)