Benjamin Johnson
writinggithubcontact

#javascript

  • 2020-10-14

    Writing a memoize function from scratch

    • #javascript
    • #from-scratch
  • 2020-08-24

    Cheat sheet: using keys in React

    • #react
    • #javascript
  • 2020-08-20

    (Personal) code preferences: arrow functions

    • #javascript
    • #formatting
  • 2020-07-23

    Using "regex.test" with the "global" flag

    • #javascript
    • #regex
  • 2019-04-26

    Mocking the fetch API with Jest

    • #testing
    • #jest
    • #javascript
  • 2019-03-26

    Refactoring legacy code with Jest snapshots

    • #testing
    • #jest
    • #javascript
  • 2018-11-19

    Adding pipelines to JavaScript

    • #functional-programming
    • #javascript
  • 2018-09-10

    What makes ReasonML so great?

    • #reason
    • #functional-programming
    • #javascript
  • 2018-05-14

    Using trampolines to manage large recursive loops in JavaScript

    • #javascript
    • #functional-programming