You look at someone´s other code and aks yourself how the fuck am I supposed to understand what he is doing with all those Promises chaning. You wonder how can that be done better and most of all better to read but also understand. Async/Await is here to save the day for you. Async/Await is…“Stop Promise chaning with async/await” weiterlesen
So in my course about nodejs I´m working with MongoDB. So I decided to documented my new knowledge here. In this post, I´ll provide an overview of MongoDB and some of its key features. What is MongoDB ? It is a document-oriented database, not a relational one. Non relational means it does not store data…“Fundamentals of MongoDB” weiterlesen
In this blog post I´d like to tell you what I learned in the course I´m taking about NodeJS. I decided to document every Section what I learned. In section 3 of my NodeJS course I came accross Promises in javascript, I´d like to know more about Promises. So I decided to write a blog…“Understanding Promises in Javascript” weiterlesen
In this blog post I´d like to tell you what I learned in the course I´m taking about NodeJS. I decided to document every Section what I learned. This Section is dedicated to Asynchronous Node.js. Let´s start of by learning more about the synchronous and asynchronous operations in NodeJs. 1. Synchrounous and Aysnchronous operations 2. What…“Aysnchronous Operations – Call Stack – Promises in NodeJs” weiterlesen