Skip to content

Commit 63f21c0

Browse files
committed
added post
1 parent 61ef9b0 commit 63f21c0

File tree

6 files changed

+25
-5
lines changed
  • src
    • ProgrammerAl.Site.Content/Posts
      • 20170325-.Net-App-On-Cheap-Linux-Board
      • 20191018-Presentation-DotNetCoreAndRaspberryPi
      • 20200414-Presentation-AppCommunicationJuxtaposition
      • 20220210-Presentation-IntroToPulumi
      • 20250603_OpinionatedAspNetVideos
    • ProgrammerAl.Site/ProgrammerAl.Site/Pages

6 files changed

+25
-5
lines changed

src/ProgrammerAl.Site.Content/Posts/20170325-.Net-App-On-Cheap-Linux-Board/post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Title: "Running a .Net app console app on an 'Embedded' linux board"
22
Published: 2017/03/25
33
Tags:
44
- .Net MicroFramework
5-
- .Net Core
5+
- .NET
66
- Embedded
77
- Blog
88
---

src/ProgrammerAl.Site.Content/Posts/20191018-Presentation-DotNetCoreAndRaspberryPi/post.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ Title: "Podcast: NET Core and the Raspberry Pi"
22
Published: 2019/10/18
33
Tags:
44
- Podcast
5-
- Recording
65
- .NET
76
- IoT
87
- Raspberry Pi

src/ProgrammerAl.Site.Content/Posts/20200414-Presentation-AppCommunicationJuxtaposition/post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Title: "Presentation: The App Communication Juxtaposition"
22
Published: 2020/04/14
33
Tags:
44
- Meetup
5-
- Recording
5+
- Video
66
- Protobuf
77
- MessagePack
88
---

src/ProgrammerAl.Site.Content/Posts/20220210-Presentation-IntroToPulumi/post.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Title: "Presentation: Introduction to Pulumi"
22
Published: 2022/02/10
33
Tags:
44
- Meetup
5-
- Recording
5+
- Video
66
- Pulumi
77
- IaC
88
---
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
Title: A Very Opinionated ASP.NET
2+
Published: 2025/06/03
3+
Tags:
4+
5+
- C#
6+
- .NET
7+
- Video
8+
9+
---
10+
11+
## A Very Opinionated ASP.NET Youtube Series
12+
13+
We all have our standard ways of setting up and architecting ASP.NET Core applications. I decided to make some videos showing off certain design choices I like to make, along with the Pros and Cons of each of those descisions.
14+
15+
At the time of this writing, not all videos have been created. I'm not yet sure how many there will be, but the final video will be some sort of summary/closing thoughts.
16+
17+
The first video is initial setup, and to be honest, not really worth a watch. But I was doing the work to set it up anyway, so it's an extra video for free.
18+
19+
https://www.youtube.com/playlist?list=PLywNgcEGt3ofUBJsuriVX9A-93JPDi48A
20+
21+
<iframe width="560" height="315" src="https://www.youtube.com/embed/videoseries?si=OH-nf5CLqsVppoDp&amp;list=PLywNgcEGt3ofUBJsuriVX9A-93JPDi48A" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>

src/ProgrammerAl.Site/ProgrammerAl.Site/Pages/Posts.razor.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace ProgrammerAl.Site.Pages;
1414

1515
public partial class Posts : ComponentBase
1616
{
17-
private static readonly string[] PostTypes = new string[] { "Blog", "Meetup", "Conference", "Podcast", "Recording" };
17+
private static readonly string[] PostTypes = new string[] { "Blog", "Meetup", "Conference", "Podcast", "Video" };
1818

1919
[Inject, NotNull]
2020
private PostSummariesProvider? PostSummariesProvider { get; set; }

0 commit comments

Comments
 (0)