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