KSKrzysztof Skowronekinkrzysztofskowronekblog.hashnode.dev·Apr 20, 2022 · 5 min readDictionaries in F#Intro When you first pickup F# as a C# programmer, there is one area that feels a bit unintuitive - dictionary usage. Following your C# instincts and IntelliSense will cause some headaches. In this post we will explore why, how to solve those headach...00
KSKrzysztof Skowronekinkrzysztofskowronekblog.hashnode.dev·Nov 11, 2021 · 10 min readScanning logs with C#The problem My father works as an IT specialist and recently encountered a weird problem. Laptops in their WiFi network had very slow network connectivity. After some digging, it turned out that in some places (like at one specific corner of a desk),...00
KSKrzysztof Skowronekinkrzysztofskowronekblog.hashnode.dev·Oct 31, 2021 · 12 min readTrying out F# in C# worldIntro For last year or so I really got interested in functional approach to programming. I started by watching brilliant Richard Feldman talks on Elm and fell in love with the concepts. Beeing dotnet developer I discovered F#, which to my delight tur...00