iMasters.com - Knowledge for Developers.
Follow Us
Home Archive mix list 

Archive mix list 

Phasellus tellus tellus, imperdiet ut imperdiet eu, iaculis a sem Donec vehicula luctus nunc in laoreet

Backend

Mocking Test in .NET 7 example using Moq, xUnit, and Fluent Assertions

In this article, I present an example of using Mock Objects in...

Backend

Turning failures into opportunities: the importance of the post-mortem meeting

I’m going to talk a little more about post-mortem and how it...

Frontend

TypeScript: Tuples

For those unfamiliar with Tuples, they represent a simple array-like data structure....

Backend

.NET + xUnit categorizing and organizing tests with Traits

When using xUnit implementation of tests in .NET, it is more than...