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

Block or report 6220119

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

Cuong Nguyen (Ralph)

Hi πŸ‘‹, I'm Ralph – a software engineer, specialized on frontend web development, working @grab. I love learning new stuffs that make the www better, faster, and more accessible.

These days, I work mostly with TypeScript, ReactJS, and other frontend ecosystem libraries.

I value diversity, transparency, embrace failures and believe in growth mindset.

Writing

Get in touch

Hmm..
You..
are really curious, huh?
It's just an experiment with tags πŸ˜„

visitors

Pinned

  1. maybe_slow_future maybe_slow_future Public

    Add a callback to tell you the Future is taking longer than an expected duration to complete. Useful for scenarios where you want to react to or provide feedback for slow running tasks

    Dart 1

  2. Toggling AA modes Bookmark Toggling AA modes Bookmark
    1
    javascript: (function(w) {
    2
      document.documentElement.insertAdjacentHTML(
    3
        "beforeEnd",
    4
        `<style>*{will-change:auto!important;-webkit-font-smoothing:${
    5
          ["none", "antialiased", "subpixel-antialiased", "auto"][
  3. JIRA scripts (JIRA v1000.747.1) JIRA scripts (JIRA v1000.747.1)
    1
    (function () {
    2
      var assignee = $('#assignee-val > span').attr('rel');
    3
      if (assignee) {
    4
        $('#footer-comment-button').click();
    5
        $('#comment').val('[~' + assignee + '], This is an auto-generated comment, please add submitted change list number, Reviewed by, root cause analysis and solution if applicable');
  4. contrast-ratio contrast-ratio Public

    Forked from siege-media/contrast-ratio

    A tool to calculate the contrast ratio between any two valid CSS colors, with a small color picker :)

    JavaScript 1

  5. Debug git cmd Debug git cmd
    1
    GIT_TRACE=1 GIT_TRACE_PERFORMANCE=1 GIT_CURL_VERBOSE=1 GIT_SSH_COMMAND="ssh -vvv" [your git cmd]
    2
    
                  
    3
    # example
    4
    # GIT_TRACE=1 GIT_TRACE_PERFORMANCE=1 GIT_CURL_VERBOSE=1 GIT_SSH_COMMAND="ssh -vvv" git push --set-upstream origin migrate-gitlab-config
  6. GoogleGuitarPlayer GoogleGuitarPlayer Public

    A replicate of Google Guitar Doodle with an Editor.

    CSS 1 1