Kuba Ciechowski
Kuba's space

Kuba's space

Follow
Follow
home

Writing business oriented tests

Sep 14, 20223 min read

It took me years to figure out what was wrong with writing tests against the implementation.I knew the theory. Focus on the business-specific behavior...

Writing business oriented tests

Modeling exceptions

Dec 31, 20212 min read

Modeling exceptions is hard. On the surface, it seems easy. Everyone knows what an exception is, right? But when you think deeper about it, there are...

Modeling exceptions

Surround template for string interpolation in Jetbrains Rider

Nov 12, 20212 min read

I dig string interpolation in C#. It is concise and easy to use. And even though JetBrains Rider is known for making developers super productive with...

Surround template for string interpolation in Jetbrains Rider

Http call using F# and HttpClient

Oct 24, 20211 min read

It took me a few tries to finally call an HTTP endpoint using F#.I've ended up with this code: let result = async { let client = new...

Http call using F# and HttpClient

Partial application using delegates in C#

Sep 25, 20212 min read

I'm a big proponent of using delegates instead of interfaces as described here. Recently I've found out that it works wonderfully with the partial...

Partial application using delegates in C#

Starting with SAFE Stack

Aug 25, 20211 min read

using SAFE Dojo ยท Recently I've finally dug a bit deeper into the SAFE stack.One of the most exciting resources to start with full-stack F# applications...

Starting with SAFE Stack