Skip to content

Commit 60ad7e2

Browse files
authored
Merge pull request #276 from vzarytovskii/patch-1
Create 2025-01-24
2 parents ac92afe + 2dff16c commit 60ad7e2

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
steps:
2121
- name: Checkout your repository using git
2222
uses: actions/checkout@v4
23+
- name: Setup .NET Core
24+
uses: actions/setup-dotnet@v4
2325
- uses: oven-sh/setup-bun@v2
2426
- run: bun install
2527
- run: bun run lint

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout your repository using git
1717
uses: actions/checkout@v4
18+
- name: Setup .NET Core
19+
uses: actions/setup-dotnet@v4
1820
- uses: oven-sh/setup-bun@v2
1921
- run: bun install
2022
- run: bun run lint

global.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"sdk": {
3+
"version": "8.0.404"
4+
}
5+
}

src/sessions/2025-01-24.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
title: "Oxpecker: Performance walkthrough"
3+
preview: "Oxpecker: Performance walkthrough"
4+
isDraft: true
5+
date: 2025-01-24T17:00:00.000Z
6+
id: "2025/01/24"
7+
champion: "Vladimir"
8+
zoomLink: "https://us06web.zoom.us/j/89898845339?pwd=O5VspMtaLviOoe2Rf8cZvkomMOaRID.1"
9+
zoomPasscode: "oxpecker"
10+
youtubeId: ""
11+
---
12+
13+
## Topic
14+
15+
Learn how [Oxpecker](https://github.com/Lanayx/Oxpecker), an ASP.NET Core F# framework, achieves top-tier performance in the TechEmpower Web Framework Benchmarks. [Vladimir](https://github.com/Lanayx) will dissect the framework's design, providing a blueprint for building high-speed web applications in F#.
16+
17+
## Champion
18+
19+
- [Vladimir](https://github.com/Lanayx)

0 commit comments

Comments
 (0)