6 Tips for Virtual Backgrounds in Virtual Meetings

If you can avoid using a virtual background, I’d say to do so.  If you have to use one, invest in a proper green screen background and set things up right.  Here are 6 tips to make the best use of a virtual background in your virtual meetings. 1. Get…

Are You Missing O’Reilly Too?

Today would have been the start of O’Reilly’s Infrastructure & Ops Conference 2020 in Santa Clara, California.   For those of you not familiar with the Infrastructure & Ops Conference, it was the rebranding of their Velocity Conferences.  I’ve worked booths at 5 Velocity Conferences during my time at Compuware and…

6 Tips for Big Screen Real Estate on a Budget

It has been decades since I started using Xinerama to get multiple screens on my workstation.  This was a big part of my effectiveness as an architect and full stack development at Garage City.  One screen for my IDE (Integrated Development Environment), one for the log outputs and a third…

Is LinkedIn Diluting Education?

When creating a profile on LinkedIn there are three places where you can enter your education.  “Adding” a “certificate” to your profile is too easy.  This dilutes education and how it is categorized.  The way LinkedIn has integrated Lynda.com is the cause. And if they have integrated these “certificates” into…

Do you have enough UMI to protect Blue Shield?

Under-insured Motorist Insurance, or UMI, is important to have.  And it also is inexpensive, since the odds are low you’ll ever use it.  Basic economics there.  Are you aware that if you are in an accident, your health insurance might step in and demand half of any settlement?  That it…

Authentication? Authorization? What’s the diff?

Early on in security courses one of the key lessons is around authentication, authorization and access control.  The first two are fairly straight forward.  They then roll into the last of the concepts – access control which I’ll cover last. Authentication Authentication is verifying that you are who you claim…

Regex and Performance

Compute power costs money.  This is one reason why it is important that developers write their regular expressions (regex) with efficiency in mind.  It also needs to be written correct so that it functions explicitly as intended.  I was using a SaaS tool to simulate the performance impacts of certain…