Notes & ideas
Writing about code, systems, and the things I learn.
A collection of practical notes from building backend software and exploring technology.
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 articleBase64-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