Skip to content
View Tuhin810's full-sized avatar
🏠
Working from home
🏠
Working from home

Block or report Tuhin810

Report abuse

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

Report abuse
Tuhin810/README.md

Profile views


πŸ‘¨β€πŸ’» About Me

I'm a passionate developer from Kolkata,India. with a love for building innovative and efficient applications. I enjoy tackling challenging problems and am always eager to learn new technologies.

  • πŸ”­ I’m currently working on a cool project involving Web3.
  • 🌱 I’m currently learning Rust.
  • πŸ‘― I’m looking to collaborate on open-source projects.
  • πŸ“« How to reach me: tuhin.thakur1233@outlook.com.
  • ⚑ Fun fact: I know chinese

πŸ› οΈ My Tech Stack


πŸ”₯ My GitHub Stats & Activity

Tuhin's GitHub Stats Top Languages
GitHub Streak

My GitHub Contributions

Snake animation

Note: The snake animation requires a GitHub Action to update daily. See details below.


πŸ“ Note: How to Enable the Snake Animation
The contribution snake animation above will show as a broken image at first. To fix this, you need to create a simple GitHub Action that runs automatically to generate the animation file.

Don't worry, it's easy! Just follow these 3 steps:

  1. In your Tuhin810 repository, create a new folder named .github, and inside that, another folder named workflows. The final path should be .github/workflows.

  2. Inside the workflows folder, create a new file named main.yml.

  3. Copy and paste the code below into the main.yml file:

    name: Generate Snake Animation
    on:
      schedule:
        - cron: "0 */12 * * *" # Runs every 12 hours
      workflow_dispatch:
    jobs:
      build:
        runs-on: ubuntu-latest
        steps:
          - uses: actions/checkout@v2
          - uses: Platane/snk@v2
            with:
              github_user_name: ${{ github.repository_owner }}
              svg_out_path: dist/github-contribution-grid-snake.svg
          - uses: crazy-max/ghaction-github-pages@v2.5.0
            with:
              target_branch: output
              build_dir: dist
            env:
              GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

After saving this file, the animation will be generated within a few minutes and will update automatically every 12 hours!


Pinned Loading

  1. Tuhin810 Tuhin810 Public