Logo Aaryan's Blog

JavaScript

Connect to Mongodb Atlas Using Mongoose

I'm a big fan of MongoDB. One of these days, I had to deploy a MERN stack app to a shared server. It's hard to find NoSQL database support in these shared environments. MongoDB Atlas seems like a goo ...

Everything About JavaScript forEach() Loop Method

JavaScript forEach() method provides another way to loop an iterable object (like arrays). The forEach method uses callback functions to deal with each iteration. It uses callbacks, but that does ...

Java vs JavaScript - The Ultimate 2020 Comparison

Java and JavaScript are often confused to be the same by new learners. There are a few similarities and numerous differences between the two. I will be listing everything I can about Java vs JavaScri ...

VideoJS vs JWPlayer - Choose the Best

The default HTML5 player is very basic and depends heavily on the browser. Hence we look for better options, we'll be looking at two of those options VideoJS and JWPlayer. Some features that your pr ...

12 Synchronous and Asynchronous JavaScript Examples

In this post, we'll be looking at a few examples showing asynchronous and synchronous JavaScript. It's a language of multiple flavors. Procedural & Functional Object-Oriented Asynchronous & Synchrono ...

MERN Stack vs Laravel - From a Developer's perspective

I've personally used both Laravel and MERN stack, and still have ongoing projects with both. There are many things to consider before choosing a stack to work with. For me, it boils down to the foll ...

React Social Login Tutorial: Google, Facebook & Twitter OAuth2

All social media giants like Facebook, Google and Twitter have tons of user data. It's convenient for users to just 'Continue with Google' rather than entering all their details. It's also great for ...

Axios vs Fetch - What to use in 2020?

It's 2020 and fetch has come a long way. Axios is still recommended, and for good reasons. There are many reasons to call Axios the obvious winner when it comes to business. Fetch API is also improvi ...

Page 1 of 1