Guides

In this section, we have guides on all your technical and video gaming topics. It has two subcategories – Tech guides and gaming guides.

Here you will find how-to articles on all major technical issues. There are also guides to help you in your programming journey like guides to help set up development environment for various languages. We also have articles to help you fix common bugs and issues that may come up for games that you play. There are easy fixes to help you enjoy gaming at its best.

Happy reading.

, , ,

How to Combine Multiple Partitions Into Single Partition

You may have a PC with multiple partitions and you wish to merge them into a single partition. Here we will guide you to combine multiple partitions into single partition. We will guide you with an example where you are having two partitions. Among these two, we will remove one and enlarge the other. Note […]

How to Combine Multiple Partitions Into Single Partition Read Post »

Node.js Date Formats

Here in this theTech52 post, we will see how to use different Node.js date formats. The date formats will be used with the help of a Node.js module. The module is moment.js. So first we need to install the moment.js module using npm. $ npm install moment Next step: When you write code for server,

Node.js Date Formats Read Post »