Notes & ideas

Writing about code, systems, and the things I learn.

A collection of practical notes from building backend software and exploring technology.

ARTICLE

Start Neo4j

Neo4j provides drivers which allow you to make a connection to the database and develop applications which create, read, update, and delete informati…

Read article
ARTICLE

Base64-Encoding an Image in Python

Binary images can be converted to Base64 text when they need to be embedded in JSON, HTML, email, or another text-based format. Open the file in bina…

Read article