-
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #229 from aalmada/main
Add Antão Almada creator card
- Loading branch information
Showing
1 changed file
with
59 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} | ||
] | ||
} |