Angular vs NPM vs Node.js: spot the difference! 2018-10-25 2 min read Blog There’s a lot of confusion around the terms Angular, NPM, and NodeJS. What are they? And how do they interact with each other? Continue reading
How to check if a string is really empty with C# 2018-10-01 3 min read Blog Is a string empty? What if it contains only white spaces? You shouldn’t reinvent the wheel, since .NET exposes methods exactly for these cases: String.IsNullOrEmpty and String.IsNullOrWhiteSpace. Continue reading