From 81f519d010ec4a5f02b014a8d720817c21f0ac4f Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Fri, 2 Aug 2019 21:44:39 -0700 Subject: [PATCH] Add about page --- content/about.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 content/about.md diff --git a/content/about.md b/content/about.md new file mode 100644 index 0000000..67aaa7f --- /dev/null +++ b/content/about.md @@ -0,0 +1,10 @@ +--- +title: About +--- +I'm Daniel, a Computer Science student currently in my third (and final) undergraduate year at Oregon State University. +Due my initial interest in calculators and compilers, I got involved in the Programming Language Theory research +group, gaining same experience in formal verification, domain specific language, and explainable computing. + +For work, school, and hobby projects, I us a variety of programming languages, most commonly C/C++, +Haskell, [Crystal](https://crystal-lang.org/), and [Elm](https://elm-lang.org/). I also have experience +with Java, Python, Haxe, and JavaScript.