From 702b656cc57d063554f94bae13ec6bde94d3218a Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Sun, 2 Feb 2025 19:28:46 -0600 Subject: Add a post and remove CV Signed-off-by: Matt Strapp --- config.toml | 5 - content/posts/untitled-35.md | 10 ++ content/resume.md | 191 ----------------------------- static/images/photography/untitled-35.webp | 3 + 4 files changed, 13 insertions(+), 196 deletions(-) create mode 100644 content/posts/untitled-35.md delete mode 100644 content/resume.md create mode 100644 static/images/photography/untitled-35.webp diff --git a/config.toml b/config.toml index 81eaccb..3bca0bb 100644 --- a/config.toml +++ b/config.toml @@ -100,11 +100,6 @@ name = "Posts" weight = 2 url = "posts/" -[[menu.main]] -name = "Resume" -weight = 4 -url = "resume/" - [privacy] [privacy.disqus] disable = true diff --git a/content/posts/untitled-35.md b/content/posts/untitled-35.md new file mode 100644 index 0000000..f298efc --- /dev/null +++ b/content/posts/untitled-35.md @@ -0,0 +1,10 @@ ++++ +authors = ["Matt Strapp"] +categories = ["Photography"] +title = "untitled" +description = "A pole surrounded by the river of change" +date = "2024-11-23" +images = ["/images/photography/untitled-35.webp"] ++++ + +![The I35W Bridge Memorial in Downtown East, Minneapolis, MN](/images/photography/untitled-35.webp "Thirteen too many") diff --git a/content/resume.md b/content/resume.md deleted file mode 100644 index 91381b8..0000000 --- a/content/resume.md +++ /dev/null @@ -1,191 +0,0 @@ -+++ -title = "Resume" -description = "About me" -date = "1970-01-01" -aliases = ["portfolio", "resume"] -author = "Matt Strapp" -+++ - -If you want it as a PDF, [contact me](/about/#contact) - - --- - -
- -# **Matt Strapp** -[matt@mattstrapp.net](mailto://matt@mattstrapp.net) | [mattstrapp.net](https://mattstrapp.net) | [+1 814 7320836](tel://+18147320836) | [cutt.ly/Ms-GitHub](https://github.com/RosstheRoss) - -
- -## Technical Skills - -
- -**Programming Languages**: C#, JavaScript/TypeScript, Go, Python, C, -C++, Java, LaTeX -**DevOps Tools**: Docker, Docker Compose, GitHub Actions, Drone CI -**Web Technologies**: Node.js, Deno, Tailwind CSS, ASP.NET, SvelteKit - -
- -## Projects - -- - - - - - - -
Remotely - Accessible Inverted Pendulum | Senior Design ProjectJanuary 2022 – May 2022
- - - Utilized TypeScript and Express to develop a application that - allows users to control lab equipment remotely - - - Designed, documented and implemented an API that would allow users - to upload and run Python code - - - Integrated the application with the University’s existing Single - Sign-On system - - - Wrote documentation for the existing system code so future users - could understand the system - -- - - - - - - -
Differential - Current Sensor | - Circuits and Electronics Lab IIJanuary 2021 – May 2021
- - - Collaborated with others in designing a circuit that senses current - differences via magnetic fields - - - Used Altium to design a PCB implementing the prototype - - - Programmed a microcontroller to log the voltage differential - - - Assisted in creating output of corresponding current differential - to a screen over I2C - -- - - - - - - -
HTTP Server | Introduction to Operating - SystemsNovember 2020 – December 2020
- - - Created a server in C from scratch that accepted and responded to - HTTP/1.1 GET requests - - - Interfaced with the Linux kernel to create and interface with - low-level sockets - - - Implemented concurrency with POSIX threads so multiple pages could - be served at the same time - -## Experience - -- - - - - - - - - - - -
Quotations AnalystJune 2023 – Present
All Integrated SolutionsMaple Grove, MN
- -- - - - - - - - - - - -
Software DeveloperJune 2022 – June 2023
RTP CompanyWinona, MN
- - - Migrated company version control from TFS to Git - - - Modernized more than 20 programs by upgrading them from legacy - versions of .NET Framework to .NET - - - Modernizing these programs allows RTP to process data more - securely and faster - - - Created a Go application that allows documents to be transformed - between the standard EDI format and a proprietary file format - - - Developed an ASP.NET application that automates the processing of - the company feedback page - -- - - - - - - - - - - -
Sales AssociateOctober 2018 – December 2021
University of Minnesota - BookstoresMinneapolis, MN
- - - Recommended customers devices based on their needs and budget - - - Answered emails and phone calls for various customer inquiries - regarding products and logistics - -## Education - -- - - - - - - - - - - -
University of - MinnesotaMinneapolis, MN
Bachelor of Computer Engineering, - Minor in HistorySeptember 2018 – May 2022
- -- - - - - - - -
Student Senator | University of Minnesota University - SenateApril 2020 – May 2022
- - - Worked to organize a campaign that allowed students to take - Pass/Fail classes - - - Ensured that students had a say in the affairs of the University diff --git a/static/images/photography/untitled-35.webp b/static/images/photography/untitled-35.webp new file mode 100644 index 0000000..5139053 --- /dev/null +++ b/static/images/photography/untitled-35.webp @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41984cd97aa580e02a480d3a399f14cb42105c80c26c3fdf187499fb2507eb46 +size 1433898 -- cgit v1.2.3