
Streamline Your API Development With Neo4j GraphQL, and StepZen
May 22 12 mins read
Learn how to use StepZen and Neo4j to build transformational GraphQL APIs that take building applications to new heights. Read more →
Learn how to use StepZen and Neo4j to build transformational GraphQL APIs that take building applications to new heights. Read more →
When I discovered Neo4j Graph Database, it was love at a first sight. It solves a lot of problems of highly relational databases. Besides, its visual representation of the data model is much easier to read and understand. Read more →
Over the weekend I was watching the first few (very short) episodes of the new Groot series with my daughter and thought we could revisit the Marvel Data API in our livestream. Read more →
News is much more than just the articles you see on the front pages. A lot of the detail is hidden behind metadata that’s not immediately visible. Today we want to look behind the scenes, using the NYTimes API to access some of the article metadata. Read more →
Building a web app doesn't need to be complicated. Choosing the correct technologies and architecture is already 50 percent of the solution. A RESTful API can be the backbone of any application. Read more →
Neo4j offers two main ways of querying a graph – through the Cypher query language and via a Java API. A solid model and well-designed Cypher query is sufficient in the majority of cases, but for those cases where we want the finest level of control, the Java API provides a powerful and intuitive interface. Read more →