Giter Club home page Giter Club logo

assessment-mms's Introduction

Assessment

Objective

The objective of this assessment is to solidify the programming concepts covered during team-shared review sessions. The project consists of three parts: a minimal API, a console application and a shared model.

Project Structure

  1. API Project: This project should not be modified in any way. It is a minimal API application.
  2. Console Project: The console project is written in a single class named Program and requires improvement from the developer.
  3. Shared Projects: Contains the models shared between Console and API.

API Usage

To simplify the use of the tool, a PowerShell script named publish.api.ps1 has been created. This script generates a folder named dist.api containing the executable required to run the API locally.

Assessment Focus

The entire assessment focuses on the Console project. During the assessment, specific changes will be requested in the project, each designed to reinforce a particular topic. The requested changes will provide an opportunity to demonstrate the skills and knowledge acquired during the team-shared review sessions.

The changes should follow a predefined commit flow, as indicated below:

  1. Apply the Single Responsibility Principle of OOP: This change involves consolidating the creation of instances of business logic classes within the Program class. For example:
    var reader = new Reader();
    var writer = new Writer();
  2. Transform the Console model from anemic to a rich model without using records.
  3. Implement the rich model using records.
  4. Add an Inversion of Control (IoC) system.
  5. Create typed clients using the appropriate extension method.
  6. Apply the options pattern using the appropriate extension method.
  7. Make the code async when it is possible
  8. During retrieve phase, use yield instead of materialized collection

These points are left open to allow the developer to fully express their creativity and competence in applying them.

Good job to everyone!

assessment-mms's People

Contributors

albiberto avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.