Holocron

Holocron

First Post

This is the first post on my blog. Please excuse my inexperienced writing style. Hopefully you'll find something of interest to you.

The next post will likely be about the soft skill of pair programming, but I hope to have technical topics as well.

This blog uses Next.js in combination with react-markdown and react-syntax-highlighter for highlighting code snippets:

func printHi(name: String) { print("Hi, \(name)") } printHi("Tom") //=> prints "Hi, Tom"

Check out my resume for more info on me.