Skip to content
Avatar
:octocat:
:octocat:

Achievements

Achievements

Block or Report

Block or report rdazvd

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.

Report abuse

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

Report abuse

Pinned

  1. 1
    const debounce = (functionToBeCalled, delay = 1000) => {
    2
      let timeoutId;
    3
      return (...functionArgs) => {
    4
        if (timeoutId) clearTimeout(timeoutId);
    5
        timeoutId = setTimeout(
  2. Generate one-liner messages and send them as base64-encoded URLs

    HTML

  3. canvas-based dynamic drag and drop rectangle on a few lines of Javascript

    JavaScript

  4. JavaScript

  5. Final project of the "React Fundamentals" module from Udacity's React nanodegree

    JavaScript 1

  6. Final project of Udacity's React Nanodegree Program

    JavaScript

765 contributions in the last year

Oct Nov Dec Jan Feb Mar Apr May Jun Jul Aug Sep Mon Wed Fri

Contribution activity

October 2021

rdazvd has no activity yet for this period.

Seeing something unexpected? Take a look at the GitHub profile guide.