Skip to content

Commit 221a114

Browse files
committed
feat: 📄 add about and resume sections sections
1 parent da7a6fa commit 221a114

File tree

3 files changed

+25
-4
lines changed

3 files changed

+25
-4
lines changed

‎config.toml

+12-4
Original file line numberDiff line numberDiff line change
@@ -644,13 +644,21 @@ ignoreErrors = ["error-remote-getjson", "error-missing-instagram-accesstoken"]
644644
name = "Categories"
645645
url = "/categories/"
646646
title = ""
647+
# [[languages.en.menu.main]]
648+
# weight = 4
649+
# identifier = "documentation"
650+
# pre = ""
651+
# post = ""
652+
# name = "Docs"
653+
# url = "/categories/documentation/"
654+
# title = ""
647655
[[languages.en.menu.main]]
648-
weight = 4
649-
identifier = "documentation"
656+
weight = 5
657+
identifier = "resume"
650658
pre = ""
651659
post = ""
652-
name = "Docs"
653-
url = "/categories/documentation/"
660+
name = "Resume"
661+
url = "/matthewhoffman_resume.pdf"
654662
title = ""
655663
[[languages.en.menu.main]]
656664
weight = 5

‎content/about.md

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Matthew Hoffman
2+
3+
<img src="/me.jpg" alt="Me" style="width:40%;float:left;margin-right:3%;margin-bottom:2%">
4+
5+
### What I do
6+
7+
I am a research engineer at [Protopia AI](https://www.linkedin.com/company/protopia%E2%80%94ai/posts/?feedView=all). At the moment I work almost exclusively in Python, mostly on our PyTorch SDK and model training framework. I've also worked on a real-time face recognition pipeline. You can check out <a href="/matthewhoffman_resume.pdf">my resume</a> if you'd like to learn more about what I've worked on.
8+
9+
Design is at the core of my job as an engineer. Beyond the minimum requirements of every problem are the implicit requirements of usability, maintainability, scalability, extensibility... and it is through the application of design principles, adherence to best practices, and the utilization of the proper tools that I am able to create effective, adaptable software.
10+
11+
### What is this blog?
12+
13+
My goal for this blog is to create an in-depth technical reference for other Python enthusiasts looking to improve the code they write and the way they develop it. I hope this blog can be something you come back to time and again on your own Python journey.

‎content/matthewhoffman_resume.pdf

162 KB
Binary file not shown.

0 commit comments

Comments
 (0)