Posts

How to deploy React app to Firebase Hosting | React frontend | Node backend on Vercel

Image
How to deploy react app to firebase hosting Note: This is the second part of the article, for the first part on how to deploy a node js server on vercel visit here . What is firebase? Firebase is a service-based company that offers free (to some extent) cloud database and hosting services. It was found by Google in 2011. Firebase provides a NoSQL database and real-time hosting services to its clients. With firebase, you can create and deploy apps to Android, IOS, Web, etc. You may also like: How to host Node js server on Vercel . How to install C & C++ using MinGW How to fix XAMPP server error | Not quitting How to connect MongoDB Atlas Prerequisite: A google account. A firebase account. How to host react frontend on firebase To deploy react app on firebase, follow the given instruction: First of all, copy the domain (link) generated after the deployment of the node js server on vercel , and replace all the localhost addresses with the vercel address on your react js application. ...

How to deploy a Nodejs server in Vercel | Node JS backend

Image
 How to deploy Node JS backend on Vercel What is Vercel? Vercel is an American-based cloud platform company. Vercel provides a platform that enables its users to host their static as well as dynamic websites. Vercel is free to use and it is always up. Vercel manages deployment through the Git repositories as it is directly linked to the Git accounts of the user. You may also like: How to host react on firebase . How to install Python . How to install MySQL Workbench . How to install XAMPP . Prerequisite: A Git hub account. A Vercel account (linked with the git account). Note: This article only explains, how to deploy node js serve to vercel i.e., only the backend, for the frontend part, there will be another article, explaining the same, so please follow the other article as well because the frontend will be hosted on firebase and it is developed in react. How to host a node js backend on Vercel Note: In order to deploy a node server on vercel, please add a file named vercel.json ...

How to install C and C++ | MinGW | Windows 10

Image
How to download and install C and C++ in VS What are C and C++? C and C++, are both high-level languages (HLL). C is a procedural or structured language while C++ is an Object-oriented programming language. C language was developed in 1970 by Deis Retchi at Bell labs, and C++ is a successor of C language developed by Bjarne Stroustrup in 1985. What is MinGW? MinGW formerly Ming32, is short for Minimalistic GNU for Windows. It is a free and open-source software development environment for developing Microsoft Windows applications. MinGW has a lot of libraries and header files that compile the C, C++, Fortran, ADA, etc code so that the GCC compiler present inside the Windows operating system can understand and then run that codes.  How to install C and C++ in Visual Studio Code You may also like: How to install PHP, XAMPP . How to connect MongoDB Atlas . How to install MinGW in Visual Studio Code To install C and C++ on your Windows 10 machine using the MinGW compiler, follow the giv...

How to install Python on Windows 10

Image
How to install Python on Windows 10 What is Python? Python is an interpreted, object-oriented, general-purpose, high-level programming language with dynamic semantics that can be used in a wide variety of applications. Python is used to build websites, application software, AI, ML, DL, data analysis, etc. Python was developed by Guido van Rossum in 1991. How to install Python You may also like: How to download and install Java . How to install Android Studio . How to install Python on Windows 10 visual studio To install python on Windows 10, follow the given instructions: Visit www.python.org  and download the python installer. Double-click on the downloaded file. It will open the setup wizard. Make sure to check the install launcher for all users and add the python version to the path checkboxes. Now click on the install now button, then wait till the installation is complete, and after that click on the close button.   How to check if Python was installed successfull...

How to fix XAMPP server error | can't quit normally | Windows 10

Image
 Fix: XAMPP can't quit normally | Server error To fix this problem follow the given instructions: First of all, install the XAMPP server into a separate folder, not inside any other folder. Open the Xampp folder. Inside the Xampp folder, look for "xampp-control.exe". Right-click on "xampp-control.exe" and click on the properties option. On the properties window, select the compatibility tab and check the box that says "Run this program as an administrator". Then click on the ok button and restart the XAMPP control panel and try to quit this time. It will quite normally without any error. How to fix the XAMPP server when quit This is how you can fix the XAMPP server error. I hope this article was helpful to you. Thank you.

How to install MySQL Workbench | Windows 10

Image
How to install MySQL Workbench What is MySQL Workbench? MySQL Workbench is a graphical user interface tool used for the working and development of MySQL databases. It is developed and maintained by Oracle. There are three types of MySQL Workbench available; the community edition, the standard edition, and the enterprise edition. Workbench supports MySQL server v5.6 and above and it is available for all the major platforms like Windows, Linux, and Mac. Prerequisite: Internet. Xampp. You may also like:  How to download and install XAMPP . How to set up MongoDB Atlas . How to fix XAMPP not quitting normally error How to download and install MySQL Workbench How to install MySQL Workbench on windows 10 To download and install MySQL Workbench, follow the given instructions: Visit the official download page from here , and click on the download button. It will ask you to log in or sign up, simply skip ...

How to install Java | JDK | set Environment Variables | Windows 10

Image
How to install Java on Windows 10 What is JAVA? Java is a High-Level Language (HLL). It is a general-purpose, class-based, object-oriented programming language that runs on billions of devices. It is used to write computer programs that run on mobile, computer, and other electronic devices. Java was developed by Sun MicroSystems in 1995 but is currently owned by Oracle. You may also like: How to install Android Studio . How to install MySQL . How to install MongoDB Compass . How to install JDK on windows 10 How to install Java To download and install Java on Windows 10, follow the given instruction: Visit the official Java website from here . On the official page, you will see two versions of Java, one is the Current version and the other is LTS (long-term-support) version. You have to choose the LTS (not mandatory) one because it is the most safest and stable version. Now choose the Java version then choose the operating system on which you have to install. You will also get multiple ...