latonz's comments

latonz | 3 years ago | on: Show HN: Mapperly – A .NET source generator for object to object mappings

Automapper generates all mappings at runtime with reflection. Mapperly in contrast uses roslyn based source generators and generates all mapping code at compile time. This leads to improved runtime performance with less allocations [1]. Since no reflection is used at runtime, the generated code is completely trimming save and AOT friendly.

[1] https://github.com/mjebrahimi/Benchmark.netCoreMappers

latonz | 5 years ago | on: Show HN: Kreya – gRPC GUI Client for Testing gRPC APIs

One of the creators here: We started developing Kreya a year ago when we felt some necessary GUI tooling around the gRPC ecosystem was missing. We didn't just want to create a simple gRPC client, but wanted to add powerful features such as environments/templating or global authentication configurations, so you don't have to enter the same values and configurations tediously again and again. We're curious to hear your opinions on Kreya, so hit us with any questions or feedback!
page 1