Skip to content
View yevmoroz's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report yevmoroz

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

Hi there 👋

I'm Seasoned Software Engineer. Creating User Interfaces with my code. Web freak. Tech enthusiast. Automation geek. Ukraїner. Gamer.

Links:

Based in Greater Toronto Area, Canada 🇨🇦.

Born in Kyiv, Ukraine 🇺🇦.

Also feel free to check and contribute to my starter packs:

Pinned

  1. becharged becharged Public

    Imagine the world where EV chargin is done seamlessly

    TypeScript

  2. expo-starter expo-starter Public

    Representative Expo starter pack

    TypeScript

  3. bedone bedone Public

    Imagine the world where tasks are easy to complete and track.

    TypeScript

  4. zattoo/release-version zattoo/release-version Public

    Cut release at ease ✂

    JavaScript

  5. leetcode trie leetcode trie
    1
    /**
    2
     * Returns an instance of Trie data structure to fill with
    3
     * strings that can be searched through with high efficiency
    4
     * Example usage:
    5
     * ```
  6. basic fetch utils basic fetch utils
    1
    /**
    2
     * Makes fetch call to API
    3
     * @param url
    4
     * @throws {ApiError}
    5
     */