Skip to content
View AbhishekRauthan's full-sized avatar
🎯
Focusing
🎯
Focusing
  • New Delhi, India
Block or Report

Block or report AbhishekRauthan

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

नमस्ते (Namaste)🙏🏻, I'm Abhishek Rauthan!

Student at University of Delhi

A little more about me...
const abhishek = {
  code: ["Javascript", "Typescript", "Python"],
  askMeAbout: [
    "web dev",
    "tech",
    "Data Analysis",
    "photography",
    "Photo editing",
  ],
  technologies: {
    frontEnd: {
      js: ["React", "Next.js"],
      styling: ["tailwindcss", "Material UI", "Chakra UI"],
    },
    backEnd: ["Node", "Express", "Nest.js"],
    dataAnalysis: ["Pandas", "Numpy", "Matplotlib", "Jupyter", "Miniconda"],
    databases: ["mongo", "Postgres"],
    serverLess: ["Firebase", "Supabase"],
  },
  architecture: [
    "Progressive web applications",
    "Single page applications",
    "Server Side Rendered applications",
    "Server-less Applications",
  ],
};

I love connecting with different people so if you want to say hi, I'll be happy to meet you more! 😊

Pinned Loading

  1. Typescript-Datastructures-Algorithms Typescript-Datastructures-Algorithms Public archive

    Data Structures and Algorithms for JavaScript/TypeScript projects

    TypeScript 1

  2. NextCovid NextCovid Public

    Next JS web app to inform users about covid 19 regarding information for 80+ countries, programmed in Typescript

    TypeScript

  3. GoalSetter GoalSetter Public

    This is a full-stack application that enables users to login/register and create/update/delete goals that wish to do.

    TypeScript

  4. React-TDD React-TDD Public

    This is simple React-TS application scaffolded using vite, made to learn about testing React applications using Vitest(Jest API) and Cypress.

    TypeScript