Photo of Mateusz Walecki.

Hi! My name is Mateusz Walecki,
the ambitious .NET software developer with a passion for what I do!

Background, Skills, Role - tree Background, Skills, Role - tree

Let's solve some issue

public ISolution SolveProblem(IProblem problem)
    => MateuszWalecki.ExploreBusinessLogic(problem)
        .DesignSolution(new DesignOptions
        {
            UseDesignPatterns = true,
            SeparateDomainModelsFromTheUser = true,
            Scalable = true,
            CircularDependencies = false,
            IncludeContinousIntegration = true,
            Performance = Performance.High,
        }).Code(new CodeOptions
        {
            HighKohesion = true,
            WithUnitTesting = true,
            WithIntegrationTesting = true,
            WithErrorHandling = true,
            CodePurity = Purity.Clear
        });
0 0
UTF-8 CRLF C#
Subscribe to the Newsletter