Christer van der Meeren
475 posts

Christer van der Meeren
@cmeeren
Software developer with PhD in space physics, hobby musician and photographer, and gamer.
Bergen, Norway Katılım Ağustos 2011
7 Takip Edilen113 Takipçiler

Facil 2.8.0 is out! Now you can get the SqlDataReader from queries. While not type safe, it allows you to interop with legacy code that uses SqlDataReader to load domain objects. #fsharp nuget.org/packages/Facil…
English

Faqt 1.2.0 is out! Added seq/dict assertions AllBeMappedTo, AllBeEqual, AllBeEqualBy, ContainKeys #fsharp github.com/cmeeren/Faqt/
English

Faqt 1.1 is released! Now you can easily verify roundtrips in #fsharp: (parse >> getValue).Should().Roundtrip("myString") github.com/cmeeren/Faqt/
English

Just released Faqt 1.0! 🚀 Fantastic fluent assertions for your #fsharp tests and domain code! Great error messages, configurable, and easily extensible with custom assertions. Take a look! github.com/cmeeren/Faqt
English

If you want to try yourself, just use this: fsprojects.github.io/fantomas-tools…
English

Very impressed about ChatGPT's ability to reverse-engineer #fsharp ASTs. Wasn't able to get it to compile code, though. 😔




English

Facil 2.6.0 is out, and can now auto-generate batch insert/update/merge scripts!🚀🥳 #fsharp nuget.org/packages/Facil
English

@ploeh I might go with EnsureUserExists, but I admit that this could also be the name of a validating function that simply returns an error if the user does not exist (which is what most of my Ensure* functions do).
English

@ijrussell Thanks for the post, that's where I learned it! Should have linked to it now that I think about it, sorry!
English

Wow! Why did no-one tell me #fsharp lets you deconstruct labelled union fields just like records? try.fsharp.org/#?code=LYewJgr…
English

@isaac_abraham Hi, sorry, not active on Twitter. You can contact me by email (do a git log on a repo of mine).
English

@cmeeren Hey. Any chance you can follow me so that I can DM you? Would be interested to have chat with you about this!
English

Introducing Fling, significantly reducing the boilerplate needed to efficiently save/load complex domain entities to/from multiple tables. #fsharp github.com/cmeeren/Fling
English

Facil 1.0 is here! 🚀🚀Now also generating boilerplate CRUD scripts for you! 🎉github.com/cmeeren/Facil #fsharp
English

Facil 0.2.9 out, now supports "table DTOs" for views. #fsharp github.com/cmeeren/Facil
English

@jeremymeyers If you're interested, let me know on GH, I'm not really active on Twitter. github.com/cmeeren/gr-pro…
English

@jeremymeyers Hi, the GR plugin has been out of support for several years now. You're welcome to take it over if you want!
English

Many #microservices pain points can be solved with a single schema-separated DB where (well-defined) parts of a service's schema is available read-only to other services. Here's my thoughts. relativisticramblings.com/tech/database-…
English
