Hi! 👋 I'm
Kyle Goggin
a software engineer 💾 living in Richmond, VA. I've been building cool stuff on the World Wide Web 🌐 professionally for over 15 years (and just for fun for even longer 🤣). Here are some recent things I've written!
Recent Posts
-
Announcing reason-react-apollo 🎉
I launched a new open-source project to make it easy to generate Reason types and bindings for working with GraphQL operations using Apollo.
-
Typing GraphQL Operations in ReasonML
GraphQL operations are tricky to type well because of their somewhat dynamic nature. graphql-ppx solves this to an extend, but I'd like to propose an alternative approach that allows for more reuse between different parts of your app.
-
Use Belt To Hold Up Your ReasonML App
Belt is ReasonML's new-ish standard library, but it's a little hard to find a good explanation of what it is and what you can do with it. Let's take a look at how you might want to use it in your Reason app!