I’ve been on a partially unplanned hiatus from this blog (and in fact, all of my writing endeavors) for a while. It’s good to be back. Since I wrote The Wantrepreneur’s Blues, an article where I complained about not having any good ideas to work on, I’ve had an influx of ideas for things I
I used to work at an AutoZone when I was in college. I really liked working on my car (at the time, a Ford Taurus SHO, which I loved), and AutoZone gave me the ability to earn a little extra cash while learning a little more about cars, and by extension, a little more
I have an open source project on GitHub I wrote called ManagEnv. I wrote it about a year and a half ago to deal with some problems I was having automatically deploying code while environment variables were being added and changed by developers. Obviously we try not to keep these in source control, so it
Side Projects promise you the world. You get to create whatever you’d like, in whatever language, framework, or architecture you want. You could get fame, glory, and even a little bit of side cash if you’re lucky. You can quit that job you hate and work from home full time! A side project is basically
I’ve never met a developer who enjoys writing documentation. I’m not entirely sure they exist. It’s not that we don’t think it’s important: most of us would begrudgingly agree that having well written documentation of what our system does would be incredible to have. And I think most of us have (or will, at some
Docker has become a huge buzzword in the software development industry over the past few years. People are flocking to this new(ish) technology, it’s a keyword that pops up on a ton of resumes, and for good reason! It’s a really cool piece of technology, and it has a ton of great applications for managing
Originally Published 2016-04-26 Someone once said: It was real. it was fun. It was real fun. Last night the company I had been working for and I parted ways. It has definitely been a rocky road. There were many times I was overwhelmed, frustrated, and upset. A lot of times I wanted to just give
Originally Posted 2016-03-05 Where were we…. Alright, we added a Customer! So long as that went well, we’ll get a response from the call to add or update. The response carries a SOAP response full of information. So long as it went well, you can get the internalId of the object you created or updated.
Originally Published 2016-01-13 Alright, so we got the data we need out of NetSuite to create an order form. Those pieces of data are Items, Price Levels, and Billing Schedules. Throw a couple radio buttons down, ask for a Credit Card number, and we’re done! Well, so we thought. First, you’ll notice some interesting behavior when