In this article, we’ll see how to replace word document placeholder using Docxtemplater & pizzip library with Node js Project. Word Document Placeholder What is Docxtemplater? Docxtemplater is a programmatically used mail merging tool that handles conditions, loops, and that can be…
Expand +Year: 2020
File Upload in Node js using Multer
File Upload in Node js using Multer is an important feature for any web application. Multer is a Node.js or express middleware, that makes it easy to handle multipart/form-data when your users upload files. When a website user uploads a file to a server, it is usually submitted via a form and encoded as multipart/form-data.
Expand +Drag and Drop File Upload using DropzoneJS, PHP & MySQL
Drag and drop file upload is a very successful way to make your web application user-friendly. Generally, this feature allows you to drag an element and drop it to a different location on the web page. The drag and drop…
Expand +How to get the first word in a string Python
Sometimes we come across situations where we need to get first word in string python. Hence it is often helpful to have shorthands to perform this function. This article also covers the situations where we need all words present in…
Expand +Import CSV Data into Mysql Database in Codeigniter
Import csv data in bulk via a CSV file is one of the essential features of any web application and will decrease the time needed to insert data one by one. Here we want to import data from the CSV…
Expand +What is a RESTful API?
The RESTful API or REST (Representational State Transfer) API is an easy way to handle communication between individual systems as different as smartphones and other low overhead websites. It is an application program interface (API) that uses HTTP requests for…
Expand +Best Framework for Progressive Web Apps Development
Today with the introduction of various technologies such as AngularJS, Vue.js, and ReactJS, the Progressive Web Apps development area is growing. All of these tools have different advantages and drawbacks and you need to understand them before choosing the best…
Expand +Python vs Node.JS: Which one is the best fit for your project?
In this blog, we’re going to be positive in choosing the winner by comparing the advantages, drawbacks of both Python vs Node.JS, so you can choose the best options for your project. When creating an app or designing a project,…
Expand +Upload and Create Image Thumbnails using CodeIgniter
The capability of uploading and create image thumbnails is one of the most important requirements for most web application developers and Codeigniter provides file upload and file resize feature. The Codeigniter Library for image Upload and Resize Image is very…
Expand +Convert text from one language to another using Google Translate API in PHP / JavaScript
In this article, I have explained how to translate text from one language to another using Google Translate API in PHP / JavaScript. The daily limit of the Translate API is 2 million characters per day. You can increase the…
Expand +