Showing Posts From

Til

TIL: Plotting Neo4j Results with Matplotlib

TIL: Plotting Neo4j Results with Matplotlib

Discover the two lines of code required to convert a Neo4j result to a Pandas DataFrame and plot it with Matplotlib

TIL: Passing Output Parameters Between Jobs in Github Actions

TIL: Passing Output Parameters Between Jobs in Github Actions

How to pass the output of one command to another in a GitHub Action

TIL: Quick & Convenient Cypher Counts

TIL: Quick & Convenient Cypher Counts

The quickest way to get counts of nodes and relationships in Cypher

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.