~/writing

Blog_

Practical notes on software, data, machine learning, graphs and the tools around them.

Getting started with R and RStudio

R and RStudio setup via docker. R programming language fundamentals.

#R #RStudio #Docker

Visualizing huge Neo4j Graphs with Gephi

Set up Gephi and stream data from a Neo4j server as an open alternative for exploring large graphs.

#Graphs #Neo4j #Gephi

Set up a Neo4j server with Docker importing huge CSV datasheets

Use neo4j-admin through Docker to initialize a graph database from large CSV datasets.

#Graphs #Neo4j #Docker

Connect to Docker Container on a Remote Server over SSH

Enable SSH tunneling from a remote Docker container and connect directly with VS Code.

#Docker #VSCode

Creating the Best Prototyping Workspace

A Docker-based Jupyter and Conda setup for fast Python prototyping.

#Docker #Jupyter #Conda #Python