Learning

How to sync generated next.js out folder build to android/android studio in capacitor?

Hello, Welcome to the feel and question. Here is a quick way do it out! Build the Next.js project: Run…

1 year ago

Laravel getting error: Target class [App\Http\Controllers\GurbaniReadingController::class] does not exist. But file already exists!!

Hello Guys, Facing this issue and struggling to find the cause?, okay then lets direct jump in to the fix…

1 year ago

Curios Question: Wanted to know how much rate would cost me running 10W Laser Machine for 14 mins?

Hello Welcome here, If you also wondering how much it would cost us for running certain electrical appliance at home…

1 year ago

How to fix Uncaught TypeError: Cannot assign to read only property ‘0’ of object occurring in JavaScript?

Hello, This type error mostly get in scenario when you try to sort the readyonly data array. For me this…

1 year ago

What to do when you don’t quickly find UTS scan code at Mumbai Railway Station you are at?

Hello, You are facing too? Not to worry. The challenge of finding UTS Mumbai Station Scan QR scan code if…

1 year ago

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…

1 year ago

ReactJS Component Skeleton for Register/Create Account

Hello, Welcome, here is how you can create a get to started ReactJS Register/Create Account component from scratch with very…

2 years ago

Picture tag in HTML

The <picture> tag in HTML is a semantic element that is used to define multiple source images for a single…

2 years ago

What is the life cycle of an HTML request

Hello, Welcome The life cycle of an HTML request can be divided into following stages: Request initiation: The request is…

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