Skip to content

F Sharp

Some neat fsx F#

My company had a hackathon focused on data scraping/processing. Each team had to scrape 3 endpoints. I came up with something similar to this: open System open System.Net.Http open System.Text let c = new HttpClient()...

Json

Should I use System.Text. (STJ) or Newtonsoft. (previously .NET)? use STJ, Newtonsoft is no longer enhanced with new features. The author works for Microsoft now on some non-json stuff. JamesNK reddit comment Terms ma...

<3 regex

<3 regex https://regex101.com/r/RdCR7j/1 - set the global flag (g) to get all matches https://www.debuggex.com/ - havent't played with this a lot but I might give it a try, looks like a decent learning tool regex - us...