Skip to content
View gauravkrp's full-sized avatar
🏠
Working from home
🏠
Working from home
Block or Report

Block or report gauravkrp

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

Entrepreneur, Explorer.

A self-taught and self-starting product-focused software engineer with experience across the stacks. I enjoy working on hard problems and helping products scale. I am very fond of traveling, and exploring, and love to solve real-world problems and craft products around necessity. A quick learner who believes in detailing and is obsessed with building values.

Learn more about me - https://gauravkrp.com

  • 🌱 Currently exploring ideas.
  • 👯 I’m open to collaborating on projects concerning global issues like climate change, energy, AGI & ASI, and food for 8 billion.

github linkedin stackoverflow twitter codepen codesandbox

GitHub metrics

Pinned

  1. openai-blog-generator openai-blog-generator Public

    Generate your blog posts by OpenAI API

    TypeScript 7 1

  2. JS - Check if image exists JS - Check if image exists
    1
    export default (imgPath: string) => {
    2
      return new Promise(resolve => {
    3
        const img = new Image();
    4
        img.src = imgPath;
    5
        img.onload = () => resolve(true);
  3. code-showcase code-showcase Public

    Code Showcase - This repo has some of the codes I wrote.

    JavaScript

  4. react-native-slick react-native-slick Public

    Forked from ahmed3mar/react-native-slick

    The best Slick component for React Native.

    JavaScript 1

  5. useful-jsons useful-jsons Public

    Forked from AccessGateLabs/useful-jsons

    A collection of JSONs used by AccessGate Labs in its applications.

    2