Imamuzzaki Abu Salam

Imamuzzaki Abu Salam @imamdev_

About: Happy to code, thrive to learn!

Location:
Indonesia
Joined:
Sep 18, 2020

Imamuzzaki Abu Salam
articles - 12 total

My WeCoded Landing Page

I designed a dynamic and immersive landing page for the WeCoded 2025 Challenge that celebrates...

Learn More 28 1Mar 30

[Boost]

Horizontal Calendar - a simple date picker for React Native ...

Learn More 0 0Jan 30

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

Learn More 21 2Oct 2 '23

Why is it so hard to create PWA with Next.js?

Creating a Progressive Web App (PWA) with Next.js has not always been a smooth experience. In this...

Learn More 7 2May 1 '23

How I Made a Reminder to Write a Blog Post Using GitHub Action

As a writer, I understand the importance of consistency when it comes to publishing new content....

Learn More 13 0Apr 23 '23

3 Scalable Next.js Architecture Boilerplate

Next.js is a React framework that allows you to build server-side rendered React applications. It is...

Learn More 10 0Apr 13 '23

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

Learn More 405 52Dec 24 '22

Cardus App - Open Source Personal Warehouse Management App

What I built Cardus is a web app that allows users to create and manage their own...

Learn More 7 6Dec 7 '22

Big O Notation in JavaScript

Big O Notation, collectively called Bachmann-Landau notation or asymptotic notation, is a way to...

Learn More 20 1Nov 21 '22

Debounce in Next.js

React v16.8 introduced a new hook called useEffect, which allows you to run side effects in your...

Learn More 8 0Nov 17 '22

JavaScript Set, Every Junior Should Know

Why Set? It's a data structure that allows you to store unique values of any type. It's similar to an...

Learn More 6 0Nov 16 '22

JavaScript Hashmap: Performant Key-Value

Why Hashmap? Well, we all know that another programming language has something called Hashtable. It...

Learn More 3 0Nov 15 '22