This commit is contained in:
Michael Zhang 2020-02-08 15:09:08 -06:00
parent dc02a8df97
commit ac0b7c9b29
Signed by: michael
GPG Key ID: BDA47A31A3C8EE6B
3 changed files with 10 additions and 2 deletions

View File

@ -14,5 +14,5 @@ nav_links = [
{ url = "/", text = "home" },
{ url = "/pages/about", text = "about" },
{ url = "/pages", text = "all pages" },
{ url = "/projects", text = "projects »" },
{ url = "https://git.iptq.io", text = "projects »" },
]

View File

@ -0,0 +1,8 @@
+++
title = "implementing untyped lambda calculus"
date = 2019-03-04
draft = true
[taxonomies]
tags = []
+++

View File

@ -2,7 +2,7 @@
title = "about me"
+++
Hi there! I'm a Computer Science student at the University of Minnesota, and I've got a wide variety of interests under this field. I've been doing web development for a long time and now I'm looking into security, programming language development, and software development!
Hi there! I'm a software developer at Epic Systems in Verona, Wisconsin, and I recently graduated with a Computer Science degree from the University of Minnesota. I've got a wide variety of interests under this field. I've been doing web development for a long time and now I'm looking into security, programming language development, and software development!
In an effort to rely on less services, I started doing a lot of self-hosting and rewriting of software. Check out some of the projects I'm doing over on my public [Gitea](https://git.iptq.io)!