Skip to content
View Yovach's full-sized avatar
Block or Report

Block or report Yovach

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

Hi 👋

Full-stack developper who makes various projects to expand my skills and learn more.

I'm working on a platform with various real-time mini-games.

Pinned

  1. A class that allows to separate buff... A class that allows to separate buffers thanks to a byte.
    1
    export class MessageData extends Array {
    2
      private readonly delimiter: number
    3
    
    
    4
      constructor (delimiter: number) {
    5
        super()
  2. PlayerLangAPI PlayerLangAPI Public

    A library which enables developpers to use translations on client side dynamically

    Java 1

  3. next-tw next-tw Public

    TypeScript

  4. next-public-ts next-public-ts Public

    A webpack plugin to compile TypeScript and JavaScript files into the public folder of a Next.js project

    TypeScript 2