Skip to content
View nayandas69's full-sized avatar
:shipit:
Debugging in progress... send coffee!
:shipit:
Debugging in progress... send coffee!

Block or report nayandas69

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

Heyoo! I'm Nayan Das

What I Do:

  • I'm working with my team on our clinet's project.
  • I love to code, error and learn new things.
  • I hate bugs and lies.
  • Most of the time I am working on backend.
  • wana see our project? click the organization link below on my profile.

"Working in the background, making things work flawlessly."

Profile Views

Pinned Loading

  1. link-in-bio link-in-bio Public

    Aesthetic link-in-bio vibes for hustlers—connect all your socials, flex your content, and stay iconic.

    CSS 23 1

  2. A handy collection of commonly used ... A handy collection of commonly used curl commands for web requests, API testing, file uploads, and more. Includes examples for GET, POST, PUT, DELETE, working with headers, JSON, file downloads, and debugging. Perfect for developers, testers, and anyone working with HTTP requests.
    1
    # Basic GET request
    2
    curl https://example.com
    3
    
                  
    4
    # GET request with custom headers
    5
    curl -H "Authorization: Bearer <token>" https://api.example.com/data