I wrote a letter to my 30-year-old self when I was 25

I don’t remember what sparked the idea, but I thought it would be interesting to write a letter to my future self in five years when I was 25 years old. It’s interesting to think about what my priorities were then, and how it’s shifted to now. I’m halfway on to my next mark five …

AutoApply

Filling out job applications can be very time-consuming. Unfortunately, I was laid off about a month ago. Since I’m unemployed and I want to be more efficient, I started building a program that will automatically fill out a majority of the forms for me automatically. So far, I have a settings menu where you can …

Microsoft Office 2016 and Activation

I recently purchased a dozen desktops for the office and was tasked with setting them up and installing Microsoft Office 2016. I purchased the Dell Precision towers with Microsoft Office Home and Business 2016 pre-installed on each one. One thing that I did not account for was that Microsoft changed their activation method and now tie …

Reading Lines in C#

I came across an interesting scenario today while I was building an application that required me opening a file, reading it line by line, and importing it into a dataset. The reason this was an interesting scenario is because there is data that belongs to a specific identifier on different lines.