741 B
741 B
layout | title | tags |
---|---|---|
page | Blog Archive | search |
Welcome to the Stride Blog Archive page. Explore the blog's archive of .NET and C# posts, organized by year. Catch up on past content and discover new insights, tips, and inspiration.
Looking for articles by topic? Check out our Blog Tags page for a categorized list of posts.
{% assign reversedPosts = collections.blog %} {% for year in collections.yearList %}
{{ year }}
-
{% assign yearString = year | append: "" %}
{% assign filteredPosts = reversedPosts | where:"data.year", yearString %}
{% for post in filteredPosts %}
- {{ post.date | date: "%b %d" }} {{ post.data.title }} {% endfor %}