Recently there’s a lot of brilliant blogs about programming all over the internet. Although, if you would like to read all of them, you’d easily…
Recently I had some issues writing unit tests for service that was heavily using Entity Framework Context. I decided to mock it, as I was…
Resolver is an interface that class can implement to be a data provider. That data provider class is used by Angular’s router to provide the…
Increase your productivity by formatting code on every save. Ever forgot to format your code before creating pull request? I bet it happened at least…
Code review is a process and it’s evolving. It’s like every skill that we need to train in order to be better at it. Those…