Skip to content
View Volodya1000's full-sized avatar

Block or report Volodya1000

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Content in all repositories owned by your account will be closed.
Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. DrawingEditor DrawingEditor Public

    A drawing program similar to Paint, in which all drawing algorithms are implemented manually. The GUI is built with Windows Forms. The program demonstrates knowledge of design patterns such as Stra…

    C#

  2. EventManager EventManager Public

    An event management system built with .NET 9, PostgreSQL, Docker, and Redis. Uses Minimal API, EF Core, ASP.NET Identity with JWT authentication, FluentValidation, AutoMapper, and Redis for image c…

    C#

  3. TelemetryManager TelemetryManager Public

    A telemetry management system developed with Avalonia. Processes binary files and allows flexible configuration of packet structures and their contained data formats. Implements a layered architect…

    C#

  4. MongoDBTraining MongoDBTraining Public

    ASP.NET Core Web API project using MongoDB via the official MongoDB.Driver. Implements the Repository pattern and supports transactions. Built with a layered architecture. Provides CRUD operations …

    C#

  5. TextAnalyzer TextAnalyzer Public

    Automatically building a dictionary from natural language text, determining parts of speech and word roles in sentences using the Natasha library, with a Python script executed from C# and a Window…

    C#

  6. ToDoListCQRS ToDoListCQRS Public

    ASP.NET Core Web API project implementing the CQRS pattern with the MediatR library, featuring CRUD operations for a To-Do list. Built with a layered architecture using EF Core and SQLite for data …

    C#