Skip to content
View Shivpalsingh15's full-sized avatar

Block or report Shivpalsingh15

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

Visitors GitHub followers GitHub Stars


Typing SVG


Coding

 About Me

👤 Name       : Shivpal Singh
🏠 Location   : India 🇮🇳
💼 Role       : Full Stack Developer
🔭 Currently  : Crafting scalable web & mobile apps
🌱 Learning   : System Design & Cloud Architecture
⚡ Stack      : React · Next.js · Node · MongoDB · PostgreSQL
🎯 Goal       : Write code that makes life easier
💬 Ask me     : Anything about the JS/React/Node ecosystem
🤝 Open to    : Freelance · Collaboration · Full-time Roles
⚡ Fun Fact   : I debug with console.log and I'm proud 😄


 Tech Arsenal

🎨 Frontend Development

⚙️ Backend Development

 

📱 Mobile Development

🗄️ Databases & Storage

🛠️ Tools, DevOps & Cloud


 GitHub Stats




🏆  GitHub Trophies


 Contribution Activity

Snake animation

 Skill Proficiency

React / Next.js     ████████████████████  98%  🔥
JavaScript / TS     ███████████████████░  95%  ⚡
Node.js / Express   ██████████████████░░  90%  🚀
React Native        ████████████████░░░░  80%  📱
MongoDB             ████████████████░░░░  82%  🍃
PostgreSQL          ███████████████░░░░░  76%  🐘
REST API Design     ████████████████████  95%  🔌
GraphQL             ██████████████░░░░░░  70%  ◉
Docker              ████████████░░░░░░░░  65%  🐳
System Design       ██████████████░░░░░░  72%  🏗️

 Let's Connect

LinkedIn Twitter / X Portfolio Gmail Instagram Dev.to



💬 Random Dev Quote

Quote


 Weekly Coding Time

JavaScript   12 hrs 40 mins  ███████████░░░░░░░░░  48.2%
TypeScript    7 hrs 20 mins  ██████░░░░░░░░░░░░░░  27.9%
CSS           2 hrs 10 mins  ██░░░░░░░░░░░░░░░░░░   8.3%
JSON          1 hr  50 mins  █░░░░░░░░░░░░░░░░░░░   6.9%
Markdown      1 hr  30 mins  █░░░░░░░░░░░░░░░░░░░   5.7%
Other         0 hrs 48 mins  ░░░░░░░░░░░░░░░░░░░░   3.0%

🔧 Connect your WakaTime account to auto-update the stats above!



🐍 Enable Snake Contribution Animation

Create .github/workflows/snake.yml in your ShivpalSingh15/ShivpalSingh15 repo:

name: Generate Snake Animation
on:
  schedule:
    - cron: "0 */12 * * *"
  workflow_dispatch:
  push:
    branches: [main]
jobs:
  generate:
    permissions:
      contents: write
    runs-on: ubuntu-latest
    steps:
      - uses: Platane/snk/svg-only@v3
        with:
          github_user_name: ${{ github.repository_owner }}
          outputs: |
            dist/github-contribution-grid-snake.svg
            dist/github-contribution-grid-snake-dark.svg?palette=github-dark
      - uses: crazy-max/ghaction-github-pages@v3
        with:
          target_branch: output
          build_dir: dist
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
⏱️ Enable WakaTime Auto-Update
  1. Sign up at wakatime.com and install the VS Code extension
  2. Add WAKATIME_API_KEY + GH_TOKEN in GitHub Repo → Settings → Secrets
  3. Create .github/workflows/waka.yml:
name: Waka Readme
on:
  schedule:
    - cron: "0 0 * * *"
  workflow_dispatch:
jobs:
  update-readme:
    runs-on: ubuntu-latest
    steps:
      - uses: anmol098/waka-readme-stats@master
        with:
          WAKATIME_API_KEY: ${{ secrets.WAKATIME_API_KEY }}
          GH_TOKEN: ${{ secrets.GH_TOKEN }}
🌟 Personalization Checklist
  • Replace your-portfolio.com with your actual portfolio link
  • Replace your-email@gmail.com with your real email
  • Update your-best-repo-1 and your-best-repo-2 with actual repo names
  • Update LinkedIn / Twitter / Instagram URLs
  • Run the Snake workflow from the Actions tab once
  • (Optional) Set up WakaTime for live coding stats
  • Update the Skill Proficiency percentages to match your actual skills

Popular repositories Loading

  1. Shivpalsingh15 Shivpalsingh15 Public

    1

  2. Javascript-Basics Javascript-Basics Public

    Core basic of Javascript.

    HTML

  3. String-Array-Objects-in-JS String-Array-Objects-in-JS Public

    String-Array-Objects-in-JS Methods and Uses.

    JavaScript

  4. Javascript-Functions Javascript-Functions Public

    JavaScript

  5. Hoisting-JS Hoisting-JS Public

    concept of hoisting ..

    JavaScript

  6. Scope-JS Scope-JS Public

    Scope Concept

    JavaScript