Skip to content Skip to sidebar Skip to footer
  • Redis Database Part 04: Inserting and Querying Data

Neo4j Database Part 04: Cypher Object Notation

In the last blog I described the objects that make up a Neo4j database. In this blog I will discuss how we create each database object. It would be impossible to learn Neo4j without learning the Cypher query language. At…

Understanding ES6 Classes in JavaScript

Javascript ES6 has come a long way to look like regular OOP languages and move away from looking functional or prototypical. This probably upsets quite a few dev’s but not me. I don’t particularly like Javascript so anytime I can…

Neo4j Database Part 03: Database Objects

In the last blog I introduced some neo4j basics for managing a database and how to interact with it. In this blog I will begin to uncover the objects that make up a Neo4j database. This is very important when…

Azure REST API Part 01: Introduction with Postman

In this series of blogs I want to show how we access the Azure REST API directly using Postman in order to understand how applications can get authenticated and authorized automatically without having the user enter a username and password. …