πŸ‘‹ Hello there! I'm

Abir Santra.

A Web Designer & Developer.

Abir's Display Picture

About Me

I love building things out of code

Hi there! I’m Abir, a web designer and developer who has been tinkering with code since high school, and it has been my passion ever since!

When I’m not coding, you can find me hanging out with my friends, playing video games, listening to music, jamming on my drums, or watching Anime. Thank you for taking the time to learn a little bit about me. I'm excited about the possibilities that the future holds, and I can't wait to see where my coding journey takes me!

Download CV

Download CV

Experience

Developing, one step at a time

Exambazaar

Exambazaar

Jan 23 - Present

Backend Developer Intern

Remote

Focus: Node, Express, Mongoose, MongoDB, AWS, Documentation

Hacktoberfest

Hacktoberfest

Oct 22 - Oct 22

Individual Contributor

Remote

Focus: JavaScript, React, Next.js, Tailwind CSS, Github, Opensource contribution

Education

Gathering Knowledge

MCKV Institute of Engineering

2020 - 24

Bachelor's in Information Technology

Howrah, India

Score: 9.6 CGPA

MCKV Institute of Engineering

Adamas International School

2018 - 20

Higher Secondary Education

Kolkata, India

Score: 89%

Adamas International School

Adamas International School

2005 - 18

Primary & Secondary Education

Kolkata, India

Score: 91%

Adamas International School

Tech Stack

My go-to technologies

HTML

HTML

CSS

CSS

JavaScript

JavaScript

TypeScript

TypeScript

Git & Github

Git & Github

React

React

Next.js

Next.js

Tailwind CSS

Tailwind CSS

Redux Toolkit

Redux Toolkit

Node.js

Node.js

Express.js

Express.js

MongoDB

MongoDB

Mongoose

Mongoose

Firebase

Firebase

JWT

JWT

AWS

AWS

Java

Java

Python

Python

C++

C++

C

C

Netlify

Netlify

Sanity

Sanity

Figma

Figma

Blogs

I write about the things I learn

Cover Image

8 months ago

πŸ”ͺ Distinguishing slice() vs splice() in JavaScript

Hey folks! Today let’s look into another common JavaScript question: Distinguish between slice() and splice() in JavaScript πŸš€ πŸ”· Slicing Arrays with slice(): slice() is a handy method for extracting a portion of an array. It always creates a new arr...

Read Blog

Cover Image

8 months ago

Is React.js a Frontend Framework?

"Well, yeah, it is. No doubt about it! 😎" If this was your immediate response, then I'm here to offer a gentle correction. Contrary to common belief, React is categorized as a frontend library, not a framework. "But wait, aren't libraries and framew...

Read Blog

Cover Image

8 months ago

What is Hoisting in JavaScript πŸš€

Hey folks πŸ‘‹πŸΌ Today we are going to look at one of the intriguing features of JavaScript. Whether you are interviewing for a frontend role or a backend role, this is one of the top questions asked in an interview. So let’s dive in and shed light on ...

Read Blog

Cover Image

a year ago

Important Javascript functions: Emojis Edition πŸš€

JavaScript functions play a crucial role in web programming, allowing us to perform various operations on data and manipulate arrays and objects efficiently. By understanding and utilizing these functions effectively, you can write cleaner and more c...

Read Blog