Tag Pluralsight

Encapsulating EF Core Usage: New Pluralsight course

My new Pluralsight course about encapsulating EF Core usage went live.

Validation and DDD: New online course

My new Pluralsight course about Validation and DDD went live.

EF Core and DDD: New online course

My new online training course DDD and EF Core: Preserving Encapsulation went live.

New online course: CQRS in Practice

My new online training course CQRS in Practice went live.

New course: Domain-Driven Design: Working with Legacy Projects

My new training course Domain-Driven Design: Working with Legacy Projects went live.

New course: Refactoring from Anemic Domain Model Towards a Rich One

My new training course Refactoring from Anemic Domain Model Towards a Rich One went live.

Pragmatic Unit Testing Pluralsight course

My new course Building a Pragmatic Unit Test Suite for Pluralsight went live. Building a Pragmatic Unit Test Suite Unit testing can be applied differently. Like many other things in programming, there are a lot of ways to mess up with it. It’s important to differentiate unit testing techniques that help bring confidence in your code base correctness from techniques that can potentially have a devastating effect on your entire test suite.

Applying Functional Principles in C# Pluralsight course

My new course Applying Functional Principles in C# for Pluralsight went live. Applying Functional Principles in C# What interesting about functional programming is that it allows you to adhere to the most important software development principles, just as the DDD practices do. It helps reduce the cognitive load when you deal with your code base and thus keep your software maintainable in a long term. This course is based on the article series I posted awhile back.

Domain-Driven Design in Practice Pluralsight course

My DDD in Practice course for Pluralsight went live. Why should you watch this course? I’ve been consistently applying DDD principles in my projects for about 6 years now and I can’t express enough how much value Domain-Driven Design has brought to me. The blue book written by Eric Evans was the most influential book I’ve ever read in my career. If you read this book too, you must have noticed that while it provides invaluable insights, it doesn’t tell much about how to implement them in practice.

Automating UI Tests for WPF Applications Pluralsight course

My first course for Pluralsight went live! In it, I talk about techniques and best practices for building a UI test suite for WPF applications. During the course, I go through such topics as: Why we should invest our time into UI tests in the first place. Different types of manual tests and which of them we can automate. The comparison of Coded UI from Microsoft and open source White from TestStack.