Skip to content
View yaroslavdraha's full-sized avatar
๐Ÿ‡บ๐Ÿ‡ฆ
๐Ÿ‡บ๐Ÿ‡ฆ

Block or report yaroslavdraha

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

Hi there ๐Ÿ‘‹

Yaroslav Draha profile views

I'm Yaroslav - I'm a senior full-stack developer focusing on back-end development and trying don't forget how to write React.js components ;)

My Skills

My Skills

My Skills

My Skills

Pinned Loading

  1. chat-notes chat-notes Public

    A different way of making notes and structuring information

    TypeScript 1

  2. wagtail_headless_preview_example wagtail_headless_preview_example Public

    Headless Wagtail preview example

    Python 4

  3. Errors wrapper for async handlers in... Errors wrapper for async handlers in Express, get rid of writing try catch block in each handler
    1
    app.get('/', wrap(async (req, res, next) => {
    2
      const response = await (new DataService()).getAll();
    3
      res.json(response);
    4
    }));
  4. recommender-service-flask-api recommender-service-flask-api Public

    Recommender Service API using Flask RESTful

    Python 1

  5. recommender-service-ng2-client recommender-service-ng2-client Public

    Recommender Service Angular 2 Client

    HTML

  6. go-projects go-projects Public

    Small projects that i've built during learning Golang

    Go