Notes & ideas

Writing about code, systems, and the things I learn.

A collection of practical notes from building backend software and exploring technology.

ARTICLE

Using Neo4j in Python Backend Projects

Neo4j is the most popular graph database available today. It stores data as nodes (entities) and relationships (connections), which is fundamentally …

Read article
ARTICLE

Start Neo4j

Neo4j provides drivers which allow you to make a connection to the database and develop applications which create, read, update, and delete informati…

Read article