August 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 »

Scroll to Top