Author: smartcoder

form_data_thumb

Handling Form Data POST request in Express

How to get form data using express js. POST form data and receive at the backend. Install bodyParser npm i body-parser For parsing the... Read more »
root_express_thumb

How to get root directory path using Express JS Code

How to print or get the root project folder path while coding in express JS. The root folder is the main project folder where... Read more »
nodemon_thumb

nodemon – Utility for autoRestart Node Server on Code Changes

Nodemon is one of the most useful node packages that save a lot of time during code changes. Normally every time we make changes... Read more »
routes_express_thumb

Routes in Express JS Examples

Express routes helps to route incoming request to specific pages. There will be request and response parameters. Below you can find a sample code... Read more »
wp_title_thumb

WordPress Page Title php Code

Generate custom titles for the wordpress pages using php code. Title for the landing or homepage , tags page, post page etc. can be... Read more »
node_js_thumb

Node – Express JS Server

Create and express-js server. Express Js is a framework that helps building apps more easier using the node js. Steps for using Express: Create... Read more »

Git Basics

Lets learn how to track file changes using git. Initially we gonna create a folder in desktop - book cd Desktop mkdir book cd... Read more »
.txt in PS

How to Open text file in Power Shell – Command

Text files in a directory can be opened using the power shell terminal. Any text editors - code can be used in the command... Read more »

Make new directory using Windows Command Line – Power Shell

Commands for creating a new directory in your system using the windows command line. Here we use the Windows Power Shell command line for... Read more »

Command Prompt & Power Shell – Windows Command Lines

Command Prompt is the old command line and Power Shell is more advanced with more functionalities. Power Shell is more powerful than the CMD... Read more »