DEV Community

Shameel Uddin profile picture

Shameel Uddin

Tech Enthusiast, eager to learn latest trends of digital world!

Education

Masters in Computer and Information Engineering

Work

Software Engineer

create vs. save in Mongoose (MongoDB) with Node.js

create vs. save in Mongoose (MongoDB) with Node.js

5
Comments
2 min read

Want to connect with Shameel Uddin?

Create an account to connect with Shameel Uddin. You can also sign in below to proceed if you already have an account.

Already have an account? Sign in
Inversion of Control (Design Principle) & Dependency Injection (Design Pattern)

Inversion of Control (Design Principle) & Dependency Injection (Design Pattern)

9
Comments
3 min read
NestJS Dependency Injection - Overview

NestJS Dependency Injection - Overview

14
Comments 2
4 min read
JavaScript Interview: Run loop without pre-determined method

JavaScript Interview: Run loop without pre-determined method

6
Comments
1 min read
HTTP Status Code and HTTP Header in Nest.js Response

HTTP Status Code and HTTP Header in Nest.js Response

9
Comments 2
3 min read
Redirection in Nest.js

Redirection in Nest.js

6
Comments 9
3 min read
Nest.js Request | Param, Body, Query, Headers, IP

Nest.js Request | Param, Body, Query, Headers, IP

7
Comments
2 min read
Nest.js Nested Routing, Wildcard, Request

Nest.js Nested Routing, Wildcard, Request

8
Comments
2 min read
Nest.js Controller in Easier Terms

Nest.js Controller in Easier Terms

10
Comments
2 min read
Understanding Default NestJS Project Structure

Understanding Default NestJS Project Structure

19
Comments
2 min read
Getting Started With Nest.js

Getting Started With Nest.js

20
Comments
3 min read
Understanding Short Polling, Long Polling, Server Sent Events and Web Sockets

Understanding Short Polling, Long Polling, Server Sent Events and Web Sockets

16
Comments 2
4 min read
Difference between Module and Package in Node.js

Difference between Module and Package in Node.js

8
Comments
2 min read
Introducing a Better Way to Replace Array Values in JavaScript! 🚀

Introducing a Better Way to Replace Array Values in JavaScript! 🚀

14
Comments 3
1 min read
Logical OR (||) vs. Nullish Coalescing (??) For Default Values

Logical OR (||) vs. Nullish Coalescing (??) For Default Values

18
Comments
2 min read
How we misuse naming boolean and how they should be named

How we misuse naming boolean and how they should be named

16
Comments 10
1 min read
JavaScript's Grouping Methods: Object.groupBy and Map.groupBy 🤯

JavaScript's Grouping Methods: Object.groupBy and Map.groupBy 🤯

25
Comments 8
2 min read
✈️ Create JavaScript Function On The Fly

✈️ Create JavaScript Function On The Fly

9
Comments
3 min read
↩️Clean Coding Tip: Early Return Principle

↩️Clean Coding Tip: Early Return Principle

15
Comments 5
2 min read
Guide To Learn Dayjs

Guide To Learn Dayjs

11
Comments
5 min read
Simplifying JavaScript Code with Object Destructuring

Simplifying JavaScript Code with Object Destructuring

14
Comments 7
3 min read
JavaScript Variable: Declaration vs. Initialization

JavaScript Variable: Declaration vs. Initialization

8
Comments 2
2 min read
Temporal - A trustworthy alternative for (legacy) moment.js ?

Temporal - A trustworthy alternative for (legacy) moment.js ?

5
Comments
1 min read
Moment.js Is Now Legacy Project | Alternatives?

Moment.js Is Now Legacy Project | Alternatives?

49
Comments 35
1 min read
JavaScript Variable: Should you choose let, var or const?

JavaScript Variable: Should you choose let, var or const?

14
Comments 4
2 min read
OAuth 2.0 - What is it?

OAuth 2.0 - What is it?

6
Comments
2 min read
🔄 Looping Through JavaScript Objects with Different Approaches 🔄

🔄 Looping Through JavaScript Objects with Different Approaches 🔄

30
Comments 3
3 min read
𝑫𝒖𝒎𝒃𝒆𝒓 𝒚𝒆𝒕 S𝒎𝒂𝒓𝒕𝒆𝒓 A𝒑𝒑𝒓𝒐𝒂𝒄𝒉 𝒐𝒇 D𝒆𝒃𝒖𝒈𝒈𝒊𝒏𝒈

𝑫𝒖𝒎𝒃𝒆𝒓 𝒚𝒆𝒕 S𝒎𝒂𝒓𝒕𝒆𝒓 A𝒑𝒑𝒓𝒐𝒂𝒄𝒉 𝒐𝒇 D𝒆𝒃𝒖𝒈𝒈𝒊𝒏𝒈

6
Comments
2 min read
🔄 Looping Through JavaScript Arrays with Different Approaches 🔄

🔄 Looping Through JavaScript Arrays with Different Approaches 🔄

32
Comments 10
2 min read
Simplifying JavaScript Code with Array Destructuring

Simplifying JavaScript Code with Array Destructuring

17
Comments 6
3 min read
⚛ The Terrible React Anti-Pattern You Must Avoid

⚛ The Terrible React Anti-Pattern You Must Avoid

16
Comments 9
2 min read
JavaScript: Debouncing vs. Throttling

JavaScript: Debouncing vs. Throttling

18
Comments 2
3 min read
JavaScript One-Liner To Replace Switch Statement 🚀

JavaScript One-Liner To Replace Switch Statement 🚀

29
Comments 14
1 min read
Node.js Development Made Easy With Docker 🐳

Node.js Development Made Easy With Docker 🐳

13
Comments 1
6 min read
🐳 Docker for Nodejs Developers

🐳 Docker for Nodejs Developers

69
Comments
11 min read
Right way of cloning JavaScript Objects

Right way of cloning JavaScript Objects

9
Comments 3
3 min read
💡 JavaScript Hack: Conditionally Add Properties within Objects

💡 JavaScript Hack: Conditionally Add Properties within Objects

48
Comments 14
2 min read
⚛️ React.js: Avoid Memory Leaks and Race Conditions in API Calls🧹

⚛️ React.js: Avoid Memory Leaks and Race Conditions in API Calls🧹

5
Comments
2 min read
🚀 Mastering Asynchronous JavaScript: Choosing Between .then() and async/await

🚀 Mastering Asynchronous JavaScript: Choosing Between .then() and async/await

7
Comments
3 min read
Next.js 13 | Redirect To Different URL in Server Component vs. in Client Component

Next.js 13 | Redirect To Different URL in Server Component vs. in Client Component

3
Comments
2 min read
Serial Vs. Parallel API calling in JavaScript

Serial Vs. Parallel API calling in JavaScript

14
Comments 2
3 min read
GitHub Commands For Daily Usage

GitHub Commands For Daily Usage

5
Comments
2 min read
JavaScript Promise: .all() vs .allSettled() and .race() vs .any()

JavaScript Promise: .all() vs .allSettled() and .race() vs .any()

36
Comments 8
8 min read
Understanding Promise in JavaScript

Understanding Promise in JavaScript

37
Comments 5
4 min read
Callback, Callback Hell, Promise Chaining and Async/Await in JavaScript

Callback, Callback Hell, Promise Chaining and Async/Await in JavaScript

40
Comments 6
6 min read
Connecting Ubuntu with GitHub (AWS/Azure/GCP)

Connecting Ubuntu with GitHub (AWS/Azure/GCP)

2
Comments
2 min read
Scheduling Jobs with node-cron... In Production Environment

Scheduling Jobs with node-cron... In Production Environment

3
Comments 1
3 min read
GitHub - Creating First Repo

GitHub - Creating First Repo

3
Comments
3 min read
GitHub Setup

GitHub Setup

5
Comments
3 min read
Git Basics In Nutshell

Git Basics In Nutshell

6
Comments 2
5 min read
Git - What actually is Version Control System ?

Git - What actually is Version Control System ?

10
Comments
2 min read
loading...