Skip to content
CodeCalls
  • System Design
    • High Level Design
    • Low Level Design
  • About Us
  • Contact Us
  • Toggle website search
Menu Close
  • System Design
    • High Level Design
    • Low Level Design
  • About Us
  • Contact Us

Node.js

  1. Home>
  2. Node.js

Understanding Event & Event Emitters in Node.js.

  • Post author:Nitin Khare
  • Post published:June 14, 2020
  • Post category:Node.js
  • Post comments:0 Comments

When you head to the node.js website. You would see that they define Node.js as an asynchronous event-driven javascript runtime. You can understand an event as some single that indicates…

Continue ReadingUnderstanding Event & Event Emitters in Node.js.

How to use the Youtube Data API V3 with Node.js

  • Post author:Nitin Khare
  • Post published:June 7, 2020
  • Post category:Node.js
  • Post comments:0 Comments

In this article, we will learn how to use the googleapis npm module to authenticate our users with their youtube channel. Then we will use the youtube data API to…

Continue ReadingHow to use the Youtube Data API V3 with Node.js

Scheduling Tasks using Cron-Jobs in Node.js

  • Post author:Nitin Khare
  • Post published:June 4, 2020
  • Post category:Node.js
  • Post comments:0 Comments

Have you ever wanted to run your code on a specific time without your intervention? Maybe you wanted to generate a scheduled report or send emails on a specific time…

Continue ReadingScheduling Tasks using Cron-Jobs in Node.js

Making HTTP Requests using Node-Fetch

  • Post author:Nitin Khare
  • Post published:June 3, 2020
  • Post category:Node.js
  • Post comments:0 Comments

With Request module depreciated Node-fetch is one of the top recommended libraries to make HTTP request in node.js . This library brings in the window.fetch method to node.js. So, lets…

Continue ReadingMaking HTTP Requests using Node-Fetch

Basic Understanding of Closures in Javascript.

  • Post author:Nitin Khare
  • Post published:June 3, 2020
  • Post category:Javascript/Node.js
  • Post comments:0 Comments

A very straightforward way of understanding closures in javascript is that closures are what that gives your javascript functions access to the scope of your outer function. Let us first…

Continue ReadingBasic Understanding of Closures in Javascript.

Variable Hoisting in Javascript.

  • Post author:Nitin Khare
  • Post published:May 24, 2020
  • Post category:Javascript/Node.js
  • Post comments:0 Comments

Javascript is weird. In Javascript you can use a variable before declaring it. In other words, A variable can be declared after it has been used. for example: x =…

Continue ReadingVariable Hoisting in Javascript.

What is ‘This’ keyword in Javascript?

  • Post author:Nitin Khare
  • Post published:May 23, 2020
  • Post category:Javascript/Node.js
  • Post comments:0 Comments

In Javascript 'this' refers to an object in the current executing context. Now, let's check what the hell is the current execution context. It simply means on what scope or…

Continue ReadingWhat is ‘This’ keyword in Javascript?

Understanding JWT Tokens using Node.js.

  • Post author:Nitin Khare
  • Post published:May 22, 2020
  • Post category:Javascript/Node.js
  • Post comments:0 Comments

So, We will be checking how to use jwt token for api authorization. For the sake of this tutorial I won't be using any database for data but rather an…

Continue ReadingUnderstanding JWT Tokens using Node.js.

Consuming SOAP API with NODE.js

  • Post author:Nitin Khare
  • Post published:May 17, 2020
  • Post category:Javascript/Node.js
  • Post comments:0 Comments

I have no idea why you or anyone would prefer SOAP over REST using Node.js. The reason why I had to do it was that one of the clients had…

Continue ReadingConsuming SOAP API with NODE.js

Understanding Call, Apply and Bind functions in Javascript.

  • Post author:Nitin Khare
  • Post published:March 28, 2020
  • Post category:Javascript/Node.js
  • Post comments:0 Comments

If you are trying to understand javascript's call apply bind function then the first step to understanding these call, apply, and bind methods are to understand 'this' keyword in javascript.…

Continue ReadingUnderstanding Call, Apply and Bind functions in Javascript.
  • 1
  • 2
  • Go to the next page

Recent Posts

  • The RUM Conjecture: Understanding the Fundamental Trade-offs in Distributed Data Systems
  • Understanding Monotonic Reads in Distributed Systems: A Deep Dive for Interview Preparation
  • Sloppy vs Strict Quorums in Distributed Systems: A Complete Guide for System Design Interviews
  • Understanding WebSocket Handshake with TypeScript
  • System Design Interview Series #1: Building a Social media Feed | Senior Software Engineer Prep Guide

Recent Comments

    Archives

    • January 2025
    • December 2024
    • October 2024
    • September 2024
    • December 2022
    • September 2022
    • July 2022
    • February 2022
    • January 2021
    • June 2020
    • May 2020
    • March 2020
    • February 2020
    • November 2019

    Categories

    • HLD
    • Javascript
    • Kafka
    • Low Level Design
    • Node.js
    • other
    • Passport.js
    • Python
    • System Design

    Meta

    • Log in
    • Entries feed
    • Comments feed
    • WordPress.org

    Recent Posts

    • The RUM Conjecture: Understanding the Fundamental Trade-offs in Distributed Data Systems
    • Understanding Monotonic Reads in Distributed Systems: A Deep Dive for Interview Preparation
    • Sloppy vs Strict Quorums in Distributed Systems: A Complete Guide for System Design Interviews
    • Understanding WebSocket Handshake with TypeScript
    • System Design Interview Series #1: Building a Social media Feed | Senior Software Engineer Prep Guide

    Categories

    • HLD
    • Javascript
    • Kafka
    • Low Level Design
    • Node.js
    • other
    • Passport.js
    • Python
    • System Design
    May 2025
    M T W T F S S
     1234
    567891011
    12131415161718
    19202122232425
    262728293031  
    « Jan    
    • About Us
    • Privacy Policy
    Copyright Ⓒ 2020 CodeCalls