Django

Create virtual environment and Install Django

First go to the project directory, if you are on mac open the terminal and then drag and drop your folder after writing cd to terminal like cd then drag and drop the folder and then press enter. Check the current working directory by the following command “PWD”. After that create a virtual environment for the specific project and run the following command

Read More...

Front-end Development, HTML/CSS

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 sometimes it’s 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 the page), search engines (keywords), or other web services.

Read More...

System Administration

Easy way to install Tomcat server on Ubuntu for JAVA Spring

If you are going to start JAVA Spring development or want to run the JAVA spring application on a production server then you must need to prepare the server so it can run your JAVA Spring application. There are 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 the JAVA Spring application.

Read More...