Hi, I'm Hamim.

Sylhet Bangladesh

I bring life to websites through captivating designs, seamless user interfaces, and cutting-edge technologies.
hero

Web Developer

Rahman Hamim

Elevate digital presence with creative touch.

Professional

Apex
CPDQS
Adams
Medisense
Python Academy
TWUK
We Buy Any Mobile
Sky Weather
Understanding JavaScript Closures: A Beginner-Friendly Tutorial

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

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

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.