Fable hybrid with Fable.Remoting and a normal SPA client
This post demonstrates how to create a client-server application with RPC style strongly typed communication with an F# backend and a React/TypeScript frontendAugust 17, 2023F#FableSPAGetting started with Fable and Feliz
Walkthrough to get started with Fable and React with FelizJuly 24, 2023F#FableFelizF# event sourcing with Marten
This is a getting-started-with-marten-in-F# blogpost as well as some little json serializer experiments.December 10, 2022F#martendbEvent sourcingCQRS with MediatR (for Commands) and Odata (for Queries)
This blogpost show-cases a simple and effective Command Query Responsibility Segregation implementation with MediatR and Odata in ASP.NET CoreJune 10, 2019C#CQRSMediatRODataASP.NET CoreExpose ASP.NET Core validation for SPAs like React, Vue or Angular
Walk-through on how to implement a custom ActionFilter or use built-in validation mechanisms to expose validation via httpJune 01, 2019C#ASP.NET CoreMake ASP.NET Core api controller methods queryable with a single attribute
Easily enable pagination, ordering and filter/search on a normal web api controllerMay 12, 2019C#ODataASP.NET CoreExposing a queryable api with Odata
A getting started guide for Odata on ASP.NET CoreMay 01, 2019C#ODataASP.NET CoreA monorepo setup with lerna
A demonstration of a react + typescript monorepo setup with lernaApril 06, 2019MonoreporeacttypescriptlernaA (multi-) monorepo setup with Git Submodules
Make sharing code and improving libraries a breeze with Git SubmodulesMarch 20, 2019Gitsubmodulesmonorepo