Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Q3 Roadmap Feature: Search Improvements #47

Merged
merged 1 commit into from
Sep 15, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
## Posts

### 2023

- [Q3 Roadmap Feature: Search Improvements](https://aaronbos.dev/posts/q3-feature-improved-search)
- [Understanding Thread-Safety in .NET](https://aaronbos.dev/posts/understand-thread-safety-dotnet)
- [Engineer to Manager: Initial Thoughts](https://aaronbos.dev/posts/engineer-to-manager-initial-thoughts)
- [Developing A Growth Mindset](https://aaronbos.dev/posts/devloping-growth-mindset)
Expand Down
15 changes: 13 additions & 2 deletions public/feed.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,19 @@
<link>https://aaronbos.dev</link>
</image>
<generator>RSS for Node</generator>
<lastBuildDate>Fri, 01 Sep 2023 04:02:23 GMT</lastBuildDate>
<lastBuildDate>Fri, 15 Sep 2023 01:41:19 GMT</lastBuildDate>
<atom:link href="https://aaronbos.dev/feed.xml" rel="self" type="application/rss+xml"/>
<item>
<title><![CDATA[Q3 Roadmap Feature: Search Improvements]]></title>
<description><![CDATA[At the beginning of the year, I created a roadmap to plan the development of my blog itself. In this post, I'll talk through the improvements for this quarter that involved the blog post search experience. Let's dive in!]]></description>
<link>https://aaronbos.dev/posts/q3-feature-improved-search</link>
<guid isPermaLink="true">https://aaronbos.dev/posts/q3-feature-improved-search</guid>
<category><![CDATA[dev]]></category>
<category><![CDATA[blog]]></category>
<category><![CDATA[roadmap]]></category>
<dc:creator><![CDATA[Aaron Bos]]></dc:creator>
<pubDate>Fri, 15 Sep 2023 01:40:28 GMT</pubDate>
</item>
<item>
<title><![CDATA[Understanding Thread-Safety in .NET]]></title>
<description><![CDATA[Writing code that always behaves as expected when run in parallel is HARD. I'll be the first to admit that I'm NOT an expert in this field, but I do my best to generally understand the principles that make parallel programming possible. This post attempts to unpack the "thread-safe" term for writing .NET code and explain some of the techniques that allow for thread safety to be possible.]]></description>
Expand Down Expand Up @@ -871,4 +882,4 @@
<pubDate>Thu, 21 Jan 2021 01:18:37 GMT</pubDate>
</item>
</channel>
</rss>
</rss>