Home
Welcome!
My name is Seth!
- I graduated from RIT with a B.S. in Computer Engineering in 2014.
- I currently work at L3Harris Technologies in Rochester, NY as a Software Engineer, where I write Automated Tests.
- My favorite programming language is C#.
- My favorite color is green.
You can find more of me on the internet by clicking on the links on the sidebar.
Welcome to my site! Hopefully you learn something!
View All Posts
Recent Posts:
- A Brief Overview on Backgrounding Tasks in a WinForms Application - How to background tasks using async/await to prevent your UI from locking-up.
- Enabling SSH Server on a Steam Deck - How to enable SSH server (SSHD) on a Valve Steam Deck.
- My Nightmare of Trying to Switch Users on a Windows Jenkins Agent - How to switch users on a Windows Jenkins Agent.
- C# vs. C++ - Part 1: Introduction - An introduction to why C# replaced C++ as my favorite language.
- C++: C-Style arrays vs. std::array vs. std::vector - The difference between std::vector, std::array, and c-style arrays!