Hi, I'm Hamim.
Sylhet Bangladesh
I bring life to websites through captivating designs, seamless user interfaces, and cutting-edge technologies.
Web Developer
Rahman Hamim
Elevate digital presence with creative touch.
Professional
Understanding JavaScript Closures: A Beginner-Friendly Tutorial
Closures are a powerful concept in JavaScript, allowing functions to retain access to variables from their outer scope even after the function has executed. Learn how closures work with simple examples.
Getting Started with TypeScript: A Beginner's Guide to Setting Up a Project with ts-node-dev
Learn how to set up a TypeScript project with ts-node-dev for faster development, including key TypeScript concepts like rest operators, generics, and utility types. This guide will help you streamline your workflow and write efficient code.
About React Hooks
React Hooks simplify lifecycle management compared to class components, enclosing mounting and unmounting logic. Custom Hooks let you reuse logic across components by conventionally starting the hook name with "use" for better readability.