The Lab A personal testing site. As of right now, mainly a blog where I post some cool stuff I find, CS articles and opinion pieces. Build using Docker: Step 1: docker build -t thelab . Step 2: docker run -p 8000:8000 thelab Step 3: Visit port 8000 on your localhost