What is your website made of? Text, graphics and—images. They might be called your frenemies: they do a good job making your website attractive, but sometimes they require a lot of processing. Аnd they can be quite finicky about displaying correctly on any device. Whether you’re an eсommerce shop, an illustrator, a photographer, or any… Continue reading How Image Optimization Leads to Huge Traffic Cost Reduction
Tag: Mary
Site Authentication in Node.js: User Signup and Login
Just as authentication is important in APIs, it is also an important feature in certain web applications—especially those with pages and secrets that should only be accessible to registered and authenticated users. In this tutorial, you will build a simple web application while learning how to create user registration. Application Setup Create a new directory… Continue reading Site Authentication in Node.js: User Signup and Login
Bulk Import a CSV File Into MongoDB Using Mongoose With Node.js
This topic is a really enjoyable one for me. It’s quite common in many web applications to accept user input and save a single record to your database. But what about when your users (or you) want to perform multiple inserts in a single command? In this article, we will demonstrate how to create a… Continue reading Bulk Import a CSV File Into MongoDB Using Mongoose With Node.js