Skip to content
View abhiagrawal9's full-sized avatar
🎯
Focused
🎯
Focused
Block or Report

Block or report abhiagrawal9

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

Hi there 👋

⭐️ I'm Abhishek Agrawal, Senior Software Engineer at Grid Dynamics.

🤓 I have a great interest in improving and acquiring new skills.

💬 Ask me about Next.js React Angular Vue

⚡ I Love VS Code

About Me

A highly motivated engineer graduated from the University Of Udaipur(Rajasthan). I'm a Web Developer with excellent programming skills and experience with agile development. I possess impeccable organizational and communication skills, listening to others, and working in a team as a leader or member. I have a great interest in acquiring and improving my skills.

While I enjoy all aspects of my job, I like to spend time with my friends and family on weekends & watch movies and series. My favorites are 'Star Wars - Original trilogy', 'The Dark Knight’ & 'Friends'. Also, I love BIKES!

Tech Stack

javascript typescript nextjs react redux angular vuejs html5 css3 sass nodejs firebase postman git mongodb aws

Statistics

Top Langs

My Github Gists

Gists

Socials

Linkedin NPM Google Peerlist Leetcode Medium Twitter

Cheers!!!

Pinned Loading

  1. medium-build medium-build Public

    Medium clone using Next.js, TypeScript, Sanity CMS and TailwindCSS

    TypeScript 1

  2. linkedin-build linkedin-build Public

    React App with Redux & Firebase

    TypeScript 1

  3. My Shell, Terminal, Formulae and Apps My Shell, Terminal, Formulae and Apps
    1
    Shell I use: zsh
    2
    Terminal I use: iTerm2
    3
    Youtube video link: https://www.youtube.com/watch?v=pTW02GMeI74
    4
    =======================
    5
    
                  
  4. My "oh my zsh" configuration My "oh my zsh" configuration
    1
    # If you come from bash you might have to change your $PATH.
    2
    # export PATH=$HOME/bin:/usr/local/bin:$PATH
    3
    
                  
    4
    # Path to your oh-my-zsh installation.
    5
    export ZSH="$HOME/.oh-my-zsh"
  5. My vim configuration My vim configuration
    1
    " Comments in Vimscript start with a `"`.
    2
    
                  
    3
    " If you open this file in Vim, it'll be syntax highlighted for you.
    4
    
                  
    5
    " Vim is based on Vi. Setting `nocompatible` switches from the default
  6. SSH & DevOps Crash Course Snippets SSH & DevOps Crash Course Snippets
    1
    # SSH Cheat Sheet
    2
    ## This sheet goes along with this [SSH YouTube tutorial](https://www.youtube.com/watch?v=hQWRp-FdTpc&t=1270s)
    3
    
                  
    4
    ### Login via SSH with password (LOCAL SERVER)
    5
    ```$ ssh brad@192.168.1.29```