2023

problem_solving

How to fix a page not found on Netlify with react-router-dom

Have you tried to refresh your page after successfully deploying it on Netlify and you get “Page not found”? Encountering a “Page Not Found” error on Netlify when using react-router-dom typically indicates an issue with your routing configuration or the deployment setup. To fix this issue,  you need to create a netlify.toml file inside your public folder. Netlify allows […]

How to fix a page not found on Netlify with react-router-dom Read More »

Database Evolution

The history: The history of databases begins in the 1960s with the computerization of databases. Computers emerged as a more cost-effective option for organizations. It also became easier to shift data storage and databases to computers. The chronological order of the development of databases is as follows:  Flat files: Flat files databases were used during

Database Evolution Read More »

Invalid login: 534-5.7.9 Application-specific password required. Learn more at 534 5.7.9 https://support.google.com/mail/?p=InvalidSecondFactor jk8-20020a170903330800b001b9dadf8bd2sm2307952plb.190 – gsmtp

The error message you provided, “Invalid login: 534-5.7.9 Application-specific password required,” indicates an issue with the login credentials or authentication method you are using for the Gmail SMTP server. Here are a few steps you can take to address the problem: Make sure to update your email sending code with the correct login credentials or

Invalid login: 534-5.7.9 Application-specific password required. Learn more at 534 5.7.9 https://support.google.com/mail/?p=InvalidSecondFactor jk8-20020a170903330800b001b9dadf8bd2sm2307952plb.190 – gsmtp Read More »

How to send form data with a file attachment to an email address using React

To send form data with a file attachment to an email address using React, you’ll need to follow these steps: Update and recommended solution (https://learnwithisrak.com/how-to-send-form-data-with-a-file-attachment-to-an-email-using-react/) Here’s an example of how to implement this: Frontend (React): Backend (Node.js with Express and Nodemailer): You’ll need to set up a backend server to handle the form data and

How to send form data with a file attachment to an email address using React Read More »

project-crashing

Project Crashing

Procedure for crashing: Step-1: Draw the network diagram and mark the Normal and Crash times. Step-2: Calculate TE and TL for all the activities. Step-3: Find the critical path and other paths. Step-4: Find the slope for all activities and rank them in ascending order. Step-5: Establish a tabular column with the required field. Step-6:

Project Crashing Read More »

Scroll to Top