Skip to content
View itsSauraj's full-sized avatar
:octocat:
Developing
:octocat:
Developing

Highlights

  • Pro

Organizations

@masterBranchDevs

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 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
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

  2. dev_stack dev_stack Public

    HTML 1

  3. yogya_fork yogya_fork Public

    Forked from jeetsuthar/yogya

    In Yogya capital you are the first priority for us and we are here to help you to find various ways to achieve your dreams.

    Python 1

  4. 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 1