Editorials

Editorials

Write Code Once/Separate Multiple Application Dependencies

I’ve been working on a project for a client that features a component to be shared with more than one application. The client has had a lot of problems with these kinds of components. They have tried implementations using micro-services, web services, project libraries, or sharing the project in multiple solutions. A frequent occurrence is that two different applications are […]

Editorials

Lessons Learned Moving To The Cloud

When we decide to make our big move to the cloud, we learned… a lot. We learned all sorts of things about options, settings, security and not-custom infrastructure things. Quite a bit of this is good to know, and best practices, but some was just a fact of moving as we did. This is part 2 of moving to the […]

Editorials

Implement Logging Without Library Dependencies

Recently I’ve been working on implementing logging in a new application. Logging is a common feature we find ourselves constantly implementing. I hope were not implementing it from scratch. There are a number of logging libraries, especially in Dot Net, that handle just about any logging need you can think of. This time, rather than write software that is directly […]

Editorials

How Does IOT Change Our Applications?

In my opinion, the greatest value of the Internet of Things (IOT) is the ability to capture actionable data. Here’s a simple example. A refrigerator manufacturer produces an internet aware refrigerator. As the owner of the refrigerator is using products they keep cool inside, they find they need to replenish something. They can tell the refrigerator to re-order from their […]

Editorials

Keeping the Edge

What makes one hedge fund more profitable than another? Knowledge. A person who knows information that can impact the value of a traded asset prior to other consumers can purchase or sell those assets at a time to make the most profit. They call this the Edge. There are degrees of the Edge. They can range from Extreme which is […]

Editorials

Documentation Driven Deployment

A little bit of documentation goes a long way. Recently, I’ve been using a technique where the documentation can do even more. What if you could manage your server environments in a manner similar to unit testing of software? Ok, that probably doesn’t make a lot of sense. So, let me break it down a little bit. In an Agile […]