Tag: javascript

How to Make a Redirect in PHP

February 9, 2023

This guide explains two ways to set up PHP redirects, the advantages and disadvantages of each method, and the best practices to follow.

Read more

package.json Quick Start Guide

December 8, 2022

The package.json file helps manage dependencies and other metadata for your Node.js project automatically. Learn about the various available properties and their use in this guide.

Read more

How to Get Current Date & Time in JavaScript

October 22, 2019

The Date object is useful for checking the date that visitors arrive at your website. This guide will walk you through using Javascript to get a date from a client. You will see how to write a script to retrieve the current date and time, handy for creating a timestamp and writing to a log file.

Read more

How to Install & Setup MEAN Stack on Ubuntu (MongoDB, Express.JS, Angular.JS, Node.JS)

April 9, 2019

The MEAN stack is an open-source JavaScript (JS) framework used for developing robust web applications. It is a set of software tools that include everything needed for building dynamic websites and web applications. MEAN simplifies development because it uses a single programming language, JavaScript, in each layer of the stack.

Read more