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

The Abridged Guide to Neo4j Cypher Generation with OpenAI GPT-4

The Abridged Guide to Neo4j Cypher Generation with OpenAI GPT-4

Learn how to build a chatbot that connects to Neo4j with minimal code and minimal Cypher.

TIL: Quick & Convenient Cypher Counts

TIL: Quick & Convenient Cypher Counts

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

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.