Seiten mit dem Tag "ramda"
-
(05.11.2018) Ramda - Find duplicates in an array of objects
For my current project i need to verify that a list of transactions doesn't contain any duplicates based on the transaction id.
-
(05.11.2018) Ramda - Validate sequence of numbers
I need to verify that i don't miss any events. So i came up with the concept of a number which needs to increment with every event.