Handling errors in your Clojure REST API
2022-12-09
With my first Clojure REST API I wanted to handle errors a little bit differently. Usually I'd throw exceptions to deal with errors, but having a REPL and great nil-punning made me want to try something more straight forward.
Signing, React Native and the Play Store
2022-11-25
To deploy a React Native app to the Play Store developers have to sign it with a key. How do you get that key? And what do you do if you lose it?
Using RTK Query with GraphQL
2022-10-22
RTK Query is awesome! But how do we use it with GraphQL? Luckily, RTK Query comes with the necessary tools and documentation.
Writing macros that consume ClojureScript code
2022-03-31
Clojure macros are extremely powerful, but how do you get them to consum some of your ClojureScript? Here are some first steps and material for further readin.
A small comparison between Antd, Base-Web and Chakra-UI
2021-10-31
I had great success using Antd for small personal projects but always wondered how it would stack up when compared to other UI frameworks, so I looked at some alternatives.