Next level Cypher aggregations using WITH, COLLECT and UNWIND

YouTube Shorts Explained: Create a window function with Cypher using WITH, COLLECT and UNWIND.

Converting HTML to PDF with Node.js like it is 2023

Converting HTML to PDF with Node.js like it is 2023

Today I Learned - How to convert HTML to PDF with 4 lines of javascript.

Starting Over - What would I learn?

I was recently asked on a podcast what advice I would give to someone starting out in development today. I botched the answer, this is what I should have said...

Analysing Football Events in a Graph Database

Analysing Football Events in a Graph Database

How Graph Databases can be used to analyse event sequences in sports

Calculating TF-IDF scores in Neo4j with Cypher

Calculating TF-IDF scores in Neo4j with Cypher

When extracting information from documents using NLP, attempting to separate important terms from noise can be tricky. Calculating a TF-IDF (Term Frequency-Inverse Document Frequency) score allows you to identify the important terms in a document.