MED TCH RU Russell Dunphy · Accurx Improving the performance of updates to large objects in a Redux store Recently at Accurx we faced an interesting performance challenge: how can we keep frequent updates to an object in a Redux store performant…
TCH RU Russell Dunphy · Accurx Property-based testing: what it is and how we use it at Accurx Property-based testing is a testing paradigm that lets us describe “properties” of our code that should hold true for any valid input. It’s…