Skip to content

Commit f2c9b11

Browse files
committed
Added post about GLUGNET meetup
1 parent fb1d746 commit f2c9b11

File tree

1 file changed

+31
-0
lines changed
  • src/ProgrammerAl.Site.Content/Posts/20250717_GLUGNETJuly2025

1 file changed

+31
-0
lines changed
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
Title: GLUGNET Meetup July 2025
2+
Published: 2025/07/17
3+
Tags:
4+
5+
- Meetup
6+
- C#
7+
8+
Presentations:
9+
- Id: 2
10+
SlidesRootUrl: https://raw.githubusercontent.com/ProgrammerAL/Presentations-2025/main/glugnet-meetup-july-2025/csharp-pit-of-success
11+
12+
---
13+
14+
## GLUGNET July 2025
15+
16+
The Greater Lansing User Group for .NET Developers (aka GLUGNET) meetup group invited me to speak in July 2025 on setting up a C# Pit of Success: https://www.meetup.com/glugnet/events/307400698
17+
18+
## Setting Up a 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/glugnet-meetup-july-2025/csharp-pit-of-success">View Session Content on GitHub</a>
22+
<a class="post-view-session-content-link" href="/posts/20250717_GLUGNETJuly2025/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.
31+

0 commit comments

Comments
 (0)