In this article, You will learn about how to create pdf file in Codeigniter from image using fpdf library . PDF is the most used format to generate PDF for image document in the web application. PDF file provides a…
Expand +Category: Web Development
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 +What is Callback Hell?
JavaScript programmers are talking a lot about callback hell. Callback hell is a concept that affects a JavaScript developer when he tries to perform various callbacks function one after the other. Some persons call it the pyramid of doom. Using…
Expand +Basic Difference Between Callback and Promise
If you are working as Node js Developer or want to start a career as Node js Developer then you should know the difference between callback and promise. In this article, I will explain to you the basic difference between…
Expand +Dynamically Add Watermark on the Uploaded Image Using PHP
WaterMark is like a brand that the owner uses on an image or any other innovative thing and says he is the owner of that particular thing. WaterMark is very beneficial in a digital age where lots of digital content…
Expand +Mini Projects for Freshers using Node js, Express Js and MongoDB
In this article, you will get all video related to a mini project using Node js, Express js, and MongoDB. This project is based on the Password Management System for freshers, beginners, college students, MCA, B.Tech, BCA student college project.…
Expand +Stateless Authentication With JSON Web Tokens, Node-local storage, and Express
Authentication using state of user sessions and cookie session ids has been an approach that has been working for centuries. But there has been a move to develop apps with the concept of statelessness in mind with the increase of service-oriented…
Expand +How to Generate PDF with Watermark in PHP using Dompdf
Dynamic PDF age is valuable when you need to enable the client to download the content or HTML content in a file on the web application. For this situation, the HTML content should be changed over to the PDF record…
Expand +Save HTML Form Record into MongoDB Database Using Express js and Mongoose js
Learn How to save or insert HTML Form records into Mongodb Database table using express js and mongoose js. In this article video you will learn about mongodb, express js and EJS template view engine. To insert a single record…
Expand +Render Mongodb Data Records in HTML using EJS View Engine and express js
Learn How to display database records on fronted browser using EJS view engine in express js. In this article video you will learn about mongodb, express js and EJS template view engine also how user can render MongoDB database table…
Expand +