Skip to content
View JayMGurav's full-sized avatar
πŸ§‘β€πŸ’»
β˜•πŸ˜΄πŸƒβ€β™‚οΈπŸ’ͺπŸ›£πŸ€βœ¨πŸš€
πŸ§‘β€πŸ’»
β˜•πŸ˜΄πŸƒβ€β™‚οΈπŸ’ͺπŸ›£πŸ€βœ¨πŸš€
Block or Report

Block or report JayMGurav

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

"Hi I'm Jay."

πŸ’» 🎧 β˜• 😴 πŸƒβ€ 🏍 πŸ›£ 🀝 ✨ πŸš€

Jay Gurav page visitors


I'm a software developer during the day and a geek by night. Writing software is my profession, hobby, and passion. Currently cajoling code with coffee at Decathlon UK and at other times I'm usually spending time with my friends and family, hacking my way through my pet projects, learning something interesting or drawling through the drably day. You might catch me playing with Javascript, React, NodeJs, GraphQL, MongoDB, Redis, TypeScript, or some shiny new thing that caught my attention.

Find me around the web 🌎:

Pinned

  1. setutils setutils Public

    A small library that extends JavaScript's inbuilt Set object with common operations like union, intersection and many more.

    TypeScript

  2. FormaDateTime FormaDateTime Public

    πŸ‘¨β€πŸ’»β± A small package to format date object by providing a template to parse and rendering it anytime, anywhere with any date object.

    TypeScript

  3. jaysLibrary jaysLibrary Public

    A collection of book that I am reading, read or would read. Also the ones that I found interesting and are worth paying attention to.

  4. DevNewsForAll DevNewsForAll Public

    πŸ“° DevNewsForAll Post and share your favorite educational contents, links with the world.

    JavaScript

  5. YANA YANA Public

    YET ANOTHER NOTE APP

    JavaScript

  6. Merge React ref's Merge React ref's
    1
    import React from 'react';
    2
    
                  
    3
    export default function mergeRefs(...refs){
    4
      const filteredRefs = refs.filter(Boolean);
    5
      return React.useMemo(() => {