Home About
About
Cancel

About

Who Are You?

1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/bash
## whoami -- Matthew Wertman
NAME="Matthew Wertman"
ORIGIN="WA"
ORIGIN_CITY="Tacoma"
current_age=21
occupation="Datacenter Technician"
company="BIT CAPITAL GROUP"

function greet () {
    echo "Hi, I'm $1. I'm $2 and from $3, $4. I currenly work as an $5 at $6!"
}

greet "$NAME" $current_age $ORIGIN_CITY $ORIGIN "$occupation" "$company"

Hi, I’m Matthew Wertman. I’m 21 and from Tacoma, WA. I currenly work as an Datacenter Technician at BIT CAPITAL GROUP!

What Is This Site?

I have a lot of personal projects ranging from node projects, game mod development, to lower level stuff. I want to use this site as a repository of my learnings and show off a little of what I am currently working on.

Contact Info

Can get into contact with me through: