Skip to main content

Starting the Path


Where did it all begin?

To start, I love computers. I always have. The technology in them and around us is intimidating to say the least. There are many things I would do differently and wish could be done differently. So, why not me? I decided to actually try computers more than what I had in the past. I can troubleshoot and setup computers with some basic concepts. I couldn't build one from scratch, but then again, I never tried. I loved computers, but it was my hobby. I was afraid that if I turned my hobby into a career, I would lose my hobby because I wouldn't want to mess with computers outside of work. Eventually, you just have to get past that and try it out.

I had been in Customer Service for over a decade. I excelled quickly in that department, but it became very clear after several efforts that I was simply not going to move forward in that department. Though I had advanced most of their technology from the first year I was there, created and wrote several policies and procedures, developed nearly all of the technical tools with the IT team they still use, I was repeatedly told I wasn't ready for leading the team. It was scary, but it was time to leave that group behind. It stung because that "carrot" was always dangled in front of me when I started looking, but I had been following it for way too long. I should have left about five years ago when I didn't get the position to begin with. I have no ill feelings towards the group, and I still work closely with them today. It just feels like I'm finally heading in the direction I should have long ago; the path meant for me.

Where am I now?

I'm in IT now. I applied for a job and finally got a position as a Tester for Nucor Buildings Group. The software I test is for Business Tools. This took place officially as of March 13, 2017. Since then, I have been testing the software I used everyday with even more permission levels. New software I'm not accustomed to is also part of what I test, so I've been spending a great deal of time learning that software as well in my spare time.

The mindset is mind-blowingly refreshing. We follow the Agile Scrum process, which I'm still very new to. They tell me communication is an issue at times, but to be honest, the communication in this group is not terrible at all. I have been among much more confusion issues, and it can become catastrophic if it's not handled correctly. Some of the communication issues, I think can be extremely easily remedied here. So, that's one nice thing. The Product Owner, Scrum Master, and IT Supervisor have been fantastic. They not only encourage developing their people, they set time aside for it, invest in it; they want to help. I've never been in a position where it's simply okay to take some time during work to investigate some things that will personally develop a person down the line.

Where am I going?

My goal is to become a developer. I have side projects I'd love to do, and I want to start learning to write code. So, that's the point of this blog - to track my progress from a tester a couple of months into a new job to (hopefully) a full-fledged developer writing code. The journey moving forward is going to be slow going, and I hope to start positing some of my simpler projects I'm working on. I also hope that others will show me the errors in my ways, give me some tips, and make me better in the long run. My other wish is that this journey serves as an inspiration to someone else wanting to change paths, and maybe not even one on a technical journey, but simply a career change. 

Comments

Popular posts from this blog

Detailer Calculator GUI

I'm probably not done. I'm going to sit on this design for a day or two to see how it feels. I had a suggestion about adding a right triangle showing people base, slope, rise, angle, etc. I'm kind of torn on that part. In essence, this is probably about 90% done as far as the User Interface goes. I like it, I think. I'm hoping to be able to pass the keyboard strokes directly into the program, rather than have someone point and click. If I can get that done, the flow will be ten times better. I'm excited about the math involved and the fact that this will actually be functional. There are two things I'm struggling with right now. The first is the programming language. I've mentioned this before, I believe, but the programs my group works with are all programmed in VB.net. So, that's the language I'm learning right now. The problem, however, is that the system architect here at work is telling everyone that any new programs should be written in...

Big Scare

I learned an important lesson. Actually, I learned a few lessons. The first lesson - always back up. Have copies of files if backing up isn't easy. Next, it's a good idea to not proceed too far without checking to make sure everything still work, while you can still undo something. Third, and more specifically, apparently, renaming certain items in Visual Studio can completely erase a design. Let me explain... To recap, Visual Studio is the IDE I use to write my programs. I'm learning the VB.Net programming language because that's the language the software my company maintains was written in. It makes sense to get more familiar with that. I'm still extremely  new to Visual Studio, and I'm very new to coding and general coding principles. I'm reading tons of books (often at the same time) to get general coding practices, as well as very specific programming details for VB.Net. All this combined to say, I'm still learning, and I'm really new. No...

New Pet Project

Okay, I've got my next great idea for my pet project. It's a little more complicated, but not terribly. My biggest complaint I had when I transferred from the Detailing Department to the Customer Service department was the loss of my trusty HP48G calculator. This thing was awesome! You calculated feet and inch calculations with formulas. The format was feet.inches and sixteenths. For instance, 14.0608 = 14'-6 1/2". The formulas removed parts of the inputted number and converted them from a foot to a number to add and subtract, and then reconverted the number to a foot answer to display. I and a colleague created several excel sheets that essentially did the same thing, but it just wasn't convenient and didn't flow very well. So, I'm going to create a program that looks close to this calculator. In addition to the addition, subtraction, multiplication, and division of feet-inch numbers, there were formulas that calculated roof slopes, weights, and...