Skip to content

Commit 005e9e2

Browse files
committed
Added post for ConFoo 2025
1 parent 0ebcbfd commit 005e9e2

File tree

1 file changed

+44
-0
lines changed
  • src/ProgrammerAl.Site.Content/Posts/20252602_ConFoo2025

1 file changed

+44
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
Title: ConFoo 2025
2+
Published: 2025/26/02d
3+
Tags:
4+
5+
- Conference
6+
- OpenTelemetry
7+
- Pulumi
8+
- Azure
9+
10+
Presentations:
11+
- Id: 1
12+
SlidesRootUrl: https://raw.githubusercontent.com/ProgrammerAL/Presentations-2025/main/confoo-2025
13+
- Id: 2
14+
SlidesRootUrl: https://raw.githubusercontent.com/ProgrammerAL/Presentations-2025/main/confoo-2025
15+
16+
---
17+
18+
## ConFoo 2024
19+
20+
ConFoo 2025 is a software conference held in Montreal Canada February 26-28, 2025. https://confoo.ca/en/2025/schedule
21+
22+
I performed two sessions, "Azure IaC for Developers with C# and Pulumi" and "Intro to OpenTelemetry for Developers".
23+
24+
25+
## Azure IaC for Developers with C# and Pulumi
26+
27+
<div class="post-multiple-links-div">
28+
<a class="post-session-content-link" target="_blank" href="https://github.com/ProgrammerAL/Presentations-2025/tree/main/confoo-2025/azure-iac">View Session Content on GitHub</a>
29+
<a class="post-view-session-content-link" href="/posts/20252602_ConFoo2025/slides/1">View Slides in Browser</a>
30+
</div>
31+
32+
__Session Abstract__:
33+
As developers we know what our application needs from the cloud, so we should be the ones creating the cloud infrastructure for the app. Pulumi is an IaC tool that lets you use general purpose coding languages like C#, TypeScript, and others. So in this session we'll look at how to use C# and Pulumi together for writing Infrastructure as Code to create Azure services and then deploy our apps to it.
34+
35+
## Intro to OpenTelemetry for Developers
36+
37+
<div class="post-multiple-links-div">
38+
<a class="post-session-content-link" target="_blank" href="https://github.com/ProgrammerAL/Presentations-2025/tree/main/confoo-2025/open-telemetry">View Session Content on GitHub</a>
39+
<a class="post-view-session-content-link" href="/posts/20252602_ConFoo2025/slides/2">View Slides in Browser</a>
40+
</div>
41+
42+
__Session Abstract__:
43+
OpenTelemetry (OTel) is a vendor-neutral, open standard for observing distributed applications. With OTel, you can trace individual requests and view specific metrics about the system's current state. It's like a superset of traditional logging and can be used with or instead of log statements. In this session, we'll review the basics of OpenTelemetry, discuss why you should consider using it, and see a demo of using it across backend services.
44+

0 commit comments

Comments
 (0)