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

Author: Nitin Khare

This author has written 47 articles
  1. Home>
  2. Nitin Khare>
  3. Page 4

Concurrency vs. Parallelism. Their Basic differences.

  • Post author:Nitin Khare
  • Post published:January 17, 2021
  • Post category:other
  • Post comments:0 Comments

Now, Most people I talk to confuse concurrency with parallelism or vice - versa. The majority of the people do explain Concurrency with parallelism and then rephrase the same definition…

Continue ReadingConcurrency vs. Parallelism. Their Basic differences.

Python NumPy Tutorial

  • Post author:Nitin Khare
  • Post published:June 28, 2020
  • Post category:Python
  • Post comments:0 Comments

Numpy is a package in Python for mathematical computation of scientific and mathematical data through the use of an n-dimensional array. It is one of the most popular packages used…

Continue ReadingPython NumPy Tutorial

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.

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.
  • Go to the previous page
  • 1
  • 2
  • 3
  • 4
  • 5
  • Go to the next page

Recent Posts

  • Common HLD System Design Interview Terms You Should Know: A Complete Guide for Engineering Interviews
  • The Only Elasticsearch Interview Guide You’ll Need as a Senior Developer: Master Full-Text Search, Architecture, and Real-World Implementation
  • The Only Database Interview Guide You’ll Need as a Senior Developer
  • Designing Instagram: A Complete System Design Guide for SDE Interviews
  • Designing a Social Media Platform: A Comprehensive System Design Guide

Recent Comments

    Archives

    • October 2025
    • September 2025
    • 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

    • Blog
    • 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

    • Common HLD System Design Interview Terms You Should Know: A Complete Guide for Engineering Interviews
    • The Only Elasticsearch Interview Guide You’ll Need as a Senior Developer: Master Full-Text Search, Architecture, and Real-World Implementation
    • The Only Database Interview Guide You’ll Need as a Senior Developer
    • Designing Instagram: A Complete System Design Guide for SDE Interviews
    • Designing a Social Media Platform: A Comprehensive System Design Guide

    Categories

    • Blog
    • HLD
    • Javascript
    • Kafka
    • Low Level Design
    • Node.js
    • other
    • Passport.js
    • Python
    • System Design
    October 2025
    M T W T F S S
     12345
    6789101112
    13141516171819
    20212223242526
    2728293031  
    « Sep    
    • About Us
    • Privacy Policy
    Copyright Ⓒ 2020 CodeCalls