Skip to content
View Chandan-devs-tech's full-sized avatar
🎯
Focusing...
🎯
Focusing...
  • Varanasi,India
  • 05:32 (UTC +05:30)

Highlights

  • Pro

Block or report Chandan-devs-tech

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse
Chandan-devs-tech/README.md

Hi 👋, I'm Chandan Gupta

A Full-stack web developer from India.

Chandan Gupta

About me 🧔🏻‍♂️

🔥A passionate Software Engineer and Full Stack Web developer 🔥

Hello, I'm Chandan Gupta, a result-oriented software engineer and full-stack developer with over five years of experience designing and developing responsive and functional web applications. I am driven by client satisfaction and delivering exceptional projects. I constantly strive for continuous improvement and aim to add significant value to any organization I join. Having worked remotely and collaboratively across different time zones, I am well-versed in asynchronous communication.

Interest 👏

  • In my spare time, I love playing: Soccer ⚽
  • Watching movies on Netflix 🎥
  • Listening to music on Spotify 🎵
  • Reading books on Kindle 📔

Languages & Frameworks 📶

JavaScript React Ruby Sass Bootstrap Rails Node.JS MongoDB Postgre SQL

Tools 🛠️

Npm Git GitHub Webpack Visual Studio

Github Stats 📈

Chandan's GitHub stats Chandan's GitHub streak

Most Languages Used 📘

Top Langs

Connect with me

Pinned Loading

  1. Is it DRY? Is it DRY?
    1
    const pets = ['Cat', 'Dog', 'Bird', 'Fish', 'Frog', 'Hamster', 'Pig', 'Horse', 'Lion', 'Dragon'];
    2
    // Print all pets
    3
    console.log(pets[0]);
    4
    console.log(pets[1]);
    5
    console.log(pets[2]);