- I have a weird love of static content. Maybe it's a bit of nostalgia from getting my start editing html and posting it to Tripod, but I think the appreciation is mostly from a consumer standpoint. I like being able to see every call and script that makes up a site within my browser, and I like being able to save …
Read More In scrum, work is divided into Sprints. Sprints are defined as any length of time that is appropriate to the team, typically lasting a week or two. A Sprint Retrospective is a ceremony that concludes the Sprint, and is done to identify any process changes that might benefit the team in the future sprints.
This is a …
Read More- About a month ago I asked a friend in the manufacturing space "is any of this virus stuff in China affecting business?" At this moment there are 30,347 confirmed cases in the US and the state of Illinois has effectively shut down. This is certainly an interesting time, and a reminder of just how small the …
Read More - My employer had no issue with me moonlighting provided I was not working for a direct competitor, and I was keeping trade secrets a secret. I had a solid handle on using C# for back-end and middleware development, and I had a few examples of using the .NET Framework for presentation in the form of mature web forms …
Read More - The recession technically ended in 2009, but the recession was still going strong for those of us inside the property industry. I was production support for a department I had largely automated and/or virtualized, and the most interesting work I had was when I was supporting brand new development efforts. Those …
Read More - Wishing everyone a Happy New Decade. As with arrays, there are camps on the 0 or 1 starting point. I'll continue being annoyed with Anno Domini one zero-based milestone at a time. Let this discrepancy serve as a reminder to never deal with dates and times without the aid of a library, because you too are probably …
Read More - A couple of years into The Great Recession nobody was too sure about their future, and I was no exception. I was employed by a subsidiary of one of the largest property title companies in the country. Working inside of the property industry while a housing bubble converted into a housing crisis was not much fun at …
Read More - This blog has not seen nearly as much love as I intended. To start fixing that I'm going to celebrate the 2020 milestone with a 2009-2019 challenge for my career. I'll be posting one standout issue from each year over the coming days.
Read More - Things never to do again:
Do not under any circumstance use SELECT DISTINCT to return unique results from a database because a subquery or join is causing duplicate rows. You are getting duplicate rows because the subquery or join isn't as accurate as it needs to be... stop using this as a quick fix it only causes …
Read More