Tech News

How to Install and Use the Package

How to Install and Use the Package

A package that is published can be downloaded and installed by any user. You simply need to go to the folder and give the command, npm install sample package. This installs the package locally. On the other hand, if you wish to install the package globally, you can give the …

Read More »

How to Create JavaScript Objects

How to Create JavaScript Objects

Anything from numbers to strings is an object in JavaScript. Therefore, it is essential to know how to create and deal with these effectively. The simplest way to create objects in JavaScript is using the object literal syntax. The following example illustrates how it is done. This code creates an …

Read More »

How to Create HTML5 Documents

How to Create HTML5 Documents.

Although the above discussion clearly mentions the importance of using meaning tags and prohibits the use of tags like you may still have to use them for styling purposes. As you read on, you will realize how semantic tags must be supplied for providing meaning to your tags. It is …

Read More »

Organizing files and folders

Organizing files and folders

So far we’ve made some pretty important decisions regarding the technical stack and tools to be used while constructing the sample SCRUM application. Now, we need to answer one more crucial question; how to organize different files in a meaningful folders structure. There are multiple ways of organizing files in …

Read More »