Recent Posts

Neo4j JSON Parser

less than 1 minute read

Neo4j is a powerful graph database, that allows the storage and query of data in a graph format.

Graph Structures

less than 1 minute read

Graph data structures have existed in mathematics for centuries, and naturally that would progress into computer science. Mathematics is what peaked my inter...

All About Algorithms

less than 1 minute read

Algorithms are the reason I started coding in the first place. Mathematics was a subject that always interested me and loved the thrill of solving problems u...