Projects

I work on a variety of projects and ideas. While many of them probably are not worth your time, this is a list containing the most useful ones!

Elide

  • What is it? Elide is an open source project which I started with a few of my co-workers at Yahoo. It is being actively developed and serves as a fast and secure development framework for developing API's and microservices. It fully supports JSON-API and we are rapidly developing full support for GraphQL as well.
  • Why do I care? Elide has thought through a variety of difficult use-cases for building microservices: most notably, security and cross-datastore API's. However, more importantly, it will dramatically improve your development time and provide a uniform API across all of yours apps. For instance, you can build a web UI as well as a mobile app using the same API which enables uniform experiences across all platforms.
  • Language(s): Java