What is Deno & Will it replace Node.js?

what is deno

#What is Deno.js? A secure runtime for JavaScript and TypeScript. Better version of Node.js Learn According to the official webpage, what is Deno.js? Also check out the official 1.0 announcement blog post. Well, Deno.js is a runtime for JavaScript (like the same Node.js is a runtime for…

Expand +

How to Create Dynamic XML Sitemap in Codeigniter?

How to Create Dynamic XML Sitemap in Codeigniter

How to create dynamic XML sitemap in CodeIgniter application is really important to crawl website pages links or URLs for Google, Yahoo. Every basic website needs an XML sitemap so that we can submit the XML sitemap to google search…

Expand +

File Upload in Node js using Multer

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 +