Skip to content
View itsSauraj's full-sized avatar
👾
Radar
👾
Radar

Highlights

  • Pro

Organizations

@VeloBits

Block or report itsSauraj

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
itsSauraj/README.md

who_am_i.sh

#! /bin/bash

aboutme="
I’m Saurabh, a full-stack web developer from India, skilled in languages
like C, Python, JavaScript, TypeScript, and PHP. I specialize in frameworks such
as React, NextJS, Django, and FastAPI, and have hands-on experience with databases
including MySQL, PostgreSQL, and MongoDB.I’m passionate about problem-solving,
building scalable web applications, and constantly learning new technologies to
stay at the forefront of development.
"
echo -e "$aboutme"

about_me.json

{
  "profession": "Full-Stack Web Developer",
  "location": "India",
  "traits": ["Problem Solver", "Team Player", "Quick Learner"]
}

socials.yaml

socials:
  Instagram: "https://instagram.com/this.is.saurabh.official"
  LinkedIn: "https://linkedin.com/in/saurabhyadav07"
  X: "https://x.com/yadav_saurabh_7"
  Website: "https://saurabh-yadav.vercel.app/"

skills_and_tech_stack.py

from Typing import Dict, List
from fastapi import FastAPI

skills = FastAPI()

stack: Dict[str, List[str]] = {
    "languages": ["C", "Python", "PHP", "JavaScript", "HTML", "CSS", "Java", "TypeScript"],
    "frameworks_libraries": ["Bootstrap", "React", "TailwindCSS", "NextJS", "Django", "FastAPI", "REST Framework"],
    "databases": ["MySQL", "SQL", "mongoDB", "PostgresSQL", "SQLite3", "Firebase", "MongoDBAtlas"],
    "tools": ["Adobe Photoshop", "Figma", "Git", "VisualStudioCode", "PyCharm", "Docker", "Kubernetes"],
    "testing": ["Jest"],
    "version_control": ["Github"],
    "miscellaneous": ["WebSockets", "GraphQL"]
}

@skills.get("/skills-and-tech-stack")
async def get_skills_and_tech_stack():
    return stack

contact.js

const contacts = {
  email: "sauraj.contact@gmail.com",
};

console.log(contacts);

os_i_use.tsx

const systems: Record<string, Record<string | string[]>> = {
    "debian" : ["ubuntu", "kali", "parrot"],
    "windows" : ["windows 10", "windows 11"],
    "mac": "maxOSX",
};

console.log(systems)

Pinned Loading

  1. recipe-api recipe-api Public

    Python 1

  2. dev_stack dev_stack Public

    HTML 2

  3. stealth_forked stealth_forked Public

    This chat application lets users toggle between Anonymous Mode, for privacy without revealing identity, and Standard Mode, where profile information is visible. It also ensures security with end-to…

    JavaScript 2

  4. kit-cat kit-cat Public

    Rust 1

  5. VeloBits/fixmytext-web-frontend VeloBits/fixmytext-web-frontend Public

    React + Vite frontend for FixMyText — 60+ text & AI tools with Redux state management, Razorpay checkout, gamification UI, and multi-platform strategy

    TypeScript 2