
Imamuzzaki Abu Salam
@imamuzzaki
A passionate Software Engineer who got used to building responsive and complex web-based applications. Discipline in implementing a type-safe system to develop every application more quickly, cleanly coded, and with minimal errors. I love to solve problems related to technology. Willing to work cooperatively and collaboratively with others, a committed person to ongoing learning and self-improvement.


Big O Notation in JavaScript
Written by Imamuzzaki Abu Salam
Big O Notation, collectively called Bachmann-Landau notation or asymptotic notation, is a way to describe the performance of an algorithm. It is used to describe the worst-case scenario of a...


Debounce in Next.js
Written by Imamuzzaki Abu Salam
React v16.8 introduced a new hook called `useEffect,` which allows you to run side effects in your functional components. useEffect is a great way to handle expensive operations like API cal...