Skip to content
View hellosurbhi's full-sized avatar
👩‍💻
👩‍💻

Highlights

  • Pro
Block or Report

Block or report hellosurbhi

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

Hello world I'm Surbhi

JS | React | Redux | Node | Express | HTML5 | CSS | Typescript | Python


I love the idea of creating visually appealing, intuitive products that everybody from one's parents to their children can use with ease.

I've created and shipped dynamic websites from scratch and adept at writing clean, modularised code with unit tests.

I'm well versed in Algorithms and Data Structures and use the principles I learnt as part of my CS degree at Goucher College to ensure the highest efficiency in my work.

In my free time, I like to automate boring tasks with Selenium and Puppeteer.

I'm also a voracious reader and enjoy curling up with a good book. I'm currently re-reading Cat's Cradle for the nth time!

Projects:

Puppeteer starter code

Pinned Loading

  1. puppeteer-boilerplate puppeteer-boilerplate Public template

    Starter code for puppeteer projects of any complexity. Get scraping!

    JavaScript 8 2

  2. Scrape fortune 500 career pages Scrape fortune 500 career pages
    1
    // https://dofo.com/blog/fortune-500-domain-names/
    2
    
                  
    3
    const rows = document.getElementsByTagName('tr')
    4
    const dataObject = {}
    5
    
                  
  3. Auto-connect with college alumni Auto-connect with college alumni
    1
    //Run this in your console at the alumni page.
    2
    //It will run for about 30-40 people before linkedIn locking your connections for the week.
    3
    
                  
    4
    let buttons = document.getElementsByClassName(
    5
      "artdeco-button artdeco-button--2 artdeco-button--secondary ember-view full-width"
  4. Unmatch with all Bumble matches that... Unmatch with all Bumble matches that have expired
    1
    let delay = ms => new Promise(res => setTimeout(res, ms));
    2
    
                  
    3
    let chats = document.getElementsByClassName('p-2 text-ellipsis text-color-gray-dark')
    4
    
                  
    5
    for (let i = 0; i < chats.length; i++) {
  5. CVSVaccineAptScraper CVSVaccineAptScraper Public

    JavaScript