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
Facebook Twitter Xing Linkedin Instagram Youtube In this blog post I´m going to show you how to test NodeJs code with the Third Party Modules expect and supertest and mocha asynchronous calls. No worries if you are new to javascript, I´m too but I enjoy learning all area´s of javascript so far. Recently I wrote…“Testing NodeJs code with Expect/Supertest” 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
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 the Fundamentals about NodeJs and Javascript. Let´s start of by learning more about Require. Require does three things: It loads modules that come…“Fundamentals of NodeJs” weiterlesen
I recently started a new course about learning NodeJs on Udemy so I decided to document the things I learn in this course. All Credits are going to Andrew. This is going to be a new blog series about NodeJs. A few weeks ago I already wrote a blog post about NodeJs and what it…“Why you should use NodeJs” weiterlesen