Tech

What to do when you get nextjs error (Module not found: Error: Can’t resolve ‘private-next-pages/’ in ‘/vercel/path0’) on vercel/nextjs deployment?

Hello, If you too facing this error : Module not found: Error: Can't resolve 'private-next-pages/' in '/vercel/path0' while deploying your…

2 years ago

Show 3 cards next to each other and rest follow below similar, how should I write code in css using flex?

Hello, To display 3 cards next to each other using CSS flex, you can use the flex-wrap property with a…

2 years ago

What is Event Loop & Micro and Macro Tasks in JavaScript?

Hello, The basic concept behind the event loop working in Javascript engine! Event Loop is a mechanism in JavaScript that…

2 years ago

How to identify closed 5km range co ordinates from given co ordinates

Hello, This nice question and other below I have learned recently! Let see how its answered. To identify the closed…

2 years ago

Closures in JavaScript

A closure in JavaScript is a function that has access to variables in its outer scope, even after the outer…

2 years ago

How to write basic Test case for React component using Jest or Enzyme

Lets quickly straight dive into it import React from "react"; import { shallow } from "enzyme"; import TestComponent from "./TestComponent";…

2 years ago

10 Key tips on preparing for ReactJS Interview

Hello, Lets quickly go through the 10 keys, for preparing for React Js Interview React basics: Familiarize yourself with React…

2 years ago

Very basic of How to create React Fiber/React Js Project from scratch

Here is the basic process to create a project with React Fiber: Install Node.js and npm (Node Package Manager) if…

2 years ago

How to generate Public & Private SSH Keys on Windows?

Hello, Lets Begin. Open a Command Prompt/Terminal Window. Important Alert!: Before going further, there is very important to know. If…

2 years ago

How to update PHP version on shared host website or under cpanel?

Hello welcome to the post! Look for "MultiPHP Manager" in Cpanel search bar or on home page of your Cpanel…

2 years ago