AJAX

search by tag

The file melting Multer with NodeJS and Express

Aug 18, 2021 | 8 min read | 1765 Views | Comments

Multer is a mature multipart/form-data supreme middleware for Node.js. Its been there for a long time, already explored and discussed by many elite developers. In this article, we will revisit the core capabilities of the Multer and will explore scenarios like single/multiple file upload using forms or AJAX.

JavaScript XHR using JSONPlaceholder API

Aug 06, 2020 | 8 min read | 5624 Views | Comments

Sometimes it is very important to know how things are happening on the ground level. This article will talk about how to use XHR - XMLHttpRequest in vanilla JavaScript with the help of most loved REST API; JSONPlaceholder.