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

Block or report pgmanutd

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

Hi, I'm Prashant 👋

Thanks 🙇🏻 for visiting my Github Profile ❤️!

👨‍💻 Recently worked on

🔬 My other works

Check out pinned repositories below 👇

😍 Passionate about


💬 Want to connect? 📫

import * as React from 'react';
import * as ReactDOM from 'react-dom';

import { Profile, Email } from './components';

ReactDOM.render(
  <>
    <Profile type="LinkedIn" url="https://www.linkedin.com/in/pgmanutd" name="Prashant Goel" />
    <Email address="prashantmanunited@gmail.com" provider="Gmail" />
    <Profile type="LeetCode" url="https://leetcode.com/pgmanutd" name="Prashant Goel" />
  </>,
  document.getElementById('want-to-connect')
);

Linkedin Badge Gmail Badge LeetCode Badge

Pinned

  1. atlassian-labs/compiled atlassian-labs/compiled Public

    A familiar and performant compile time CSS-in-JS library for React.

    TypeScript 2k 63

  2. clogy clogy Public

    A logging library for browsers and nodejs environment

    JavaScript 1

  3. data-structures-and-algorithms data-structures-and-algorithms Public

    Data Structures and Algorithms with functional twist 👌

    TypeScript 5 1

  4. node-talisman node-talisman Public

    👌 By hooking into the pre-push hook provided by Git, Talisman validates the outgoing changeset for things that look suspicious - such as authorization tokens and private keys.

    TypeScript 10

  5. awesome-graphql-utils awesome-graphql-utils Public

    Some awesome GraphQL utils 😉

    JavaScript 2 2

  6. employee-explorer employee-explorer Public

    Recursive employee explorer (multiway tree) using React along with duplicates removal

    JavaScript 1