Skip to content
View Shailendra1703's full-sized avatar
🎯
Focusing
🎯
Focusing

Block or report Shailendra1703

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
Shailendra1703/README.md
const shailendra = {
  pronouns: "He" | "Him",
  code: ["c", "c++", "Java", "python", "ruby"],
  askMeAbout: ["web dev", "tech", "open source", "freelancing"],
  technologies: {
    frontEnd: {
      js: ["React", "nextjs", "vue"],
      css: ["tailwindcss", "materialUI", "bulma", "css3", "bootstrap"],
    },
    backEnd: {
      js: ["Node", "express"],
      ruby: ["ruby on rails"]
    },

    databases: ["mongo", "prisma", "MySql", "sqlite"],
    misc: ["Firebase", "Socket.IO", "selenium"],
  },
  currentFocus: ["rmx","react native","jekyll"],
  funFact:
    "There are two ways to write error-free programs; only the third one works",
};

Pinned Loading

  1. Array-Sorting-Visualizer Array-Sorting-Visualizer Public

    Created a Array-Sorting visualizer using JavaScript which gives a visual representation of how different sorting Techniques works

    JavaScript 3 6

  2. kurma kurma Public

    Kurma is an open-source Retrieval-Augmented Generation (RAG) that integrates open-source LLMs with Langchain. It allows seamless interaction with multiple PDFs simultaneously for enhanced document …

    Python

  3. Face-Recognizer Face-Recognizer Public

    Created a Face-Recognizer using Faceapi using javaScript

    JavaScript

  4. Netflix Netflix Public

    It's a clone of one of the most popular OTT platform Netflix, I created this as an assignment while learning MERN stack developement

    JavaScript