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
Experience
Developing, one step at a time
Exambazaar
Jan 23 - Present
Backend Developer Intern
Remote
Focus: Node, Express, Mongoose, MongoDB, AWS, Documentation
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
Adamas International School
2018 - 20
Higher Secondary Education
Kolkata, India
Score: 89%
Adamas International School
2005 - 18
Primary & Secondary Education
Kolkata, India
Score: 91%
Tech Stack
My go-to technologies
HTML
CSS
JavaScript
TypeScript
Git & Github
React
Next.js
Tailwind CSS
Redux Toolkit
Node.js
Express.js
MongoDB
Mongoose
Firebase
JWT
AWS
Java
Python
C++
C
Netlify
Sanity
Figma
Blogs
I write about the things I learn
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
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
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
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