DEV Community

Ramu Narasinga profile picture

Ramu Narasinga

FOSS enthusiast who explores patterns in the Github wilderness.

Location York, England Joined Joined on  Personal website https://ramunarasinga.com github website
Tips from open-source: An Object with Map and Set.

Tips from open-source: An Object with Map and Set.

1
Comments
2 min read

Want to connect with Ramu Narasinga?

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

Already have an account? Sign in
Tips from open-source: Use “Set” to remove duplicates from an array.

Tips from open-source: Use “Set” to remove duplicates from an array.

Comments 2
3 min read
Lessons from open-source: try..catch(_)?

Lessons from open-source: try..catch(_)?

Comments
1 min read
Lessons from open-source: Use window.trustedTypes to prevent DOM XSS.

Lessons from open-source: Use window.trustedTypes to prevent DOM XSS.

1
Comments
2 min read
Lessons from open-source: How obsessed are you with following Single Responsibility Principle?

Lessons from open-source: How obsessed are you with following Single Responsibility Principle?

Comments
2 min read
Lessons from open-source: Describe what your regex does with a commented example.

Lessons from open-source: Describe what your regex does with a commented example.

Comments
3 min read
Lessons from open-source: Algorithm used to compute error.digest in Next.js

Lessons from open-source: Algorithm used to compute error.digest in Next.js

Comments
2 min read
Lessons from open-source: You cannot use these reserved port numbers to start your Next.js development server

Lessons from open-source: You cannot use these reserved port numbers to start your Next.js development server

Comments
3 min read
Lessons from open-source: CPU profiling in NodeJs.

Lessons from open-source: CPU profiling in NodeJs.

2
Comments
2 min read
Lessons from open-source: typeof alternative to get a variable type

Lessons from open-source: typeof alternative to get a variable type

3
Comments
2 min read
Lessons from open-source: Replace zod with superstruct if you do not use zod’s advanced capabilities

Lessons from open-source: Replace zod with superstruct if you do not use zod’s advanced capabilities

1
Comments
2 min read
Lessons from open-source: Have you ever used console object like this `console[consoleMethod](‘’)`?

Lessons from open-source: Have you ever used console object like this `console[consoleMethod](‘’)`?

Comments
3 min read
Lessons from open-source: Use picocolors to format terminal output with colors

Lessons from open-source: Use picocolors to format terminal output with colors

Comments
2 min read
Lessons from open-source: Algorithm behind `“next buuild” does not exist. Did you mean “next build”?`

Lessons from open-source: Algorithm behind `“next buuild” does not exist. Did you mean “next build”?`

1
Comments 2
2 min read
Lessons from open-source: How to create an array containing 0..N using Array.from?

Lessons from open-source: How to create an array containing 0..N using Array.from?

Comments
2 min read
Lessons from open-source: Typesafe “getInt” utility function in Next.js source code

Lessons from open-source: Typesafe “getInt” utility function in Next.js source code

Comments
3 min read
Lessons from open-source: Partytown — a library that uses web worker to run third party scripts.

Lessons from open-source: Partytown — a library that uses web worker to run third party scripts.

Comments
2 min read
Lessons from open-source: What is OpenTelemetry

Lessons from open-source: What is OpenTelemetry

Comments
2 min read
Lessons from open-source: Taskr in Next.js source code.

Lessons from open-source: Taskr in Next.js source code.

1
Comments
3 min read
Lessons from open-source: Can you use "require" and "import" in the same file in NodeJs

Lessons from open-source: Can you use "require" and "import" in the same file in NodeJs

Comments
2 min read
Lessons from open-source: Use Symbol in Javascript to avoid name collisions

Lessons from open-source: Use Symbol in Javascript to avoid name collisions

5
Comments
3 min read
Lessons from open-source: Convert an array-like HTML NodeList to a standard javascript array.

Lessons from open-source: Convert an array-like HTML NodeList to a standard javascript array.

1
Comments
2 min read
Lessons from open-source: Use nested functions for logic encapsulation and separation of concerns.

Lessons from open-source: Use nested functions for logic encapsulation and separation of concerns.

Comments
2 min read
Lessons from opensource: Weakmap in Javascript

Lessons from opensource: Weakmap in Javascript

1
Comments 2
2 min read
Lessons from opensource: Use Object.defineProperty to create an unwritable object’s property.

Lessons from opensource: Use Object.defineProperty to create an unwritable object’s property.

1
Comments
1 min read
Lessons from opensource: Log "new version is available" to your CLI

Lessons from opensource: Log "new version is available" to your CLI

Comments
1 min read
Lessons from opensource: How to check if your program has internet connectivity in Nodejs?

Lessons from opensource: How to check if your program has internet connectivity in Nodejs?

Comments
2 min read
Lessons from opensource: Add a defensive type-safe error handler in your catch block

Lessons from opensource: Add a defensive type-safe error handler in your catch block

Comments
2 min read
Lessons from opensource: How to use pipeline in Nodejs?

Lessons from opensource: How to use pipeline in Nodejs?

Comments
2 min read
Lessons from opensource: What does process.exit do in Nodejs?

Lessons from opensource: What does process.exit do in Nodejs?

Comments
2 min read
How to de-structure an array returned by url.pathname.split(‘/’)

How to de-structure an array returned by url.pathname.split(‘/’)

Comments
2 min read
Next.js Codebase Analysis <> create-next-app <> create-app.ts explained - Part 1.19

Next.js Codebase Analysis <> create-next-app <> create-app.ts explained - Part 1.19

Comments
3 min read
Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.18

Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.18

Comments
2 min read
Next.js Codebase Analysis <> create-next-app <> index.ts explained — Part 1.17

Next.js Codebase Analysis <> create-next-app <> index.ts explained — Part 1.17

Comments
1 min read
Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.16

Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.16

Comments
2 min read
Next.js Codebase Analysis <> create-next-app <> index.ts explained — Part 1.14

Next.js Codebase Analysis <> create-next-app <> index.ts explained — Part 1.14

Comments
2 min read
Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.13

Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.13

Comments
2 min read
Next.js Codebase Analysis <> create-next-app <> index.ts explained — Part 1.12

Next.js Codebase Analysis <> create-next-app <> index.ts explained — Part 1.12

Comments
2 min read
Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.11

Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.11

Comments
2 min read
Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.10

Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.10

Comments
1 min read
Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.9

Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.9

Comments
2 min read
Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.8

Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.8

Comments
2 min read
Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.7

Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.7

Comments
2 min read
Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.6

Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.6

Comments
2 min read
Next.js Codebase Analysis <> create-next-app <> index.ts explained — Part 1.5

Next.js Codebase Analysis <> create-next-app <> index.ts explained — Part 1.5

Comments
2 min read
Next.js Codebase Analysis <> create-next-app <> index.ts explained — Part 1.4

Next.js Codebase Analysis <> create-next-app <> index.ts explained — Part 1.4

Comments
1 min read
Next.js Codebase Analysis <> create-next-app <> index.ts explained — Part 1.3

Next.js Codebase Analysis <> create-next-app <> index.ts explained — Part 1.3

Comments
3 min read
Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.2

Next.js Codebase Analysis <> create-next-app <> index.ts explained - Part 1.2

Comments
3 min read
Next.js Codebase Analysis <> create-next-app <> index.ts explained — Part 1.1

Next.js Codebase Analysis <> create-next-app <> index.ts explained — Part 1.1

Comments
2 min read
Next.js Codebase Analysis <> create-next-app <> index.ts explained

Next.js Codebase Analysis <> create-next-app <> index.ts explained

Comments
2 min read
Next.js Codebase Analysis <> create-next-app <> Execute the local setup

Next.js Codebase Analysis <> create-next-app <> Execute the local setup

Comments
2 min read
Next.js Codebase Analysis <> create-next-app <> Create a local copy

Next.js Codebase Analysis <> create-next-app <> Create a local copy

Comments
1 min read
Next.js Codebase Analysis <> create-next-app <> Folder Structure

Next.js Codebase Analysis <> create-next-app <> Folder Structure

1
Comments
2 min read
Next.js Codebase Analysis <> Part 1<> create-next-app

Next.js Codebase Analysis <> Part 1<> create-next-app

Comments
2 min read
Get a profile views widget for your portfolio

Get a profile views widget for your portfolio

1
Comments
1 min read
loading...