Some time for create custom project url there we need to give a name for the project and we want that project according to their name like abc is my project and I want it to run on abc.com so when the project will be hosted on live server it will not make any difference for abc.com domain. Virtual host on XAMPP is very easy process , Just follow bellow instruction to create virtual host on XAMPP
Create virtual environment and Install Django
First go to the project directory , if you are on mac open terminal and then drug and drop your folder after writing cd to terminal like cd then drug and drop the folder and then press enter. Check current working directory by the following command “pwd”. After that create virtual environment for specific project and run following command
All about HTML meta tags
The tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable and sometime its very important to use meta tag. Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata. The metadata can be used by browsers (how to display content or reload page), search engines (keywords), or other web services.
Easy way to install Tomcat server on Ubuntu for JAVA Spring
If you are going to start JAVA Spring development or want to run JAVA spring application on a production server then you must need to prepare the server so it can run your JAVA Spring application. There several articles online but I am writing the easy way so you can just copy and paste the command and get your server ready for JAVA Spring application.
Use multiple git account on your mac
Sometimes developer facing problem on using multiple git account. In this article I will cover how we can use multiple git and gitlab account on a single mac.
Like you have 3 users one is “niamul” and 2nd one is “cssniam” at gitlab.com and 3rd one is at github.com with the following name “niamulrox”.
Now first generate SSK key with the following instruction : https://gitlab.com/help/ssh/README