Skip to content

Commit

Permalink
Merge pull request #229 from aalmada/main
Browse files Browse the repository at this point in the history
Add Antão Almada creator card
  • Loading branch information
matthiasjost authored Sep 26, 2023
2 parents 09469b2 + 44b947e commit 133d60b
Showing 1 changed file with 59 additions and 0 deletions.
59 changes: 59 additions & 0 deletions creator-cards/antao-almada.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,59 @@
{
"name": "Antão Almada",
"type": "CREATOR",
"tags": ".NET, C#, LINQ",
"github": "https://github.com/aalmada",
"channels": [
{
"name": "LinkedIn Articles",
"url": "https://www.linkedin.com/in/antaoalmada/recent-activity/articles/"
},
{
"name": "Medium",
"url": "https://antao-almada.medium.com/"
}
],
"feeds": [],
"projects": [
{
"name": "LinqBenchmarks",
"description": "Benchmarking LINQ and alternative implementations.",
"url": "https://github.com/NetFabric/LinqBenchmarks"
},
{
"name": "NetFabric.Hyperlinq",
"description": "High performance LINQ implementation with minimal heap allocations. Supports enumerables, async enumerables, arrays and Span<T>.",
"url": "https://github.com/NetFabric/NetFabric.Hyperlinq"
},
{
"name": "NetFabric.Hyperlinq.Analyzer",
"description": "A Roslyn analyzer with rules related to generation and consumption of enumerables and async enumerables in C#.",
"url": "https://github.com/NetFabric/NetFabric.Hyperlinq.Analyzer"
},
{
"name": "NetFabric.Assertive",
"description": "A fluent assertions library that performs full coverage on any enumerable type.",
"url": "https://github.com/NetFabric/NetFabric.Assertive"
},
{
"name": "NetFabric.CodeAnalysis",
"description": "Extensions to System.CodeAnalysis (Roslyn API) and System.Reflection.",
"url": "https://github.com/NetFabric/NetFabric.CodeAnalysis"
},
{
"name": "NetFabric.Numerics",
"description": "A powerful .NET library that provides strongly-typed implementations of multiple coordinate systems, including cartesian, polar, spherical, and geodetic.",
"url": "https://github.com/NetFabric/NetFabric.Numerics"
},
{
"name": "NetFabric.DoublyLinkedList",
"description": "An alternative to LinkedList<T> with reverse operation and enumeration without allocation.",
"url": "https://github.com/NetFabric/NetFabric.DoublyLinkedList"
},
{
"name": "NetFabric.Vision",
"description": "Computer vision modules for .NET and BonsaiRx.",
"url": "https://github.com/NetFabric/NetFabric.Vision"
}
]
}

0 comments on commit 133d60b

Please sign in to comment.