Skip to content
View sranka23's full-sized avatar
🎯
Focusing
🎯
Focusing
Block or Report

Block or report sranka23

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

Shourya Ranka

Key Skills
Technical skills HTML, CSS3.0, JavaScript (ES6), ReactJS, Redux, jQuery
Data Visualization Highcharts, Google charts, Google maps, d3.js
Automation testing WebdriverIO, TestCafe
Application Monitoring & Performance NewRelic
Non functional skills Web accessibility, Performance, SEO, Cross-browser support, Adaptive & Responsive design
Analytics Adobe, Google Analytics, Hotjar
Version control Git, BitBucket, SVN
A/V Integrations JWPlayer, YouTube, BrightCove, KPoint
Design Systems Material, Lightening, Custom DS (Storybook)

For some useful code snippets / utilities, have a look @ https://gist.github.com/sranka23

Read more about me here >

Pinned

  1. Object Builder (arrayToObjectParser)... Object Builder (arrayToObjectParser) : Provided an array of strings, the program returns an output object with key in correct hierarchy.
    1
    /* 
    2
      Author: Shourya Ranka
    3
      Objective : Provided an array of strings, the program returns an output object with key in correct hierarchy.
    4
      input : ["root", "root.user", "root.user.a", "root.a"]
    5
      output : {
  2. Compatible substrings - Two strings ... Compatible substrings - Two strings are compatible if one string of length "m" is made of of "m" consecutive characters in the second string of length "n" (m<=n).
    1
    /*
    2
        Author: Shourya Ranka
    3
        Objective: Two strings are compatible if one string of length "m" is made of of "m" consecutive characters in the second string of length "n" (m<=n). 
    4
        1. "facebook", "beo" // compatible - b,e,o are consecutive letters in 'facebook' though the order is different. 
    5
        2. "facebook", "aco" // not compatible - a,c,o are not consective letters present in 'facebook'
  3. Event Bubbling and Event Capturing Event Bubbling and Event Capturing
    1
    /*
    2
      Author: Shourya Ranka
    3
      Objective: Demonstrate event bubbling and capturing
    4
    */
    5
    
                  
  4. react-spa-code-setup react-spa-code-setup Public

    An extended setup to create-react-app using PostCSS, ESLint, Prettier. StyleLint, Flow (type-checking) & environment configs

    HTML