As it turns out, your writing skills atrophy pretty quickly when you’re no longer writing persuasive essays for your high school English class. This blog is an attempt to maintain whatever capacity for formulating coherent thought I have left.
I’ll try my best to post technical writeups on here. That could mean walking through new projects, sharing my findings on new areas of computer science I’m currently learning, or talking about stuff I’ve built at work.
That’s all I have for now. I’m not really sure how to wrap this post up cleanly, so instead I’ll leave you with many different ways to say “Hello World”. This also doubles as an indicator of languages I am proficient in, in case you’re a recruiter or engineer reviewing my profile for a job posting ;)
$ echo "Hello World"
print("Hello World")
System.out.println("Hello World");
console.log("Hello World")
SELECT "Hello World";
putStrLn "Hello World"
fmt.Println("Hello World")
printf("Hello World");
println!("Hello World");