Wat is er nieuw?
Onze blog en nieuws.
Door Tolga Paksoy
Handle rate limit errors in Shopify Admin GraphQL API using Apollo client
Shopify uses the leaky bucket algorithm to perform rate limiting on their (Admin) GraphQL API. Yet they do not provide a standard for retrying failed API requests because of these rate limits. Learn how to utilize Apollo's error link to handle these errors.
→ Lees meer
Door Tolga Paksoy
Extending Fishery to build test data for Sequelize models
A quick tutorial describing how to setup Fishery to generate test data for Sequelize models, which can also be saved into databases. Ideal for webapps that require Unit and Integration tests in Jest.
→ Lees meer
Door Mats Rietdijk
On demand image processing with Haskell
Resize and crop images on demand straight from a Haskell website or web-application without run time dependencies.
→ Lees meer
Door Tolga Paksoy
Using ports to deal with files in Elm 0.18
Elm 0.18 has no way of dealing with files or blobs natively. This is an implementation using the JS FileReader API via ports.
→ Lees meer