What are you working on? (2021-06)

This page summarizes the projects mentioned and recommended in the original post on /r/fsharp

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Cardizer

    A functional minimalist credit card randomizer to test application.

  • With others developers, we convinced our employer to start pushing officially code originally made internally. Most of the code will be shared under the MIT license. From this initiative I just released openly my first library: Cardizer. It is a dotnet lib written in F# (ofc). We use it to generate randomize but valid credit card number for testing purpose. Its implementation is quite naive so feel free to comment what I can improve! I plan to try an type driven approach later on.

  • FsCheck

    Random Testing for .NET

  • Looks cool. Is there a reason why you didn't use FsCheck or Hedgehog? They're built to generate random data for testing, and can return the seed if a test fails so you can rerun the test with the exact same data once you figure out what the problem is - which is useful if the failure condition is rare.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • fsharp-hedgehog

    Release with confidence, state-of-the-art property testing for .NET.

  • Looks cool. Is there a reason why you didn't use FsCheck or Hedgehog? They're built to generate random data for testing, and can return the seed if a test fails so you can rerun the test with the exact same data once you figure out what the problem is - which is useful if the failure condition is rare.

  • finnhub-dotnet

    A .NET client for Finnhub API

  • Beginner here. I'm having fun implementing a small REST API client for financial data (Finnhub.io). I'm trying to use only the .NET 5 standard library (e.g. System.Text.JSON for JSON handling etc). The result is incredibly neat and readable (albeit simplistic, since I left out cancellation tokens and error handling so far..). It's also my first public nuget package - quite nice experience there too (even without using Paket etc).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Property-based tests and clean architecture are perfect fit

    1 project | dev.to | 11 Oct 2022
  • When writing unit tests, what exactly am I looking for?

    1 project | /r/learnprogramming | 6 Jul 2022
  • Does anyone know of a good place to learn and practice some F# preferably F# 6 to be able to use Task.

    1 project | /r/fsharp | 10 Dec 2021
  • Mutation Testing

    5 projects | /r/programming | 13 Apr 2021
  • How Good Are Your .NET Tests? Test Your Tests With Stryker Mutator

    1 project | /r/dotnet | 21 Mar 2021