AWAndy Walpoleinjavascript-haskell-purescript-mars.hashnode.dev·Mar 28, 2021 · 2 min readMocking the Web Audio API in JestThis is code for mocking the Web Audio API in Jest that may be of use to you. The methods mocked and the number of times called will vary depending on your needs. This code was used in a side-project that allows users to view, convert and transcode ...00
AWAndy Walpoleinjavascript-haskell-purescript-mars.hashnode.dev·Feb 16, 2021 · 3 min readResources for learning HaskellI'll be updating this page through out 2022 Haskell is a functional programming language that originated in the 1990s. Like most functional programming languages, Haskell has a reputation for being particularly challenging to learn for newcomers to ...00
AWAndy Walpoleinjavascript-haskell-purescript-mars.hashnode.dev·Feb 14, 2021 · 2 min readUsing Backbone.js with the Parcel bundlerJust recently I revisited an old side-project created with Backbone.js. I was surprised about how clean the code was and how much I had written over one weekend nine years previous. Rather than refactoring the JavaScript into a new library, I decided...00