Skip to content Skip to sidebar Skip to footer

Monthly Archives: July 2026

Neo4j Database Part 05: Data Loading Options

In the last blog I described the Cypher object notation used by the query language. In this blog I will describe how to manually create nodes and relationships and then how to do this more efficiently by importing data. Contents…

ES6 Classes: Inheritance in JavaScript

In the previous blog ES6 – Classes I showed how the ES6 class syntax can make the Javascript classes look like C# classes for example and where the restrictions are. In this blog I will show what class inheritance features…