Posts

Showing posts from October, 2022

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 ...

How to install Android Studio | Windows 10

Image
How to download and install Android Studio What is Android Studio? Android Studio is a free IDE (Integrated Development Environment), developed especially for android application development. It is available for both Windows and Mac. Prerequisite: Stable Internet. Medium to high-powered computer or PC. You may also like: How to install Java . How to install PHP . How to download and install android studio How to install Android Studio In order to download and install Android Studio on your system follow the given instructions: Download the official android studio executable file from here . Double-click on the downloaded file. Now the setup wizard will start. Inside the setup wizard, don't change any settings, leave it as it is, and only press the next button every time when asked. Once the above process is completed, it will ask you to download the missing SDK, click next to download the SDK, and then click on the finish button to complete the installation. This is how you can dow...

How to install XAMPP Server on Windows 10 | PHP | MySQL | Apache Server

Image
How to install XAMPP for Windows 10 What is XAMPP? XAMPP is short for Cross-platform, Apache, MariaDB, PHP, and Perl. It is a free, open-source cross-platform web server solution. XAMPP is the most powerful tool for PHP development, it is fast, reliable, and lightweight software. One of the most useful aspects of XAMPP is that with one software we can install and configure PHP, MySQL, and Apache at once. This three software are very much compatible and provide great speed and reliability when used together. You may also like: How to install MySQL Workbench . How to fix XAMPP server error | not quitting How to install XAMPP for windows 10 To install XAMPP on Windows 10 machine just follow the given instructions: Visit the official website from  here  and download the version compatible with your system. Double-click on the executable file, and you will get a warning prompt, simply ignore it and hit ok . After that just click on the next button every time it appears, but make su...

How to connect MongoDB Atlas | Cloud Database

Image
How to connect MongoDB Atlas  What is MongoDB Atlas?  MongoDB Atlas is a multi-cloud database service provided by the same company that provides MongoDB databases. It is a fully managed cloud database that is able to handle all the complexity of CRUD operations in the cloud. It offers free storage of up to 5 GB and you can choose from various cloud service providers like AWS, Google Cloud, and Azure. You may also like: How to install MongoDB Compass . How to install React JS . How to install Node JS . Prerequisite: Google Account. Stable Internet. How to connect to MongoDB Atlas using Node and Express How to setup MongoDB Atlas To connect to MongoDB Atlas and use it in your project follow the given instructions: 1. Open the official website from here and sign up with your Google account or if you already have an account then sign in to MongoDB Altas. 2. Now on the home page click on the New Project button. 3. Give a name to your project and click on the next button. 4. If yo...