Hello… world?

1
2
3
public static void main(String[] args) {
  System.out.println("Hello World!");
}
1
2
3
export default () => {
  console.log("Hello World!")
}
1
2
def __main__:
  print("Hello World!")
1
2
3
4
5
6
7
package main

import "fmt"

func main() {
  fmt.Println("Hello World!")
}

Who are you?

Professionally, I’m a technology enthusiast. As a kid, I broke the family desktop frequently enough that my parents bought me my own computer. My dad brought home a Red Hat Linux CD set one day and I installed my first Linux OS. From there, I started getting into programming, beginning with Visual Basic 6, followed by PHP. I dove into Gentoo Linux where I learned a lot about the inner workings of operating systems. Gentoo has a heavy emphasis on compiling your own Linux kernel. I spent hours going through every kernel menu, looking at every module, picking my scheduler, and tuning it to the nth degree. I chose my compiler arguments and heated my room by recompiling the entire OS multiple times.

Today, I do a lot of bash/python scripting for automating little things in my life. I mess with my home server, which doesn’t run Gentoo anymore.

At work, I enjoy working on AWS, and teaching.

You can read more about me on the About page.

What’s next?

I plan to start blogging about little things I find that will help people!