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

Yearly Archives: 2020

  1. Home>
  2. 2020

Top SAAS Companies From India

  • Post author:Nitin Khare
  • Post published:November 21, 2020
  • Post category:Blog
  • Post comments:0 Comments

A SAAS company or a product usually (almost always) maintain servers, database . That the end user can access from anywhere using Internet. As it is a service the end…

Continue ReadingTop SAAS Companies From India

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

Google Doodle Games that you must Play

  • Post author:Nitin Khare
  • Post published:June 15, 2020
  • Post category:other
  • Post comments:0 Comments

Google Doodle games are some of my best ways to past time. If I am getting bored. Most of these doodle games are interactive and really fun. Some of them…

Continue ReadingGoogle Doodle Games that you must Play

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.

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

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
    October 2023
    M T W T F S S
     1
    2345678
    9101112131415
    16171819202122
    23242526272829
    3031  
    « Dec    
    • About Us
    • Contact Us
    • Privacy Policy
    Copyright Ⓒ 2020 CodeCalls