Skip to content
View MeetBhingradiya's full-sized avatar
✨
✨

Block or report MeetBhingradiya

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

Hey, I'm Meet and Welcome to my Profile! animated typed out

Profile Views

Meet Bhingradiya a Self-taught and passionate about coding!


  • πŸ‘¨β€πŸ’» I'm Meet (Meet Bhingradiya)πŸ‘‹, a college student, I'm currently pursuing a Diploma IT Degree in the India.


  • 🌳 I’m currently learning NextJS.


  • 🐾 I’m looking to network and make friends here!


  • 🌊 2024 Goals: Contribute to Open Source Projects.


  • β˜• Interest: Science, Space, GeoPolitics, and Coding.


  • Hobbies: Coding, Programing.

pixel guy using computer

βš™οΈ Technologies and Skills


Most used languages

Languages, Frameworks, and Tools

skills logos

Actively Learning

skills actively learning logos

Planning to Learn

skills planning to learn logos

πŸ’» Workspace

πŸ‘©β€πŸ’» Device βš™οΈ Specification πŸ“ƒ Purpose
Asus Tuf Gaming A15 Windows 11 Pro Windows 11 Pro Nvidia GTX1650 512GB SSD 16GB RAM Work Programming School

πŸ† My Github Stats


Trophy

streaks graph stats graph
Meet Bhingradiya's Github Activity Graph

πŸ‘¨β€πŸ’» Projects

Embroidery Files Converter

βœ‰οΈ Contact

Twitter Instagram LinkedIn

All rights reserved. Meet Bhingradiya Β© 2021 - 2024 | Readme from Jarrian Gojar

Caution

Beware of the other Meet Bhingradiya impostors. This is the only official Meet Bhingradiya account. All Social Media links are provided above.

Pinned Loading

  1. MeetBhingradiya MeetBhingradiya Public

    My Portfolio Website (Coming Soon !)

    CSS

  2. NextJS LocalStorage and SessionStore... NextJS LocalStorage and SessionStoreage API
    1
    // #Best Next Storage API Hook that Resolves RHE(React-Hydration-Error) in NextJS
    2
    // ? Easy to use
    3
    import React from "react";
    4
    
                  
    5
    interface useStore_Type {
  3. TypeScript CLI Command Executor with... TypeScript CLI Command Executor with Colored Output and OneByOne Execute Policy.
    1
    import childProcess from 'child_process';
    2
    interface ExecuteCommand_Options {
    3
        /**
    4
         * ? The command to be execute.
    5
         */