Tag Archives: software development

Microservices and Databases

I ran across a post on microservices recently and was intrigued. I always like the idea of loosely coupled, independent items in software. However the idea of microservices causes issues with databases. Here’s the section in the piece by Netflix: … Continue reading

Posted in Blog | Tagged , , | 3 Comments

Source Code Security

I’m not surprised, and I had expected to read about something like this much sooner. Apparently someone at the ride sharing company, Uber, posted a security key online in a GitHub distribution. I assume this was some sort of code repository … Continue reading

Posted in Editorial | Tagged , , | Comments Off on Source Code Security

Software Engineering in Practice

I ran across a review of a developer’s first year at a company. The company is endjin and the poster describes their first year as a “software engineer apprentice,” which is an interesting way to look at one’s early career. While it’s … Continue reading

Posted in Editorial | Tagged | Comments Off on Software Engineering in Practice

The Worst Comments

I was watching a presentation recently on refactoring C# code and was amazed by some of the comments that the speakers showed in the code. The example was a real application that had been obfuscated and simplified a bit for the talk. … Continue reading

Posted in Editorial | Tagged , | 3 Comments