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.

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
Yui-Ezic/README.md

Hi there, I'm Mykhailo

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

LinkedIn

Languges

  • English: B2 Cambridge FCE Certificate
  • Spanish: A1 EOI Spain Certificate, learning A2 in progress
  • Ukrainian, Russian: native

Projects

Most of the time, I work on projects for learning purposes and haven't yet had the opportunity or the right idea to create something truly useful for the open-source community. However, I hope to build something impactful in the future. In the meantime, feel free to explore some of my personal projects.

Projects in progress

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

▶️ php-openapi-generator: Generates client side code from openapi documents

▶️ 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

⏸️ computer-vision-homeworks: Homeworks from computer vision course

⏸️ telegram-recap: Tool to create a html page with results for the year of group or private chat

Completed

✅ (2023) chat-link-bot: This bot synchronizes a channel on a Discord server with a group chat in Telegram. It simply forwards all messages from Discord to Telegram and vice versa. The bot is hosted on Google Cloud Run and currently lacks documentation.

✅ (2020) Z99Compiler: This is a compiler (actually an interpreter) for a custom Pascal-like programming language. It's written in PHP 7.3 and was developed solely for educational purposes.

✅ (2020) Z99Lexer: Lexer (tokenizer) for Z99Compiler

✅ (2020) Z99Parser: Parser for Z99Compiler. Results with abstract syntax tree

✅ (2020) geometric-modeling: 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.

✅ (2019) images.com-php-up: Instagram clone on Yii2.

✅ (2019) store-php-start: Simple online store written on pure php without frameworks.

✅ (2018) numerical-methods: Numerical Methods labs 2018 KPI TR-71 on python

✅ (2017) Calculator: Simple desktop calculator on C# with GUI

Pinned Loading

  1. Z99Compiler Z99Compiler Public

    Compiler for Z99 language

    PHP