mitryp
A Dart/Flutter developer and Software Engineering student from Kyiv, Ukraine.
Hull, United Kingdom
Pinned Repositories
algs4
A monorepo hosting some of the lab solutions for `Algs4` course
anthill
A monorepo hosting Anthill Charity Management system
clear-formatting
A module providing a facade for clear formatting values into strings.
comparators
A package providing simple Java-like comparators in Dart.
datifyDart
An extensible library for parsing strings in different formats to extract dates.
flutter_nestjs_paginate
A Flutter library providing a controllable paginated view builder compatible with nestjs-paginate
json_extractor
A library for schema-driven extracting and flattening JSON values with nested maps and lists support.
responsibility_chain
An asynchronous Responsibility Chain design pattern implementation with functional and object-oriented approaches to implementing handlers of responsibility.
string_parser
A parsing library inspired by Haskell Parser monad
vectors
A small module for working with vectors in 2 dimensions. Allows you to directly add, subtract, multiply vectors and more.
mitryp's Repositories
mitryp/solid_software_test_task
An implementation of Solid Software test task on applying for Flutter Engineer position
mitryp/zlagoda_frontend
A frontend on Flutter for Zlagoda AIS project
mitryp/zlagoda_backend
A backend server on ExpressJS for Zlagoda AIS project
mitryp/datify
Module that allows extracting valid date from user input.
mitryp/HtmlCodeHighlighter
A small JS library that provides code syntax highlighting for HTML. Only Dart syntax is currently supported.
mitryp/StreamsImpl
My Java-like Stream implementation in Python. Just exercising
mitryp/clear-formatting
A module providing a facade for clear formatting values into strings.
mitryp/photobank
A local web-service on flask development server to store, sort and share your photos through the local network.
mitryp/vectors
A small module for working with vectors in 2 dimensions. Allows you to directly add, subtract, multiply vectors and more.
mitryp/convert-notations
A small module that provides methods for converting real numbers between notations with different bases