Emam Saimon

@EmamSaimon592

MERN Stack Developer | 3D , DevOps & Game Dev Enthusiast

chittagong
1.46
Activity Score
176
Followers
29
Total Stars
44
Repositories

Top Repositories

MongoDB-Guide
★ 5 ⑂ 0

MongoDB is a popular NoSQL database used for storing structured, semistructured, and unstructured data. Instead of using tables, as in a traditional relational database, MongoDB stores data in JSON documents organized into collections.

JavaScript
typescript-01
★ 3 ⑂ 0

TypeScript
threejs-3d-scene
★ 3 ⑂ 0

Mouse movement in Three.js is commonly used to: 🔴Rotate the scene or camera 🟢Move objects ⚫ Get 3D object intersections with raycasting .

JavaScript

A Circular Singly Linked List (CSLL) is a variation of a linked list where the last node points back to the head, forming a loop 🔄.📌 Features: 🧩 Each node contains data and a next pointer 🔗 Last node links back to the first node ✅ Supports insertion, deletion, and traversal operations

C++
DSA-array-program
★ 3 ⑂ 0

🔴 Binary search iterative method and Recursive method. 🟠 Bubble sort in c++ 🔵 Insertion (Beginning , End , Specific Position) 🟢 linear Search ⚫ Sort array ----------By Emam saimon

C++
Double_linked-list
★ 3 ⑂ 0

A Doubly Linked List in C++ is a dynamic data structure where each node contains data, a pointer to the next node ➡️, and a pointer to the previous node ⬅️. It allows traversal in both directions 🔁, making insertion and deletion efficient at both ends 🚀.

C++
single_linkedList
★ 3 ⑂ 0

A singly linked list is a linear data structure where each element (called a node) contains: 1.Data – the value stored in the node. 2. Next pointer – a reference to the next node in the sequence. ✅ Basic Operations in a Singly Linked List: 1. Insert at Beginning 2. End . 3. Specific Position ❤

C++
Prisma
★ 2 ⑂ 0

This is a modern, open-source Object-Relational Mapper for Node.js and TypeScript. It is a database toolkit that streamlines interactions with databases and enhances the developer experience through its core components:

JavaScript
React_Hook
★ 2 ⑂ 0

JavaScript

React Three Fiber - Rotating Textured Cylinder with Postprocessing Effects

JavaScript

Languages

Recent Activity (90d)

499
Contributions
6
Pull Requests
434
Commits
0
Code Reviews