An experienced software engineer, or any professional can feel just as lucky as they come to a problem they've seen before, and solve it swiftly.
Read moreEmpty String Considered Harmful
The use of empty strings when used to indicate a null value or lack of value, when the language you're using has a better way to support that will, will lead to bugs and hard to maintain code. With very few exceptions, empty strings should be avoided at all costs.
Read moreLessons Learned from Multiple Microservice Transitions
I've been through the microservices transition in mature startups, large corporate and small businesses. I'm about to embark on another one with another corporate. So, what have I learned? What has worked well?
Read more