Imamuzzaki Abu Salam

@imamuzzaki

141 Points 0 Followers

5 Posts

0 Answers

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.

Imamuzzaki Abu Salam · 6 months ago

Complete Guide to Deploying Next.js Standalone with Bun and Docker

Learn to deploy a Next.js standalone application using Bun and Docker as if you were deploying with Vercel. This guide includes a step-by-step walkthrough, tackling common errors, and more....

Imamuzzaki Abu Salam · 1 year ago

Hello React, Goodbye useEffect (I Hope)

In this article, I will show you how to use React to replace useEffect in most cases. I've been watching "Goodbye, useEffect" by David Khoursid, and it's 🤯 blows my mind in a 😀 g...
6

Imamuzzaki Abu Salam · 1 year ago

Cardus App - Open Source Personal Warehouse Management App

What I built Cardus is a web app that allows users to create and manage their warehouse of items. Users can add items to their warehouse and quickly identify what box is storing what thing....

Imamuzzaki Abu Salam · 1 year ago

Big O Notation in JavaScript

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...
4

Imamuzzaki Abu Salam · 1 year ago

Debounce in Next.js

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 calls...
2

Loading More Content