Konrad Kaliciński, Full Stack Developer
Mar 16
7 mins read
neo4j cypher query showing movies and actorsIn my previous article, you could learn how to set up @neo4j/graphql with the NestJS backend framework. So now let’s create an Angular frontend on top of that and organize everything with NX monorepo.I will try to show how quickly you can start... read more
Konrad Kaliciński, Full Stack Developer
Jan 17
4 mins read
Proper modeling of a graph database may be challenging. Because it requires a little bit of a different approach than relational database, we need to take into consideration what types of questions we want to answer.Luckily, nowadays we can use tools like ChatGPT that can help us to... read more
Konrad Kaliciński, Full Stack Developer
Oct 25, 2022
7 mins read
Data sample from the neo4j movies databaseWhen 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. I was looking for a solution... read more