When a customer visits Amazon India’s website to purchase something, he limits his search & interest to only those goods that are top in search rankings, which naturally leads to increased sales of such goods. Therefore, every Amazon India vendor…
Expand +Month: July 2019
Banking, Finance, & Business Current Affairs January 2019
How to Combine Multiple Images or PDF Files into a Single PDF File Using ImageMagick
Step 1: Download Fresh Latest Version of Codeigniter Step 2: Add Controller Method
Expand +Science & Technology Current Affairs Jan 2019
How to Create Pagination with Node.js, MongoDB, Express and EJS Step by Step
. ├── routes | └── index.js ├── models | └── add_password.js ├── views ├── add-new-password.ejs | └── view-all-password.ejs Open models/add_password.js file and copy and paste the following code to create schema and mongoose connection: const mongoose = require(‘mongoose’); mongoose.connect(‘mongodb://localhost:27017/pms’, {useNewUrlParser: true, useCreateIndex:…
Expand +How to Convert an Image to PDF in CodeIgniter using FPDF Library
Step 1: Download Fresh Codeigniter 3 Step 2: Download fpdf library Step 3: Create mypdf.php file in “application/libraries” Folder
Expand +Defence Current Affairs Jan 2019
Regional Current Affairs Jan 2019
National | Current Affairs Jan 2019
Express and Node JS Interview Questions & Answers
1. What is node.js? Node.js is an open-source, cross-platform JavaScript runtime environment built on Chrome’s V8 JavaScript engine. It allows developers to execute JavaScript code outside of a web browser, making it possible to run server-side applications using JavaScript. Node.js…
Expand +