Category Archives: Editorial

Unix vs PowerShell

I saw an article on using awk, sed, and grep on Linux. I used to know how to use those, though I was by no means an expert. However, working with a stream of text with an input and output … Continue reading

Posted in Editorial | Tagged | Comments Off on Unix vs PowerShell

The State of Data Growth

About a decade ago I did some presentations on Filestream and Filetable in SQL Server.  These were technologies that Microsoft added with the idea that lots of data would need to be linked to data in a database, but wasn’t … Continue reading

Posted in Editorial | Tagged , | Comments Off on The State of Data Growth

New Old Architectures

Many years ago I was starting in a software development role using dBase and Clipper. I needed to upgrade a DOS based dBase program to Clipper to take advantage of some graphical libraries. Around this time, we were also moving … Continue reading

Posted in Editorial | Tagged , | Comments Off on New Old Architectures

Patterns and Potential Problems

I saw a post recently from a developer that needed to refactor and rename a table in a live system. The post describes a pattern for doing so and gives the steps taken, though not the actual code. I like … Continue reading

Posted in Editorial | Tagged , | Comments Off on Patterns and Potential Problems