Skip to content
View Sunny-unik's full-sized avatar
🏠
Just ask
🏠
Just ask
Block or Report

Block or report Sunny-unik

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

Greeting SVG

  • 🌱 I’m currently learning next.js & graphql
  • πŸ”­ Currently I make contributions to open-source in my free time
  • πŸ’¬ Ask me about web development
  • ⚑ Fun fact: Linus Torvalds created Git, naming it "Git" as a pun on "idiot"

How to reach me πŸ“«

Link to My Portfolio Twitter Link DevTo Link Instagram Link Linkedin Link Facebook Link

Tools & Languages

Image of my skill icons


Ongoing Open-Source Initiatives

project-svg project-svg project-svg


Github Stats

GitHub stats


Github Streak

Github Streak


Github Activity Graph

Github Activity Graph


Github Trophies

Github Trophies


Wakatime Stats

Wakatime Stats

Wakatime Language Stats Profile Views Count

Pinned

  1. stackinflow stackinflow Public

    Question & Answer Web Application.

    JavaScript 1

  2. node-auth node-auth Public

    Node app includes jwt, secure cookie, session management and email verification via otp. Also includes tests using Jest and Supertest.

    JavaScript

  3. Some useful commands of npm Some useful commands of npm
    1
    npm --version
    2
    	- tells the node-package-manager version (shorthand use '-v' instead of 'version')
    3
    npm init 
    4
    	- initialize package.json
    5
    npm install
  4. Bash utility functions & aliases Bash utility functions & aliases
    1
    # self made functions 
    2
    killPortFunction() {
    3
      if [ -z "$1" ]; then
    4
        echo "Usage: killPort <port>"
    5
        return 1
  5. gatsby-blog-tutorial gatsby-blog-tutorial Public

    A blog website made to become familiar with gatsbyjs

    JavaScript

  6. Crud_App Crud_App Public

    My first basic web app for learn MERN stack. It contains all CRUD operations.

    JavaScript