Skip to content
View Yui-Ezic's full-sized avatar

Block or report Yui-Ezic

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.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

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

Report abuse
Yui-Ezic/README.md

Hi there, I'm Mykhailo

PHP backend developer from UA Ukraine, currently living in SP Mallorca, Spain

LinkedIn

Currently working on

A library to (de)serialize parameters (query, headers, cookie) to/from php objects by CuyZ/Valinor. Part of php-openapi-generator

A custom client-side openapi-generator

▶️ Video player for future SubVost website.

It's not an open source project, but some drafts can be found here: vidstack-libass-example

On pause

An dating app based on shikimori data

Homeworks from computer vision course

Tool to create a html page with results for the year of group or private chat

Completed

✅ (2023) chat-link-bot

Bot that synchronize channel on discord server and group chat in telegram. Just sends all messages from discord to telegram and vice versa. Hosted on Google cloud run. Has no documentation.

✅ (2020) Z99Compiler

Compiler (actually interpreter) for own Pascal-like programming language. Written on PHP7.3. Not used anywhere, just for educational purposes

✅ (2020) Z99Lexer

Lexer (tokenizer) for Z99Compiler

✅ (2020) Z99Parser

Parser for Z99Compiler. Results with abstract syntax tree

Homeworks for geometric-modeling course in university. Mostly it's different 3d scenes built using Three.js with react.

✅ (2019) BarberCRM

CRM for barbershop (university coursework). Written on Yii2.

Instagram clone on Yii2.

✅ (2019) store-php-start

Simple online store written on pure php without frameworks.

Numerical Methods labs 2018 KPI TR-71 on python

✅ (2017) Calculator

Simple desktop calculator on C# with GUI

Pinned Loading

  1. php-openapi-generator php-openapi-generator Public

    Php generator for openapi

    Java

  2. Z99Compiler Z99Compiler Public

    Compiler for Z99 language

    PHP