2022-11-28
|~4 min read
|688 words
Sometimes, the easiest things are hard. Or they are until you learn how the syntax. That’s what it felt like when I wanted to sort a GraphQL…
2022-11-28
|~4 min read
|613 words
Javascript’s built-in sort is powerful and fast. However, there are many times when you will want to sort in a custom fashion. Whenever I…