I am Ian Hutchcraft. I'm a developer that mainly focuses on web development, though I have an interest most things coding.
In my spare time, I enjoy coding small projects, as well as assembling/working on computers and hardware. I like to play video games, but also enjoy collecting and repairing games, accessories, and consoles.
Sometimes I go outside too, where I enjoy skateboarding. I also like to modify cars and occationally race them when I can.
Front End Development
I have extensive experience with modern JavaScript. The majority of my framework experience has been with Sencha's ExtJS framework, however, I've dabbled with AngularJS and Vue.js, which this site is built with, just not in a professional setting. I also have some experience with some front end development using C# for desktop application development.
Outside of JavaScript and those specific frameworks, I also have front end experience with HTML, CSS, jQuery, TypeScript, ColdFusion and Socket.IO. I've also done a few tutorials with React in the past. In my experience, most JavaScript based frameworks have been fairly similar, which makes them easier to pick up and switch between for me.
Back End Development
Professionally, my experience is split between (more recently) Ruby on Rails and ColdFusion and ColdSpring, which is somewhat similar to Java and the Java Spring Framework, as ColdFusion was built using Java. I've also used C# with the Entity Framework for backend development on several desktop applications. I've done some PHP, but not recently.
More recently, I've been spending a lot of time with Angular Apollo and Vue Apollo, and utilizing Apollo to connect to GraphQL APIs.
The majority of my backend design has been utilizing CRUD design methodologies, but I am familiar with REST as well. I have researched SOAP before, but have yet to use SOAP design methods with any projects, personally or professionally.
Database
The bulk of my database experience is with PostgreSQL, MSSQL and SQLite, though I do have some experience using MySQL and Oracle.
I've been responsible for creating, modifying, updating and deleting data using SQL, as well as creating and updating indexes, synonyms, views, and stored procedures. Much of this has been done using Rails, ORM with ColdFusion or Entity Framework, however I've also had to accomplish much of this with normal SQL.
I'm familiar with NoSQL databases and JSON stores as well. I've used MongoDB a few times for personal projects, but have not used it in a professional setting or with a large amount of data as of yet.
Other Scripting and Coding
In the past I've done some very minor work with C, C++, and Java, though my experience with these languages is very minimal and at a more introductory level.
I have a much more extensive history with writing batch scripts, having used batch scripting frequently at my help desk job to automate tasks, automate application repairs, and create random fixes to help speed up some aspects of my job. I've also used batch scripting along with VBS to implement some simple tools with a .hta GUI.
At my previous job I was able to work with PowerShell to automate a few tasks and CSScript to write some database and code fixes for our applications there.
Non-coding Skills
Thanks to my background with computers and IT support, I have a skill set that ranges beyond that of just a developer. I have been responsible for troubleshooting, implementing and testing new hardware and software on Windows and Linux systems.
When not coding, I've been responsible for gathering and documenting customer requirements, creating software requirements specifications and system design documents, creating and assigning tasks and stories in Jira, development sprints, creating estimates for tasks, documenting processes (often using Confluence), QA testing, developing QA test cases, code/peer reviewing teammate's code, and creating and promoting builds. As a lead, I was also in charge of planning future releases and features, as well as determining priority of tasks/stories for sprints.
I have some experience with DevOps responsibilities like AWS administration and creating build processes with Jenkins, however these experiences are limited in comparison to many of my other responsibilities.
Customer Support
For roughly 3 years I worked at a large call center providing tier 3 tech support for the Navy and Marine Corps. I often was responsible for deriving problems from customer descriptions, notating and resolving the customer's problems, and ensuring they were satisfied with the result. Occasionally I was responsible for de-escalating situations and providing customers with confidence that their issues would be resolved.
As a project lead, I was responsible for correspondence with our customers. I would capture meeting notes and help narrow down requirements and priority of requirements, as well as provide progress updates for them and receive feedback that I could relay to my team and coworkers to help us with the development process.
Old projects and projects I'm continuously updating
A small adventure game project I've recently started. Currently in the process of working on movement and gameplay, which is why I'm using Link to the Past sprite stand-ins. Planning to do more design work after testing if gameplay is fun or not.
A tech blog for wierd little projects I build. Written mostly with Vanilla JS and Bootstrap 4. This will likely be converted to Vue.JS at some point. I prefer it over something like Dev.to because I can easily provide working examples in posts.
A small project written in AngularJS utilizing Angular Apollo to connect to the GitHub v4 GraphQL API. It allows you to search GitHub's users and view a variety of information about them. This was a short used as an intro into AngularJS.
A small project written in Vue.js utilizing Vue Apollo to connect to the GitHub v4 GraphQL API. It allows you to search GitHub's users and view a variety of information about them. This was built in 5 days with no prior Vue.JS, Apollo, or GraphQL experience.
It's a game. A bad, unfun game, but a game none the less, You click a bunch of buttons. The buttons are assigned a secret value and if that value matches the number on the button you lose. It's not good, but it's functional. It was build using Vanilla JS and jQuery.
A bad Space Invaders Clone I threw together in about 8 hours one night using GameMaker. It may not be much, but I personally designed every asset, sound and image in that 8 hours. Not too bad for a limited time I think
What I do when I'm not coding