Tech

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

how to fix Referrer Policy: strict-origin-when-cross-origin?

Hello, I was facing this issue on the subdomain site, were subdomain accessing the assets from parent site domain.abc from…

2 years ago

What to do when you get Error: sgmail send error Bad Request (400) The attachment content must be base64 encoded. attachments.0.content for nodejs or in next js application?

Okay well, this error occurred when you try to send the generated buffer data as an attachment using @sendgrid/mail service.…

2 years ago

3D Printing, Laser Engraving & Cutting, CNC Service in Mira Road Mumbai

multidimensionwork #multidimwork #mdw They provide 3D Printing, Laser Engraving and Laser Cutting on various materials like paper, wood, fabric, plastic,…

2 years ago

How to filter customers state array based on set of array of ids in javascript/reactjs.

Filtering customers state array based on array of ids in javascscript/react. const activeCustomerIdSet = [3,4,9]; //customers is array of customer…

2 years ago