Avatar

Connell

Software Engineer

BlogTalksExplainersProjects
#agile#analytics#aop#architecture#bounded-contexts#chess#ci-cd#conways-law#cqrs#ddd#decorator#dotnet#events#firestorm#javascript#jekyll#logging#meetings#microservices#midi#music#platform#refactoring#rest-api#speaking#sre#teams#this#typescript

Firestorm is an open-source REST API project I built for ASP.NET that automatically generated a RESTful API by building on top of Entity Framework or any queryable LINQ provider.

Introducing Reflectious

21st May 2018 #firestorm

Whilst developing Firestorm, I noticed I was often combining Expression Trees with Reflection code. I'd find a static LINQ method, pass it a lambda expression argument and throw the whole thing into Expression.Call.

Read More

Why Firestorm?

7th April 2018 #firestorm#rest-api

Firestorm is a little thing I was working on that turned into a bigger thing I'm still working on a year later. As it grew, it spawned another little thing that'll probably turn into a bigger thing too. Rinse and repeat. Sound familiar?

Read More

Firestorm

2018 #firestorm#rest-api#dotnet

Firestorm is an open source REST API framework for .NET. The aim is to provide a neat and easy ways to write standardised CRUD APIs without all the Controller boilerplate. Just map API fields straight onto Entity Framework.

Go To Project  Opens in new tab
© Connell Sharp 2024. Hosted by GitHub.