Skip to content

Commit 9da4962

Browse files
committed
Add summaries for Aug to Nov
1 parent 28ff9e7 commit 9da4962

File tree

7 files changed

+148
-2
lines changed

7 files changed

+148
-2
lines changed

.vscode/statiq-blog.code-snippets

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,39 @@
5151
],
5252
"description": "Statiq blog post"
5353
},
54+
"Statiq Links of the Day"{
55+
"scope": "markdown",
56+
"prefix": "statiq-links-of-the-day",
57+
"body": [
58+
"Title: Links of the Day",
59+
"Published: $CURRENT_MONTH/$CURRENT_DATE/$CURRENT_YEAR",
60+
"IsPost: true",
61+
"Tags:",
62+
" - ${1:exampletag}",
63+
"Categories:",
64+
" - Links of the Day",
65+
"---",
66+
"# Links of the Day",
67+
"",
68+
"Summary",
69+
"- [Link 1](https://example.com)"
70+
],
71+
"description": "Statiq links of the day"
72+
},
5473
"Figure with Width": {
5574
"scope": "markdown",
5675
"prefix": "figure",
5776
"body": [
5877
"<?# Figure ${1:url} MaxWidth=${2:600} /?>"
5978
],
6079
"description": "Figure shortcode with width"
80+
},
81+
"Figure with Width and Description": {
82+
"scope": "markdown",
83+
"prefix": "figure-desc",
84+
"body": [
85+
"<?# Figure ${1:url} MaxWidth=${2:600} ?>${3:description}<?#/ Figure ?>"
86+
],
87+
"description": "Figure shortcode with width and description"
6188
}
62-
}
89+
}

input/posts/2024/08/31-summary.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Title: Links for August 2024
2+
Published: 08/31/2024
3+
IsPost: true
4+
Tags:
5+
- Azure
6+
- Visual Studio Blog
7+
- xUnit
8+
Categories:
9+
- Links of the Day
10+
---
11+
I don't know when [Chris Alcock](https://blog.cwa.me.uk/) will be back (and I hope he's alright), but I've missed his daily posts on [The Morning Brew](https://blog.cwa.me.uk/). Meanwhile, here's my attempt.
12+
13+
## Visual Studio Blog
14+
15+
- [Introducing the revamped Attach to Process experience](https://devblogs.microsoft.com/visualstudio/introducing-the-revamped-attach-to-process-experience/) - Carlos Guerra Vazquez
16+
- [First preview of Visual Studio 2022 v17.12 with .NET 9](https://devblogs.microsoft.com/visualstudio/first-preview-of-visual-studio-2022-v17-12-with-net-9/) - Mads Kristensen
17+
- [New git tooling features](https://devblogs.microsoft.com/visualstudio/new-git-tooling-features/) - Jessie Houghton
18+
- [New debugging and diagnostic features](https://devblogs.microsoft.com/visualstudio/new-debugging-and-diagnostic-features/) - Harshada Hole
19+
- [New IDE features in Visual Studio v17.11](https://devblogs.microsoft.com/visualstudio/new-ide-features-in-visual-studio-v17-11/) - Mads Kristensen
20+
21+
# Information
22+
- [ICYMI: Video Series on TCP/IP Application Protocol Design](https://blog.stephencleary.com/2024/08/icymi-tcpip-protocol-design.html) - Stephen Cleary
23+
- [Cancellation, Part 5: Registration](https://blog.stephencleary.com/2024/08/cancellation-5-registration.html) - Stephen Cleary
24+
- [Simplifying [Theory] test data with Xunit.Combinatorial](https://andrewlock.net/simplifying-theory-test-data-with-xunit-combinatorial/) - Andrew Lock
25+
- [Combining multiple docker images into a multi-arch image](https://andrewlock.net/combining-multiple-docker-images-into-a-multi-arch-image/) - Andrew Lock
26+
- [Avoiding CDN supply-chain attacks with Subresource Integrity (SRI)](https://andrewlock.net/avoiding-cdn-supply-chain-attacks-with-subresource-integrity/) - Andrew Lock
27+
- [Using Azure Storage Queue messages with Azure Functions and [QueueTrigger]](https://andrewlock.net/using-azure-storage-queues-with-azure-functions-and-queuetrigger/) - Andrew Lock

input/posts/2024/09/30-summary.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Title: Links for September 2024
2+
Published: 09/30/2024
3+
IsPost: true
4+
Tags:
5+
- Akka.NET
6+
- Visual Studio Blog
7+
Categories:
8+
- Links of the Day
9+
---
10+
## Visual Studio Blog
11+
12+
- [Enhancing your Visual Studio authentication experience](https://devblogs.microsoft.com/visualstudio/enhancing-your-visual-studio-authentication-experience/) - Ruben Rios
13+
- [Break for Async User-Unhandled exceptions in the Visual Studio Debugger](https://devblogs.microsoft.com/visualstudio/break-for-async-user-unhandled-exceptions-in-the-visual-studio-debugger/) - Anders Sundheim
14+
- [Organize Your Breakpoints like a pro](https://devblogs.microsoft.com/visualstudio/organize-your-breakpoints-like-a-pro/) - Harshada Hole
15+
- [Creating a React TODO app in Visual Studio 2022](https://devblogs.microsoft.com/visualstudio/creating-a-react-todo-app-in-visual-studio-2022/) - Sayed Ibrahim Hashimi
16+
- [Effortless Instrumentation profiling with Persistent Target Selection](https://devblogs.microsoft.com/visualstudio/effortless-instrumentation-profiling-with-persistent-target-selection/) - Harshada Hole
17+
18+
## Information
19+
20+
- [Akka.NET Actors' Hidden Super Power: Behavior Switching](https://petabridge.com/blog/akka-actor-behavior-switching/) - Aaron Stannard
21+
- [Working with tar files in .NET 8](https://andrewlock.net/working-with-tar-files-in-dotnet/) - Andrew Lock
22+
- [Preventing breaking changes in public APIs with PublicApiGenerator](https://andrewlock.net/preventing-breaking-changes-in-public-apis-with-publicapigenerator/) - Andrew Lock

input/posts/2024/10/31-summary.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
Title: Links for October 2024
2+
Published: 10/31/2024
3+
IsPost: true
4+
Tags:
5+
- Cancellation Tokens
6+
- Result Pattern
7+
- Visual Studio Blog
8+
Categories:
9+
- Links of the Day
10+
---
11+
## Visual Studio Blog
12+
13+
- [Visual Studio 2022 – Recent performance enhancements](https://devblogs.microsoft.com/visualstudio/visual-studio-2022-recent-performance-enhancements/) - Mads Kristensen
14+
- [Easier localization with the new resource (.resx) manager](https://devblogs.microsoft.com/visualstudio/easier-localization-with-the-new-resource-resx-manager/) - McKenna Barlow
15+
- [Improve your debugger game with editable expressions](https://devblogs.microsoft.com/visualstudio/improve-your-debugger-game-with-editable-expressions/) - Junyu Wang
16+
- [Visual Studio Code 1.95](https://code.visualstudio.com/updates/v1_95)
17+
18+
## Information
19+
20+
- [Cancellation, Part 6: Linking](https://blog.stephencleary.com/2024/10/cancellation-6-linking.html) - Stephen Cleary
21+
- [Major updates to NetEscapades.​AspNetCore.​SecurityHeaders](https://andrewlock.net/major-updates-to-netescapades-aspnetcore-security-headers/) - Andrew Lock
22+
- [Replacing Exceptions-as-flow-control with the result pattern Part 1](https://andrewlock.net/working-with-the-result-pattern-part-1-replacing-exceptions-as-control-flow/) - Andrew Lock
23+
- [Working with the result pattern - Part 2](https://andrewlock.net/working-with-the-result-pattern-part-2-safety-and-simplicity-with-linq/) - Andrew Lock
24+
- [Working with the result pattern - Part 3](https://andrewlock.net/working-with-the-result-pattern-part-3-adding-more-extensions/) - Andrew Lock
25+
- [Working with the result pattern - Part 4: Is the result pattern worth it?](https://andrewlock.net/working-with-the-result-pattern-part-4-is-the-result-pattern-worth-it/) - Andrew Lock

input/posts/2024/11/30-summary.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
Title: Links for November 2024
2+
Published: 11/30/2024
3+
IsPost: true
4+
Tags:
5+
- CORS
6+
- Visual Studio Blog
7+
Categories:
8+
- Links of the Day
9+
---
10+
I'm excited for the release of .NET 9 this month!
11+
12+
## Visual Studio Blog
13+
14+
- [Learn how to create a Client-Server Application in under 45 Minutes in the new Season of AI](https://devblogs.microsoft.com/visualstudio/learn-how-to-create-a-client-server-application-in-under-45-minutes-in-the-new-season-of-ai/) - Pablo Lopes
15+
- [Better GitHub Copilot Completions for C#](https://devblogs.microsoft.com/visualstudio/better-github-copilot-completions-for-c/) - Mika Dumont
16+
- [Visual Studio 2022 v17.12 with .NET 9](https://devblogs.microsoft.com/visualstudio/visual-studio-2022-v17-12-with-dotnet-9/) - Mads Kristensen
17+
- [Fix Code with GitHub Copilot](https://devblogs.microsoft.com/visualstudio/fix-code-with-github-copilot/) - Mika Dumont
18+
- [Join Us at Microsoft Ignite: Unlock GitHub Copilot’s New Potential in Visual Studio](https://devblogs.microsoft.com/visualstudio/join-us-at-microsoft-ignite-unlock-github-copilots-new-potential-in-visual-studio/) - Amy Nguyen
19+
- [Git tooling updates in Visual Studio 17.12](https://devblogs.microsoft.com/visualstudio/git-tooling-updates-in-visual-studio-17-12/) - Jessie Houghton
20+
- [Copy files across instances of Visual Studio](https://devblogs.microsoft.com/visualstudio/copy-files-across-instances-of-visual-studio/) - Mads Kristensen
21+
- [Making you more productive with Visual Studio v17.12](https://devblogs.microsoft.com/visualstudio/making-you-more-productive-with-visual-studio-v17-12/) - Mads Kristensen
22+
- [Copying error messages just got easier](https://devblogs.microsoft.com/visualstudio/copying-error-messages-just-got-easier/) - Leah Tran
23+
- [Debugger and Diagnostics updates in Visual Studio 17.12](https://devblogs.microsoft.com/visualstudio/debugger-and-diagnostics-updates-in-visual-studio-17-12/) - Harshada Hole
24+
25+
## Information
26+
- [Understanding cross-origin security headers - Part 1](https://andrewlock.net/understanding-security-headers-part-1-cross-origin-opener-policy-preventing-attacks-from-popups/) - Andrew Lock
27+
- [Understanding cross-origin security headers - Part 2](https://andrewlock.net/understanding-security-headers-part-2-cross-origin-resource-policy-preventing-hotlinking/) - Andrew Lock

input/posts/2024/12/04-daily.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
Title: Today's Links
2+
Published: 12/04/2024
3+
IsPost: true
4+
Tags:
5+
- CORS
6+
- Visual Studio Blog
7+
Categories:
8+
- Links of the Day
9+
---
10+
## Visual Studio Blog
11+
12+
- [Introducing the Copy Git Permalink Feature in Visual Studio 17.12](https://devblogs.microsoft.com/visualstudio/introducing-the-copy-git-permalink-feature-in-visual-studio-17-12/) - Jullyana Ramos
13+
- [How Inline Return Values Simplify Debugging in Visual Studio 2022](https://devblogs.microsoft.com/visualstudio/how-inline-return-values-simplify-debugging-in-visual-studio-2022/) - Harshada Hole
14+
15+
## Information
16+
17+
- [Understanding cross-origin security headers - Part 3](https://andrewlock.net/understanding-security-headers-part-3-cross-origin-embedder-policy/) - Andrew Lock

settings.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
SiteTitle: Hi! I'm nullforce
1+
SiteTitle: nullforce
2+
SiteDescription: Stuff that interests me
23
Copyright: Copyright © 2022-2024 nullforce. All rights reserved.
34

45
GenerateSearchIndex: true

0 commit comments

Comments
 (0)