PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Blocks

    Design blocks for your website

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Imamuzzaki Abu Salam

@imamuzzaki

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

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](https://www.youtube.com/watch?v=bGzanfKVFeU...

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

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