Who am I?

I am a student at Western Washington University. I am pursuing the following at WWU:

  • Computer Science major
  • Math minor
  • Business minor
  • Honors Program
  • Web Programmer Certification

I have experience with the following programming languages/technologies:

  • Python
  • Java
  • C
  • JavaScript
  • HTML/CSS
  • Linux
    • Nginx with SSL
    • UWSGI
  • Windows
    • Active Directory
    • Group Policy
    • CMD/Powershell
    • Application installers

After I graduate I plan to go into software engineering.

How did I create this site?

Blog

The content on this blog was generated with Jekyll and uses NGINX as the server. SSL certificates are provided by LetsEncrypt.

The link shortener uses NGINX as a reverse proxy for UWSGI which is running a Bottle application written in Python 3.4. The python application uses MySQL to store the information for the links. Passwords are hashed using bcrypt.

What are some of my favorite software?

  • BSPWM: A window manager based on binary trees.
  • Tmux: A terminal multiplexer.
  • ZNC: An IRC bouncer.
  • Rufus: A utility for creating bootable flashdrives in Windows.
  • Rust: A systems programming language that fixed issues present in C