Skip to content
CodeCalls
  • Javascript
    • Node.js
  • System Design
  • other
    • Blog
Menu Close
  • Javascript
    • Node.js
  • System Design
  • other
    • Blog

Monthly Archives: May 2020

  1. Home>
  2. 2020>
  3. May

Top 10 Programming Youtube Channel you should Subscribe [2020].

  • Post author:Nitin Khare
  • Post published:May 25, 2020
  • Post category:Blog/other
  • Post comments:0 Comments

Youtube has to be one of the greatest source of learning that ever existed for free. Today we will look at the Top 10 Programming Youtube Channel you should Subscribe…

Continue ReadingTop 10 Programming Youtube Channel you should Subscribe [2020].

Quick Introduction to Apache Kafka for Beginners.

  • Post author:Nitin Khare
  • Post published:May 24, 2020
  • Post category:Kafka/other
  • Post comments:0 Comments

What is Apache Kafka ? Apache Kafka is a distributed streaming platform that uses the publisher/subscriber messaging model. Where Producer publishes a stream of data and the consumer consumes/subscribe that…

Continue ReadingQuick Introduction to Apache Kafka for Beginners.

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.

Installing NGINX on an AWS EC2 instance.

  • Post author:Nitin Khare
  • Post published:May 24, 2020
  • Post category:other
  • Post comments:0 Comments

NGINX is an open-source, lightweight, and high-performance web server developed by Igor Sysoev and released in 2004. It is one of the most popular web servers in the world. In…

Continue ReadingInstalling NGINX on an AWS EC2 instance.

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.

Converting a JSON Object to Key-Value Pairs with Javascript.

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

We will see how to convert a JSON Object. Well, more like an array of JSON objects to a Key-Value pair. First, get a JSON object. I will be using…

Continue ReadingConverting a JSON Object to Key-Value Pairs with Javascript.

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

The Best Free Screen Recorder for Windows in 2020

  • Post author:Nitin Khare
  • Post published:May 10, 2020
  • Post category:Blog
  • Post comments:0 Comments

I have created tutorials on youtube. I know the struggle to find a screen recorder that just works perfect and is free. After all , All we are doing is…

Continue ReadingThe Best Free Screen Recorder for Windows in 2020

Recent Posts

  • Understanding Worker Threads in Node.js
  • Learning Kubernetes for Beginners: 01 Basic Building Blocks
  • System Design Basics : CAP Theorem
  • How to Approach System Design Questions.
  • Reasons Why you should learn Golang.

Recent Comments

    Archives

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

    Categories

    • Blog
    • Javascript
    • Kafka
    • Node.js
    • other
    • Passport.js
    • Python
    • System Design

    Meta

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

    Recent Posts

    • Understanding Worker Threads in Node.js
    • Learning Kubernetes for Beginners: 01 Basic Building Blocks
    • System Design Basics : CAP Theorem
    • How to Approach System Design Questions.
    • Reasons Why you should learn Golang.

    Categories

    • Blog
    • Javascript
    • Kafka
    • Node.js
    • other
    • Passport.js
    • Python
    • System Design
    May 2020
    M T W T F S S
     123
    45678910
    11121314151617
    18192021222324
    25262728293031
    « Mar   Jun »
    • About Us
    • Contact Us
    • Privacy Policy
    Copyright Ⓒ 2020 CodeCalls