VirtualTam's bookmarks
143 bookmarks found
-
A common complaint from new Rust developers is that they don't know where to start: which crates they ought to use and which crates they ought to trust. This list attempts to answer those questions.
-
- https://github.com/graphql-python/graphene
- https://github.com/graphql-python/graphene-django
- https://docs.graphene-python.org/projects/django/en/latest/
- https://www.twilio.com/blog/graphql-apis-django-graphene
- https://www.reddit.com/r/django/comments/uzm4fn/is_graphene_django_reliable_is_it_used_in/
- Real World Graphene: Lessons Learned From Building A Graphql Api On Top Of A Django App for Saleor (https://github.com/saleor/saleor)
- graphene-django or: How I learned to stop RESTing and Love the Graph
-
Property-based testing
2020-01-06 - https://github.com/leanovate/gopter
- https://itnext.io/gopter-property-based-testing-in-golang-b36728c7c6d7
- https://hypothesis.works/articles/what-is-property-based-testing/
- https://hypothesis.works/articles/integrated-shrinking/
- https://hackage.haskell.org/package/QuickCheck
- https://github.com/emil-e/rapidcheck
- https://labs.spotify.com/2015/06/25/rapid-check/
- https://andrealeopardi.com/posts/the-guts-of-a-property-testing-library/